gnucash-htdocs master: and change to <div>

Frank H.Ellenberger fell at code.gnucash.org
Tue Apr 3 04:30:58 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/350efad9 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/3c48f330 (commit)



commit 350efad9647bd606581b9e987f0e50bde81c6ba0
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Tue Apr 3 10:29:39 2018 +0200

    and change to <div>

diff --git a/index.phtml b/index.phtml
index 329d7cd..de20941 100644
--- a/index.phtml
+++ b/index.phtml
@@ -14,25 +14,25 @@ include("externals/menu.phtml");
 <div style="width:100%;float:left">
 
 <div id="download">
-<div style="float:left;">
- <h2 id="dwnld-box"><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>
- <h3><a style="margin-left:10px" href="2.6-release-tour.phtml"><em><?php echo T_("GnuCash 2.6 release tour")?></em></a></h3>
+ <div style="float:left;">
+  <h2 id="dwnld-box"><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>
+  <h3><a style="margin-left:10px" href="2.6-release-tour.phtml"><em><?php echo T_("GnuCash 2.6 release tour")?></em></a></h3>
 
- <ul>
-  <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
-  <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_xp_vista;?>">XP/Vista</a></li> | <a href="<?php echo $download_path.$latest_stable_win;?>">7/8/10</a>
-  <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
-  <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
- </ul>
-</div>
+  <ul>
+   <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>
+   <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_xp_vista;?>">XP/Vista</a></li> | <a href="<?php echo $download_path.$latest_stable_win;?>">7/8/10</a>
+   <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
+   <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
+  </ul>
+ </div>
 
-<div class="downloadimage">
- <img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
-</div>
+ <div class="downloadimage">
+  <img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
+ </div>
 
-<ul>
- <li><?php echo T_("Version 2.6.20 is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs.");?></li>
-</ul>
+ <div style="float:left;">
+  <p><?php echo T_("Version 2.6.20 is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs.");?></p>
+ </div>
 </div>
 
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>



Summary of changes:
 index.phtml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)



More information about the gnucash-changes mailing list