Finally realized I forgot to add the ChangeLog, so now it is going in.

2001-07-12  Dan Mueth  <d-mueth@uchicago.edu>

	Finally realized I forgot to add the ChangeLog, so now
	it is going in.

        Small improvements to appearance of page which pops up
        to confirm application is received.
        * cgi-bin/membership-form-handler.cgi:

        Fixed path for script which I forgot to do last time.
        * membership-form.html:
This commit is contained in:
Dan Mueth 2001-07-12 18:43:21 +00:00 committed by Dan Mueth
parent 84e37475e5
commit 64b0c8abb3
3 changed files with 53 additions and 2 deletions

45
ChangeLog Normal file
View file

@ -0,0 +1,45 @@
2001-07-12 Dan Mueth <d-mueth@uchicago.edu>
Small improvements to appearance of page which pops up
to confirm application is received.
* cgi-bin/membership-form-handler.cgi:
Fixed path for script which I forgot to do last time.
* membership-form.html:
2001-07-12 Dan Mueth <d-mueth@uchicago.edu>
Updating main page in various places. Fixed formatting
and HTML. Added membership information and application links.
* index.html:
Changed background color to white.
* membership-form.html:
Adding this file by Russell.
* membership-policy.html:
Removing old versions of the script
* membership-form-handler.pl:
* cgi-bin/membership-form-handler.pl:
2001-07-12 Dan Mueth <d-mueth@uchicago.edu>
Pointing to correct path for script.
* membership-form.html:
2001-07-12 Dan Mueth <d-mueth@uchicago.edu>
Putting the script into a cgi-bin directory
* cgi-bin/membership-form-handler.pl:
2001-07-12 Dan Mueth <d-mueth@uchicago.edu>
Adding the membership application form a script which processes
it, both created by: Russell Steinthal <rms39@columbia.edu>
* membership-form-handler.pl:
* membership-form.html:

View file

@ -53,9 +53,15 @@ END
close MAIL;
print "<html>\n";
print "<head><title>Application Received</title></head>\n";
print "<body bgcolor=\"#FFFFFF\">";
print "<h1>Thank you</h1>\n";
print "<p>Thank you for your submission. It has been forwarded to the membership committee, which will inform you when it has been processed.</p>\n";
print "<p>If you have any questions, please e-mail <a href=\"mailto:membership\@gnome.org\">membership\@gnome.org.</p>\n";
print "<br> <br>\n";
print "<center><a href=\"http://foundation.gnome.org\">Return to the GNOME Foundation home page</a></center>\n";
print "</body>\n";
print "</html>\n";

View file

@ -18,7 +18,7 @@ Policy</a>, adopted by the Board of Directors.</p>
feel free to e-mail the committee at <a
href="mailto:membership@gnome.org">membership@gnome.org</a>.</p>
<form action="/usr/local/www/foundation.gnome.org/cgi-bin/membership-form-handler.pl" method=get>
<form action="/cgi-bin/membership-form-handler.cgi" method=get>
<h3>Contact Information</h3>
<table>
<tr><td>Name:</td><td><input name="name" length=80></td></tr>