Move donate link to bottom; link to from sidebar.

This commit is contained in:
Bradley M. Kuhn 2014-12-01 13:38:17 -05:00
parent 00b0576bbb
commit 873ced992a

View file

@ -46,51 +46,8 @@
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Become a Supporter Now!</h1></div>
<form id="supporter-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post" name="supporter">
<input type="hidden" name="business" value="info@sfconservancy.org" />
<input type="hidden" name="return" value="https://sfconservancy.org/thank-you/" />
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
<input type="hidden" name="cmd" value="_s-xclick" />
<input id="amount" type="text" name="amount" size="5" value="120" />
<small>($120 min; increase amount if you'd like.)</small>
<h5>Do you want to receive a t-shirt?</h5>
<input type="hidden" name="on1" value="Donation Gift" />
<input type="radio" checked="checked" name="os1" value="Yes" />Yes
<input type="radio" name="os1" value="No" />No
<br />
<strong>T-shirt size:</strong>
<select type="hidden" name="on3" id="T-shirt Size">
<option value="MenS" />Men's S</option>
<option value="MenM" />Men's M</option>
<option value="MenL" />Men's L</option>
<option value="MenXL" />Men's XL</option>
<option value="Men2XL" />Men's 2XL</option>
<option value="LadiesS" />Ladies' S</option>
<option value="LadiesM" />Ladies' M</option>
<option value="LadiesL" />Ladies' L</option>
<option value="LadiesXL" />Ladies' XL</option>
</select><br/>
<strong>Public Acknowledgment of your Support?:</strong>
<input type="hidden" name="on2" value="List name in the donors page" />
<input type="radio" checked="checked" name="os2" value="Yes" />Yes
<input type="radio" name="os2" value="No" />No<br/>
<strong>Join Announcement Email List?</strong>
<input type="hidden" name="on4" value="Join Mailing List" />
<input type="radio" checked="checked" name="os4" value="Yes" />Yes
<input type="radio" name="os4" value="No" />No<br>
<br />
<small>You will be redirected to the Paypal website.</small>
<input type="hidden" name="hosted_button_id" value="WJZ98RW3A49XJ">
<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!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<p>
<h4><a href="#now">Support us via PayPal or credit card!</a></h4>
Other payment methods to become a supporter:
<div class="toggle-unit">
<h4 class="toggle-control" data-text="Wire Transfer"
@ -185,6 +142,56 @@ internal policies</a> are published and available for scrutiny.</p>
<p>Please join our Supporter program and spread software freedom!</p>
[1] the shirts will ship First Quarter 2015.
<a id="now"/>
<h2>Become a Supporter Now!</h2>
<form id="supporter-form"
action="https://www.paypal.com/cgi-bin/webscr"
method="post" name="supporter">
<input type="hidden" name="business" value="info@sfconservancy.org" />
<input type="hidden" name="return" value="https://sfconservancy.org/thank-you/" />
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
<input type="hidden" name="cmd" value="_s-xclick" />
<input id="amount" type="text" name="amount" size="5" value="120" /><br/>
<small>($120 min; increase amount if you'd like.)</small>
<h5>Do you want to receive a t-shirt?</h5>
<input type="hidden" name="on1" value="Donation Gift" />
<input type="radio" checked="checked" name="os1" value="Yes" />Yes
<input type="radio" name="os1" value="No" />No
<br />
<h5>T-shirt size:</h5>
<select type="hidden" name="on3" id="T-shirt Size">
<option value="MenS" />Men's S</option>
<option value="MenM" />Men's M</option>
<option value="MenL" />Men's L</option>
<option value="MenXL" />Men's XL</option>
<option value="Men2XL" />Men's 2XL</option>
<option value="LadiesS" />Ladies' S</option>
<option value="LadiesM" />Ladies' M</option>
<option value="LadiesL" />Ladies' L</option>
<option value="LadiesXL" />Ladies' XL</option>
</select><br/>
<h5>Public Acknowledgment of your Support?:</h5>
<input type="hidden" name="on2" value="List name in the donors page" />
<input type="radio" checked="checked" name="os2" value="Yes" />Yes
<input type="radio" name="os2" value="No" />No<br/>
<h5>Join Announcement Email List?</h5>
<input type="hidden" name="on4" value="Join Mailing List" />
<input type="radio" checked="checked" name="os4" value="Yes" />Yes
<input type="radio" name="os4" value="No" />No<br>
<br />
<small>You will be redirected to the Paypal website.</small>
<input type="hidden" name="hosted_button_id" value="WJZ98RW3A49XJ">
<input type="image"
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
border="0" name="submit" alt="Become a Supporter Now!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
{% endblock %}