r20894 - htdocs/branches/beta - Rework style of the download page.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 10 02:43:08 EDT 2011


Author: cmarchi
Date: 2011-07-10 02:43:08 -0400 (Sun, 10 Jul 2011)
New Revision: 20894
Trac: http://svn.gnucash.org/trac/changeset/20894

Modified:
   htdocs/branches/beta/download.phtml
Log:
Rework style of the download page.

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2011-07-10 06:37:57 UTC (rev 20893)
+++ htdocs/branches/beta/download.phtml	2011-07-10 06:43:08 UTC (rev 20894)
@@ -11,9 +11,12 @@
 
 <h1><?php echo T_("Download GnuCash")?></h1>
 
-<h2><?php printf (T_("Stable release (%s)"), $latest_stable)?></h2>
-<p><?php echo T_("A stable release is a version of GnuCash that is well tested and considered appropriate for every day use.")?></p>
-<p><?php printf (T_("The latest stable release of GnuCash is %s.  Choose the download for your operating system below."), $latest_stable)?></p>
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php printf (T_("Stable release (%s)"), $latest_stable)?></h2>
+</div>
+<p class="justify"><?php echo T_("A stable release is a version of GnuCash that is well tested and considered appropriate for every day use.")?></p>
+<p class="justify"><?php printf (T_("The latest stable release of GnuCash is %s.  Choose the download for your operating system below."), $latest_stable)?></p>
 
 <h3><?php echo T_("Installers")?></h3>
 <ul>
@@ -22,8 +25,8 @@
 </ul>
 
 <a name="distribution"></a><h3>Linux</h3>
-<p><?php echo T_("Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution.");?></p>
-<p><?php echo T_("Below are ways to install GnuCash on some of the more popular distributions:");?></p>
+<p class="justify"><?php echo T_("Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution.");?></p>
+<p class="justify"><?php echo T_("Below are ways to install GnuCash on some of the more popular distributions:");?></p>
 
 <ul>
   <li><b>Fedora: </b><?php echo T_("Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
@@ -31,7 +34,7 @@
   <li><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see ");?><a href="http://fedoraproject.org/wiki/EPEL"><?php echo T_("Epel's wiki page");?></a></li>
   <li><b>Ubuntu: </b><?php echo T_("Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu.")?></li>
 </ul>
-<p><?php echo T_("If your distro doesn't ship with GnuCash or you wish to install a different version than it ships with, you could try to build GnuCash directly from the source code. The GnuCash wiki has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
+<p class="justify"><?php echo T_("If your distro doesn't ship with GnuCash or you wish to install a different version than it ships with, you could try to build GnuCash directly from the source code. The GnuCash wiki has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 
 <h3><?php echo T_("Source code")?></h3>
 <ul>
@@ -39,9 +42,12 @@
  </ul>
 <p><?php echo T_("For build instructions, please check the GnuCash wiki which has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 
-<h2><?php printf (T_("Unstable/Development release (%s)"), $latest_unstable)?></h2>
-<p><?php echo T_("Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use.")?></p>
-<p><?php printf (T_("The latest unstable release of GnuCash is %s.  Choose the download for your operating system below."), $latest_unstable)?></p>
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php printf (T_("Unstable/Development release (%s)"), $latest_unstable)?></h2>
+</div>
+<p class="justify"><?php echo T_("Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use.")?></p>
+<p class="justify"><?php printf (T_("The latest unstable release of GnuCash is %s.  Choose the download for your operating system below."), $latest_unstable)?></p>
 
 <ul>
   <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $download_path.$latest_unstable_win;?>">Microsoft Windows XP/Vista/7</a></li>
@@ -49,7 +55,10 @@
   <li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
 </ul>
 
-<h2><?php echo T_("Other")?></h2>
+<div class="featurecontainer">
+<div class="featureborder">
+<h2 class="featuretitle"><?php echo T_("Other")?></h2>
+</div>
 
 <ul>
  <li><a href="<?php echo $latest_stable_path;?>"><?php printf (T_("View all GnuCash %s downloads (stable)"), $latest_stable)?></a></li>



More information about the gnucash-changes mailing list