r20860 - htdocs/branches/beta/externals - Try a new ads for the GnuCash Packt book.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 04:38:14 EDT 2011


Author: cmarchi
Date: 2011-07-09 04:38:13 -0400 (Sat, 09 Jul 2011)
New Revision: 20860
Trac: http://svn.gnucash.org/trac/changeset/20860

Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/menu.phtml
Log:
Try a new ads for the GnuCash Packt book.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-08 19:39:46 UTC (rev 20859)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-09 08:38:13 UTC (rev 20860)
@@ -322,3 +322,24 @@
 span.bold {
 	font-weight:bold;
 }
+
+.adscontainer
+{
+ margin: 35px 35px 55px 35px;
+ background:#dedede;
+ padding:10px;
+ float:center;
+ border:solid thin #7F7FAA;
+}
+
+h2.adstitle
+{
+font-size:0.8em;
+text-align:center;
+}
+
+p.adstext
+{
+font-size:0.7em;
+text-align:justify;
+}

Modified: htdocs/branches/beta/externals/menu.phtml
===================================================================
--- htdocs/branches/beta/externals/menu.phtml	2011-07-08 19:39:46 UTC (rev 20859)
+++ htdocs/branches/beta/externals/menu.phtml	2011-07-09 08:38:13 UTC (rev 20860)
@@ -51,4 +51,22 @@
     <li><a href="<?=$home?>/sizing.phtml"><?=T_("Sizing")?></a></li>
   </ul>
 </div>
+<!-- ADS start: GnuCash small business accounting book-->
+<div>
+
+<div class="adscontainer">
+  
+<h2 class="adstitle">New Book: GnuCash 2.4 Small Business Accounting</h2>
+
+<p class="center"><a href="http://link.packtpub.com/6FDDUr"><img src="<?=$home?>/externals/packtpub_gnucash_2.png" alt="GnuCash 2.4 small business accounting" align="middle" border="0" height="152" width="125"></a>
+</p>
+<p class="adstext"><?= T_("The GnuCash development team received notice about a new book published by PacktPub, UK:")?></p>
+<p class="adstext"><a href="http://link.packtpub.com/6FDDUr"><?= T_("GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran")?></a>.</p>
+<p class="adstext"><?= T_("This is a Beginner's Guide for managing your accounts.")?></p>
+<p class="adstext"><?= T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at <a href=\"http://link.packtpub.com/6FDDUr\">packtpub.com</a>, and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book!")?></p>
+
 </div>
+
+</div>
+<!-- ADS end: GnuCash small business accounting book-->
+</div>



More information about the gnucash-changes mailing list