r22746 - htdocs/trunk - Add a banner for the Android app.
Cristian Marchi
cmarchi at code.gnucash.org
Sun Feb 3 04:07:19 EST 2013
Author: cmarchi
Date: 2013-02-03 04:07:18 -0500 (Sun, 03 Feb 2013)
New Revision: 22746
Trac: http://svn.gnucash.org/trac/changeset/22746
Modified:
htdocs/trunk/index.phtml
Log:
Add a banner for the Android app.
Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml 2013-02-02 13:03:05 UTC (rev 22745)
+++ htdocs/trunk/index.phtml 2013-02-03 09:07:18 UTC (rev 22746)
@@ -52,6 +52,19 @@
<a href="<?=$home?>/features.phtml"><?php echo T_("<b>Discover more...</b>");?></a>
</div>
+<!-- Android app info -->
+<div id="download" style="margin-top:2em">
+<h3 style="margin-bottom:1px; margin-top:0px">GnuCash for Android</h3>
+ <div style="width:172px; height:100%; float:right; margin-left:15px; margin-right:15px">
+ <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
+ <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
+ </a>
+ <p style="text-align:center"><a href="https://github.com/codinguser/GnucashMobile/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
+ </div>
+ <p><?php echo T_("The GnuCash team recommends the GnuCash for Android app. This app allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
+ <p><i><b><?php echo T_("Note that GnuCash for Android is not a port of the GnuCash program to Android.");?></b></i></p>
+</div>
+<!-- end Android app info -->
<div id="newscontainer">
More information about the gnucash-changes
mailing list