r22731 - htdocs/branches/beta - Test a banner for the Android app.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jan 26 08:15:33 EST 2013


Author: cmarchi
Date: 2013-01-26 08:15:32 -0500 (Sat, 26 Jan 2013)
New Revision: 22731
Trac: http://svn.gnucash.org/trac/changeset/22731

Modified:
   htdocs/branches/beta/index.phtml
Log:
Test a banner for the Android app.

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2013-01-26 00:14:49 UTC (rev 22730)
+++ htdocs/branches/beta/index.phtml	2013-01-26 13:15:32 UTC (rev 22731)
@@ -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 companion app 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 Mobile Android app. This application 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: the application is not a port of the GnuCash program for Android systems.");?></b></i></p>
+</div>
+<!-- end Android app info -->
 
 
 <div id="newscontainer">



More information about the gnucash-changes mailing list