comparison docs/theme/nature/layout.html @ 4191:9171248beae5 kallithea-2.2.5-rebrand

Change PayPal and Flattr links to versions for Software Freedom Conservancy.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 21 May 2014 17:11:02 -0400
parents 3563bb7b4b82
children 03bbd33bc084
comparison
equal deleted inserted replaced
4190:99ad9d0af1a3 4191:9171248beae5
1 {% extends "basic/layout.html" %} 1 {% extends "basic/layout.html" %}
2 2
3 {% block sidebarlogo %} 3 {% block sidebarlogo %}
4 <h3>Support RhodeCode development.</h3> 4 <h3>Support Kallithea development</h3>
5 <div style="text-align:center"> 5 <div style="text-align:center">
6 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 6 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
7 <input type="hidden" name="cmd" value="_s-xclick"> 7 <input type="hidden" name="cmd" value="_s-xclick">
8 <input type="hidden" name="hosted_button_id" value="8U2LLRPLBKWDU"> 8 <input type="hidden" name="hosted_button_id" value="EYXFS3SQPHYUL">
9 <input style="border:0px !important" type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" 9 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
10 border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 10 <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
11 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 11 </form>
12 </form>
13 <div style="padding:5px"> 12 <div style="padding:5px">
14 <a href="http://flattr.com/thing/167489/RhodeCode" target="_blank"> 13 <a href="https://flattr.com/thing/922714/Donate-to-Software-Freedom-Conservancy" target="_blank">
15 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> 14 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
16 </div> 15 </div>
17 </div> 16 </div>
18 {% endblock %}} 17 {% endblock %}}