The branch, master has been updated via 8d7a7843dcac3dca8647ace0c136e44875f94f5a (commit) from 0d71c13a9591d4a451ade6d1c7a62e79434a3cc9 (commit)
- Log ----------------------------------------------------------------- commit 8d7a7843dcac3dca8647ace0c136e44875f94f5a Author: Marc Delisle marc@infomarc.info Date: Mon Sep 12 11:10:04 2011 -0400
phpMyAdmin Starter book
-----------------------------------------------------------------------
Summary of changes: images/packt/addtocart.gif | Bin 0 -> 3732 bytes images/packt/pmastarter_cover.png | Bin 0 -> 50890 bytes templates/_littleboxes.tpl | 9 +++++++++ 3 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 images/packt/addtocart.gif create mode 100644 images/packt/pmastarter_cover.png
diff --git a/images/packt/addtocart.gif b/images/packt/addtocart.gif new file mode 100644 index 0000000..3ceb7a8 Binary files /dev/null and b/images/packt/addtocart.gif differ diff --git a/images/packt/pmastarter_cover.png b/images/packt/pmastarter_cover.png new file mode 100644 index 0000000..53f853c Binary files /dev/null and b/images/packt/pmastarter_cover.png differ diff --git a/templates/_littleboxes.tpl b/templates/_littleboxes.tpl index 6248db7..a8b1e2f 100644 --- a/templates/_littleboxes.tpl +++ b/templates/_littleboxes.tpl @@ -18,6 +18,15 @@ <span class="dlname"><a href="${base_url}donate.${file_ext}" rel="payment">Donate to phpMyAdmin</a></span> </div>
+<div class="rightbutton"> +<a href="#" title="In the eBook..." onclick="window.open('https://www.packtpub.com/sites/default/files/pmastarter/pmastarterpreview.html','help','scrollbars=yes,resizable=yes,width=680,height=720,left=180,top=20'); return false;"> + <img width="135" height="170" border="0" src="${base_url}images/packt/pmastarter_cover.png" /> +</a> + <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=984362&cl=174893&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"> + <img src="${base_url}images/packt/addtocart.gif" border="0" alt="Add to Cart"/></a> + <p style="font-size:smaller;">A percentage of each sale goes direct to the phpMyAdmin project.</p> +</div> + </div>
</html>
hooks/post-receive