Skip to content

Instantly share code, notes, and snippets.

36garhonline.blogspot.in
allenbwest.com
aprendeguitarra.com.mx
babystepstoessentialoils.com
baltictender.ru
bewerbungswissen.net
cafe.naver.com
cookthebook.blogspot.gr
eigene-naturprodukte.de
familyconsumersciences.com
@ztay
ztay / gist:5469087
Created April 26, 2013 17:54
Button code for localized header
<!-- Footer.php The Header Variable With Localized Rules -->
<script>
<!-- If French -->
var pfHeaderImgUrl = 'http://www.tewealth.com/wp-content/uploads/logos/TE_Wealth_Logo_EN.jpg'
<!-- Else -->
var pfHeaderImgUrl = 'http://www.tewealth.com/wp-content/uploads/logos/TE_Wealth_Logo_FR.jpg'
</script>
<!-- PrintFriendly Code -->
<b:if cond='data:blog.pageType == "index"'>
<a expr:href='data:post.url + "?pfstyle=wp"' style=" color:#6D9F00; text-decoration:none;" class="printfriendly" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<a expr:href='data:post.url + "?pfstyle=wp"' style=" color:#6D9F00; text-decoration:none;" class="printfriendly" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
<b:else/>
<script src="http://cdn.printfriendly.com/printfriendly.js" type="text/javascript"></script><a href="http://www.printfriendly.com" style=" color:#6D9F00; text-decoration:none;" class="printfriendly" onclick="window.print(); return false;" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Fr
<b:if cond='data:blog.pageType == "index"'>
<a expr:href='data:post.url + "?pfstyle=wp"' style=" color:#6D9F00; text-decoration:none;" class="printfriendly" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<a expr:href='data:post.url + "?pfstyle=wp"' style=" color:#6D9F00; text-decoration:none;" class="printfriendly" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
<b:else/>
<script src="http://cdn.printfriendly.com/printfriendly.js" type="text/javascript"></script><a href="http://www.printfriendly.com" style=" color:#6D9F00; text-decoration:none;" class="printfriendly" onclick="window.print(); return false;" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>
</b
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script>
<style type="text/css">
* { font-family: Verdana; font-size: 96%; }
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
</style>