r22693 - htdocs/branches/beta - Reapply "Separate unstable download information to a separate file, make"

Geert Janssens gjanssens at code.gnucash.org
Fri Jan 11 11:43:14 EST 2013


Author: gjanssens
Date: 2013-01-11 11:43:14 -0500 (Fri, 11 Jan 2013)
New Revision: 22693
Trac: http://svn.gnucash.org/trac/changeset/22693

Added:
   htdocs/branches/beta/unstable-download.phtml
Modified:
   htdocs/branches/beta/download.phtml
Log:
Reapply "Separate unstable download information to a separate file, make"

This reverts commit bd9178cd9df82b7c0ff6f06b79ddb13aa7578362.

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2013-01-11 16:40:24 UTC (rev 22692)
+++ htdocs/branches/beta/download.phtml	2013-01-11 16:43:14 UTC (rev 22693)
@@ -41,19 +41,10 @@
  </ul>
 <p><?php echo T_("For build instructions, please check the <span class=\"gnucash\">GnuCash</span> wiki which has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 
+<?php if ($latest_unstable)
+      include "unstable-download.phtml";
+?>
 <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 <span class=\"gnucash\">GnuCash</span> 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>
-  <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_unstable_mac_ppc;?>">PPC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_unstable;?>/Readme">Readme</a></li>
-  <li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
-</ul>
-
-<div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Other")?></h2>
 </div>
 

Added: htdocs/branches/beta/unstable-download.phtml
===================================================================
--- htdocs/branches/beta/unstable-download.phtml	                        (rev 0)
+++ htdocs/branches/beta/unstable-download.phtml	2013-01-11 16:43:14 UTC (rev 22693)
@@ -0,0 +1,12 @@
+<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 <span class=\"gnucash\">GnuCash</span> 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>
+  <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_unstable_mac_ppc;?>">PPC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_unstable;?>/Readme">Readme</a></li>
+  <li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
+</ul>
+



More information about the gnucash-changes mailing list