r20981 - htdocs/branches/beta - More icons for download page.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 13:48:08 EDT 2011


Author: cmarchi
Date: 2011-07-29 13:48:07 -0400 (Fri, 29 Jul 2011)
New Revision: 20981
Trac: http://svn.gnucash.org/trac/changeset/20981

Added:
   htdocs/branches/beta/images/icons/fedora.png
   htdocs/branches/beta/images/icons/mandriva.png
   htdocs/branches/beta/images/icons/package.png
   htdocs/branches/beta/images/icons/redhat.png
   htdocs/branches/beta/images/icons/ubuntu.png
Modified:
   htdocs/branches/beta/download.phtml
Log:
More icons for download page.

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2011-07-29 16:29:15 UTC (rev 20980)
+++ htdocs/branches/beta/download.phtml	2011-07-29 17:48:07 UTC (rev 20981)
@@ -29,17 +29,17 @@
 <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 <span class=\"gnucash\">GnuCash</span> version that comes with your distribution.");?></p>
 <p class="justify"><?php echo T_("Below are ways to install <span class=\"gnucash\">GnuCash</span> on some of the more popular distributions:");?></p>
 
-<ul>
-  <li><b>Fedora: </b><?php echo T_("Fedora users can install <span class=\"gnucash\">GnuCash</span> through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
-  <li><b>Mandriva: </b><?php echo T_("Mandriva users can install <span class=\"gnucash\">GnuCash</span> through the Software Management in the Mandriva Linux Control Center.")?></li>
-  <li><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> through the Software Center (in the Applications menu). This will install <span class=\"gnucash\">GnuCash</span> under the Office category in the Applications menu.")?></li>
+<ul class="imagelist">
+  <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/fedora.png);"><b>Fedora: </b><?php echo T_("Fedora users can install <span class=\"gnucash\">GnuCash</span> through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
+  <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/mandriva.png);"><b>Mandriva: </b><?php echo T_("Mandriva users can install <span class=\"gnucash\">GnuCash</span> through the Software Management in the Mandriva Linux Control Center.")?></li>
+  <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/redhat.png);"><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> 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 class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/ubuntu.png);"><b>Ubuntu: </b><?php echo T_("Ubuntu 9.10 users can install <span class=\"gnucash\">GnuCash</span> through the Software Center (in the Applications menu). This will install <span class=\"gnucash\">GnuCash</span> under the Office category in the Applications menu.")?></li>
 </ul>
 <p class="justify"><?php echo T_("If your distro doesn't ship with <span class=\"gnucash\">GnuCash</span> or you wish to install a different version than it ships with, you could try to build <span class=\"gnucash\">GnuCash</span> directly from the source code. The <span class=\"gnucash\">GnuCash</span> 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>
-  <li><a href="<?php echo $download_path.$latest_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_stable)?></li>
+<ul class="imagelist">
+  <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/package.png);"><a href="<?php echo $download_path.$latest_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_stable)?></li>
  </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>
 

Added: htdocs/branches/beta/images/icons/fedora.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/fedora.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/branches/beta/images/icons/mandriva.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/mandriva.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/branches/beta/images/icons/package.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/package.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/branches/beta/images/icons/redhat.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/redhat.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/branches/beta/images/icons/ubuntu.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/ubuntu.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the gnucash-changes mailing list