annotate docs/theme/nature/layout.html @ 2058:fb51a6fc10ae beta

updated CONTRIBUTORS - code garden
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Feb 2012 05:25:16 +0200
parents 950110f3f99f
children 9ab21c5ddb84 b4f401524060
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 {% extends "basic/layout.html" %}
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 {% block sidebarlogo %}
2011
4bf79abde983 fix text on donate button
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
4 <h3>Support RhodeCode development.</h3>
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 <div style="text-align:center">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 <input type="hidden" name="cmd" value="_s-xclick">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 <input type="hidden" name="hosted_button_id" value="8U2LLRPLBKWDU">
1888
f91d3f9b7230 White-space cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 856
diff changeset
9 <input style="border:0px !important" type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif"
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12 </form>
2032
950110f3f99f merged changes from stable into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 2011
diff changeset
13 <div style="padding:5px">
950110f3f99f merged changes from stable into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 2011
diff changeset
14 <a href="http://flattr.com/thing/167489/RhodeCode" target="_blank">
950110f3f99f merged changes from stable into beta
Marcin Kuzminski <marcin@python-works.com>
parents: 2011
diff changeset
15 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
2058
fb51a6fc10ae updated CONTRIBUTORS
Marcin Kuzminski <marcin@python-works.com>
parents: 2032
diff changeset
16 </div>
856
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
17 </div>
86cbf8e6d76a fixed readme typo, added layout.html to sphinx theme
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
18 {% endblock %}}