Add backend for new checkbox. Add a new checkbox for previous foundation
2002-08-06 Glynn Foster <glynn.foster@sun.com> * cgi-bin/membership-form-handler.cgi: Add backend for new checkbox. * membership-form.html: Add a new checkbox for previous foundation member.
This commit is contained in:
		
							parent
							
								
									8fddf13dd5
								
							
						
					
					
						commit
						1ea4435c6c
					
				
					 3 changed files with 18 additions and 2 deletions
				
			
		|  | @ -1,3 +1,9 @@ | ||||||
|  | 2002-08-06  Glynn Foster  <glynn.foster@sun.com> | ||||||
|  | 
 | ||||||
|  | 	* cgi-bin/membership-form-handler.cgi: Add backend for new checkbox. | ||||||
|  | 	* membership-form.html: Add a new checkbox for previous foundation | ||||||
|  | 	member. | ||||||
|  | 
 | ||||||
| 2002-07-17 Steve Fox <drfickle@uberh4x0r.org> | 2002-07-17 Steve Fox <drfickle@uberh4x0r.org> | ||||||
| 
 | 
 | ||||||
| 	* index.html | 	* index.html | ||||||
|  |  | ||||||
|  | @ -19,10 +19,17 @@ print $form->header; | ||||||
| my $date = localtime; | my $date = localtime; | ||||||
| 
 | 
 | ||||||
| open MAIL, "|$MAIL_COMMAND"; | open MAIL, "|$MAIL_COMMAND"; | ||||||
| print MAIL <<END; | print MAIL <<HEADER; | ||||||
| From: gnome-membership\@gnome.org (GNOME Membership Script) | From: gnome-membership\@gnome.org (GNOME Membership Script) | ||||||
| To: membership\@gnome.org (GNOME Membership Committee) | To: membership\@gnome.org (GNOME Membership Committee) | ||||||
| Subject: Application received from $FORM::name ($FORM::email) | HEADER | ||||||
|  | 
 | ||||||
|  | if ($FORM::previousmember == "on") { | ||||||
|  |   print MAIL "Subject: [RENEWAL] Application received from $FORM::name ($FORM::email)"; | ||||||
|  | } else { | ||||||
|  |   print MAIL "Subject: Application received from $FORM::name ($FORM::email)"; | ||||||
|  | } | ||||||
|  | print MAIL <<END; | ||||||
| 
 | 
 | ||||||
| Contact Information: | Contact Information: | ||||||
| -------------------- | -------------------- | ||||||
|  | @ -30,6 +37,7 @@ Name: $FORM::name | ||||||
| E-mail: $FORM::email | E-mail: $FORM::email | ||||||
| irc.gnome.org nickname (if any): $FORM::ircnick | irc.gnome.org nickname (if any): $FORM::ircnick | ||||||
| cvs.gnome.org username (if any): $FORM::cvsuser | cvs.gnome.org username (if any): $FORM::cvsuser | ||||||
|  | Previous GNOME Foundation member:  $FORM::previousmember | ||||||
| 
 | 
 | ||||||
| GNOME contributions: | GNOME contributions: | ||||||
| -------------------- | -------------------- | ||||||
|  |  | ||||||
|  | @ -66,6 +66,8 @@ href="mailto:membership@gnome.org">membership@gnome.org</a>.</p> | ||||||
| length=50></td></tr> | length=50></td></tr> | ||||||
| <tr><td>cvs.gnome.org username (if any):</td><td><input name="cvsuser" | <tr><td>cvs.gnome.org username (if any):</td><td><input name="cvsuser" | ||||||
| length=50></td></tr> | length=50></td></tr> | ||||||
|  | <tr><td><input type="checkbox" name="previousmember"> Previous GNOME Foundation member | ||||||
|  | </td></tr> | ||||||
| </table> | </table> | ||||||
| <h3>GNOME Contributions</h3> | <h3>GNOME Contributions</h3> | ||||||
| <p>Membership in the GNOME Foundation requires that the candidate has | <p>Membership in the GNOME Foundation requires that the candidate has | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Glynn Foster
						Glynn Foster