[xiph-commits] r13729 - websites/theora.org/ssi
giles at svn.xiph.org
giles at svn.xiph.org
Tue Sep 4 11:10:16 PDT 2007
Author: giles
Date: 2007-09-04 11:10:16 -0700 (Tue, 04 Sep 2007)
New Revision: 13729
Modified:
websites/theora.org/ssi/pagetop.include
Log:
xmlize the paypal form.
Modified: websites/theora.org/ssi/pagetop.include
===================================================================
--- websites/theora.org/ssi/pagetop.include 2007-09-04 18:08:33 UTC (rev 13728)
+++ websites/theora.org/ssi/pagetop.include 2007-09-04 18:10:16 UTC (rev 13729)
@@ -20,12 +20,14 @@
<br/>
<p style="font-weight:bold;font-size:small">Support us</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="padding-top:0.25em">
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="donate at xiph.org">
- <input type="hidden" name="item_name" value="theora donation">
- <input type="hidden" name="currency_code" value="USD">
- <input type="hidden" name="amount" value="10.00">
- <input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif" name="submit" alt="Make a donation via PayPal">
+ <input type="hidden" name="cmd" value="_xclick" />
+ <input type="hidden" name="business" value="donate at xiph.org" />
+ <input type="hidden" name="item_name" value="theora donation" />
+ <input type="hidden" name="currency_code" value="USD" />
+ <input type="hidden" name="amount" value="10.00" />
+ <input type="image"
+ src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif"
+ name="submit" alt="Make a donation via PayPal" />
</form>
More information about the commits
mailing list