Обсуждение: Requested changes to /about/donate

Поиск
Список
Период
Сортировка

Requested changes to /about/donate

От
Josh Berkus
Дата:
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

Re: Requested changes to /about/donate

От
"Greg Sabino Mullane"
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> 1) Please correct the PO Box address of SPI:

Done.

> 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.

I tried cutting and pasting that code, but upon submittal
of the form this is the message I got from clickandpledge:

===
Dear Customer:

It appears that your last operation has caused a fatal error in our
system. Our programming team has received details of the error and
will investigate the source shortly.

You will be notified by email when the error is fixed.  We apologize
for any inconvenience this might have caused and will make every
effort to fix the error as soon as possible.
===

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200610302059
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFFRq5WvJuQZxSWSsgRAr7cAJ9zkPonN3boba2VckeXYSSVkF8NxwCgkoVd
OifXh4cImLK49/+kq3nwKmQ=
=9vg6
-----END PGP SIGNATURE-----



Re: Requested changes to /about/donate

От
Josh Berkus
Дата:
Greg,

> I tried cutting and pasting that code, but upon submittal
> of the form this is the message I got from clickandpledge:

Can you give me a test page so that I can debug it?

--
Josh Berkus
PostgreSQL @ Sun
San Francisco