From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | pgsql-www(at)postgresql(dot)org |
Cc: | Joshua Drake <jd(at)commandprompt(dot)com> |
Subject: | Requested changes to /about/donate |
Date: | 2006-10-31 01:23:58 |
Message-ID: | 200610301723.58590.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
All:
1) Please correct the PO Box address of SPI:
Software in the Public Interest, Inc.
P.O. Box 501248
Indianapolis, IN 46250-6248
United States
2) JD requested a "postgresql only" donation form, instead of the current
link. What follows is some html form code to support such a thing.
Please consider using it; making it easier to donate means more donations.
<!-- begin clickandpledge.com form -->
<style type="text/css">
#cp_radio_760627388954, #cp_radiologo_760627388954 {width: 250px;
min-width: 250px; }
#cp_radio_760627388954 tr td {font-family: Arial, Helvetica, sans-serif;}
#cp_radioinstructions_760627388954 {width: 238px; min-width: 238px;}
#cp_radio_760627388954, #cp_radioheader_760627388954,
#cp_radioinstructions_760627388954 {border: 1px solid #c2c2c2; display:
block; overflow:hidden; margin: 0px;}
#cp_radio_760627388954 {background-color:#ffffff;}
#cp_radioheader_760627388954 {background-color:none; }
#cp_radioinstructions_760627388954 {background-color:none;}
#cp_radio_760627388954 td {padding: 3px;}
#cp_radioheader_760627388954 {font-family: Arial, Helvetica, sans-serif;
overflow:hidden; display:block; font-size: 11px; line-height: 10px;
font-weight: bold; text-transform: uppercase; color: #6e6e6e; margin:0px
0px 0px 0px;}
#cp_radioinstructions_760627388954 {font-size: 11px; line-height: 16px;
color: #383838; margin: 0px;}
#cp_radioinstructions_760627388954 tr td {vertical-align:top; margin: 0px;
padding: 0px; height: 17px;}
#cp_radioinstructions_760627388954 tr td input.amount {width: 50px};
#cp_radioinstructions_760627388954 tr td input {margin: 0px; padding: 0px;
padding-right: 4px;}
.cp_button_760627388954 {height:18px; text-transform:uppercase;
font-size:8px; padding:0px 1px; border:1px solid #B2B2B2;
background-color:#E8E8E8; cursor:pointer; text-align:center;}
.cp_button_760627388954:hover {border:1px solid #B2B2B2;
background-color:#383838; cursor:pointer; color: #ffffff; }
#cp_radiologo_760627388954, #cp_radiologo_760627388954 img,
#cp_radiologo_760627388954 img a {margin: 0px; padding: 0px;}
#cp_radiologo_760627388954 img {padding-top: 2px;}
</style>
<script type="text/javascript"
src="http://www.clickandpledge.com/forms/radiobuttons.js"></script>
<script type="text/javascript"
src="http://www.clickandpledge.com/forms/formcheck.js"></script>
<form id="form1" name="form1" method="post"
action="http://forms.clickandpledge.com/donation_radio_process.asp"
target=_blank>
<table id="cp_radio_760627388954">
<tr>
<td><table width="100%" id="cp_radioheader_760627388954">
<tr>
<td>
Donate to PostgreSQL (through SPI)<br />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table id="cp_radioinstructions_760627388954">
<tr>
<td width="20" valign="top">
<input name="T" type="radio" value="10" tabindex="1000"
id="radiobutton" />
</td>
<td>$10</td>
</tr>
<tr>
<td width="20" valign="top">
<input name="T" type="radio" value="25" tabindex="1001"
id="radiobutton" />
</td>
<td>$25</td>
</tr>
<tr>
<td width="20" valign="top">
<input name="T" type="radio" value="50" tabindex="1002"
id="radiobutton" checked="checked"/>
</td>
<td>$50</td>
</tr>
<tr>
<td width="20" valign="top">
<input name="T" type="radio" value="100" tabindex="1003"
id="radiobutton" />
</td>
<td>$100</td>
</tr>
<tr>
<td valign="top"><input name="T" type="radio" id="radio3"
tabindex="1004" value="Other" /></td>
<td><input name="Other" type="text" id="Other" tabindex="1005"
class="amount" /></td>
</tr>
</table></td>
</tr>
<tr>
<td id="cp_submit_760627388954" align="right">
<input type="submit" class="cp_button_760627388954" tabindex="2"
value="Support PostgreSQL" />
<input name="ID" type="hidden" id="ID" value="12235" />
<input name="B" type="hidden" id="B" value="PostgreSQL General
Contribution" />
<input name="PD" type="hidden" id="PD" value="100" />
<input name="R" type="hidden" id="B" value="" />
<input name="SID" type="hidden" id="PD" value="" />
</td>
</tr>
</table>
<table id="cp_radiologo_760627388954" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td align="right"><a href="http://www.clickandpledge.com"><img
src="http://images.clickandpledge.com/logo/125x29/PB_EN_NA_S_001.gif"
alt="powered by click and pledge" width="125" height="29"
border="0" /></a></td>
</tr>
</table>
</form>
<!-- end clickandpledge form -->
--
--Josh
Josh Berkus
PostgreSQL @ Sun
San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2006-10-31 02:03:31 | Re: Requested changes to /about/donate |
Previous Message | Cornelia Boenigk | 2006-10-31 01:22:59 | Re: On what we want to support: travel? |