The branch, master has been updated via 83880d07b25cf44c1c18202dd88cde0d276e0971 (commit) via f0175ab1ffffc8386ddd15bfde649ef7ff83f4cc (commit) from 200e2cc9faccb3cfdabe582ff2b14d13720bae5d (commit)
- Log ----------------------------------------------------------------- commit 83880d07b25cf44c1c18202dd88cde0d276e0971 Merge: f0175ab 200e2cc Author: Marc Delisle marc@infomarc.info Date: Sun Oct 16 17:20:24 2011 -0400
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/website
commit f0175ab1ffffc8386ddd15bfde649ef7ff83f4cc Author: Marc Delisle marc@infomarc.info Date: Sun Oct 16 17:19:36 2011 -0400
Fix some of the XHTML errors
-----------------------------------------------------------------------
Summary of changes: templates/_littleboxes.tpl | 6 +++--- templates/docs.tpl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/templates/_littleboxes.tpl b/templates/_littleboxes.tpl index a8b1e2f..90f9b20 100644 --- a/templates/_littleboxes.tpl +++ b/templates/_littleboxes.tpl @@ -20,10 +20,10 @@
<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" /> + <img width="135" height="170" alt="eBook cover" 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> + <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" alt="Add to Cart"/></a> <p style="font-size:smaller;">A percentage of each sale goes direct to the phpMyAdmin project.</p> </div>
diff --git a/templates/docs.tpl b/templates/docs.tpl index e255974..fe0dae3 100644 --- a/templates/docs.tpl +++ b/templates/docs.tpl @@ -92,13 +92,13 @@ I am pleased to announce an update of my book. It is now up to date with phpMyAd <h3>phpMyAdmin Starter</h3>
<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" style="border: 0px;" src="${base_url}images/packt/pmastarter_cover.png" /> + <img width="135" height="170" style="border: 0px;" src="${base_url}images/packt/pmastarter_cover.png" alt="cover image"/> </a> <p> Get started with this quick introduction to phpMyAdmin, its features, and the community. A percentage of each sale goes direct to the phpMyAdmin project. </p>
-<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);"> +<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" style="border: 0px;" alt="Add to Cart"/></a> <p class="signature">Marc Delisle</p> </div>
hooks/post-receive