sidebarintro.html 740 B

123456789101112131415
  1. <p class="logo"><a href="{{ pathto(master_doc) }}">
  2. <img class="logo" src="http://cloud.github.com/downloads/celery/celery/celery_128.png" alt="Logo"/>
  3. </a></p>
  4. <div id="donate">
  5. <b>Please donate:</b>
  6. <form id="paypal_donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
  7. <input type="hidden" name="cmd" value="_s-xclick">
  8. <input type="hidden" name="hosted_button_id" value="BPCLP83DFF2N2">
  9. </form>
  10. <img onclick="$('#paypal_donate').submit();"
  11. src="http://celeryproject.org/static/img/icon-paypal.png" alt="amex">
  12. <iframe style="border: 0; margin: 0; padding: 0;"
  13. src="https://www.gittip.com/ask/widget.html"
  14. width="48pt" height="22pt"> </iframe>
  15. </div>