gnomeweb-wml r6601 - trunk/www.gnome.org/friends



Author: lucasr
Date: Tue Jan 13 23:15:27 2009
New Revision: 6601
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6601&view=rev

Log:
Some new options to the donation form.


Modified:
   trunk/www.gnome.org/friends/step2.wml

Modified: trunk/www.gnome.org/friends/step2.wml
==============================================================================
--- trunk/www.gnome.org/friends/step2.wml	(original)
+++ trunk/www.gnome.org/friends/step2.wml	Tue Jan 13 23:15:27 2009
@@ -59,14 +59,30 @@
                         <input type="radio" value="You will receive a postcard from Stormy Peters" name="os0"/>Stormy Peters<br/>
                         <input type="radio" value="You will receive a postcard from Lucas Rocha" name="os0"/>Lucas Rocha<br/>
                         <input type="radio" value="You will receive a postcard from Vincent Untz" name="os0"/>Vincent Untz<br/>
-                        <input type="radio" value="You will receive a postcard from Luis Villa" name="os0"/>Luis Villa<br/>';
+                        <input type="radio" value="You will receive a postcard from Luis Villa" name="os0"/>Luis Villa<br/>
+			<h3>Select a t-shirt size</h3>
+                        <input type="hidden" value="T-shirt Size" name="on3"/>
+			<select name="os3">
+			<option value="P">S</option>
+			<option value="M">M</option>
+			<option value="G" selected>L</option>
+			<option value="GG">XL</option>
+			</select>';
 			break;
 			case 'associate':
 			echo 'You have chosen to become a <strong>associate</strong> <a href="index.html">(change)</a> for a one time amount of <input type="text" id="amount" name="amount" value="$25" size=5>';
 
 			break;
 			case 'sponsor':
-			echo 'You have chosen to become a <strong>sponsor</strong> <a href="index.html">(change)</a> for a one time  <input type="text" id="amount" name="amount" value="$500" size=5>';
+			echo 'You have chosen to become a <strong>sponsor</strong> <a href="index.html">(change)</a> for a one time  <input type="text" id="amount" name="amount" value="$500" size=5>
+			<h3>Select a t-shirt size</h3>
+                        <input type="hidden" value="T-shirt Size" name="on3"/>
+			<select name="os3">
+			<option value="P">S</option>
+			<option value="M">M</option>
+			<option value="G" selected>L</option>
+			<option value="GG">XL</option>
+			</select>';
 
 			break;
 			case 'philanthropist':
@@ -85,10 +101,12 @@
 <input type="hidden" value="Donation Gift" name="on1"/>
 <input type="radio" value="Yes" name="os1" checked>Yes, I want to receive a gift as a thank you for my donation.<br/>
 <input type="radio" value="No" name="os1"/>Don't send me a gift, please.<br/>
-<small>If you do not want to receive a gift, we will save the money for the gift and shipping and use it to further the mission of the GNOME Project, bringing a free desktop to the public.</small><br/><br/>
+<small>If you do not want to receive a gift, we will save the money for the gift and shipping and use it to further the mission of the GNOME Project, bringing a free desktop to the public.</small><br/>
 
-<input type="hidden" value="Anonymous Donation" name="on2"/>
-<input type="checkbox" name="os2" value="Yes"> Make this donation from an anonymous donor.<br/>
+<h3>Select whether you want to have your name listed in the donors page:</h3>
+<input type="hidden" value="List name in the donors page" name="on2"/>
+<input type="radio" value="No" name="os2" checked>Yes<br/>
+<input type="radio" value="Yes" name="os2"/>No<br/><br/>
 
 <p>Additional comments or ideas on how we can improve the GNOME Foundation:
 <textarea rows="7" cols="88" name="custom"></textarea>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]