Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
196 lines (74 sloc)
2.7 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD><TITLE>Welcome to the SFPS Webteam feedback page!</TITLE></HEAD> | |
| <BODY background="white"> | |
| <H1><B><CENTER>Email the SFPS Webteam | |
| </CENTER></B></H1> | |
| <HR><BR><BR> | |
| <P ALIGN=CENTER> | |
| Please take a minute to send us a message.<BR> | |
| (You don't even need an email account!)<BR> | |
| <BR> | |
| <P> | |
| <CENTER> | |
| <FORM METHOD="POST" ACTION="http://www.sfps.k12.nm.us/scripts/wsendmail.exe"> | |
| <INPUT TYPE="hidden" NAME="RCPT" VALUE="webteam"> | |
| <B>Your Name:</B> <INPUT SIZE=30 NAME="from-name"><BR> | |
| <P> | |
| <B>Your E-mail address:</B> <INPUT SIZE=30 NAME="email"><BR> | |
| <INPUT TYPE="hidden" NAME="body" VALUE="How would you rate our site? "> | |
| <P> | |
| <B>How would you rate our site -- 10 (best) to 1 (needs work!)?</B> | |
| <INPUT NAME="body1" SIZE=2> | |
| <INPUT TYPE="hidden" NAME="body2" VALUE=" | |
| Suggestions: | |
| "> | |
| <BR> | |
| <P> | |
| <B>How can we improve this web-site?</B><BR> | |
| <TEXTAREA WRAP=virtual NAME="body3" COLS=60 ROWS=8> </TEXTAREA> | |
| <INPUT TYPE="hidden" name="subject" VALUE="Web Mail - Webteam Feedback"> | |
| <P><INPUT TYPE=submit VALUE=" Send It In! "> | |
| <INPUT TYPE=reset VALUE=" Start Over "><BR> | |
| Click once and wait... | |
| </FORM> | |
| <P> | |
| <HR SIZE=4></P> | |
| <CENTER> | |
| <APPLET CODEBASE="/menu" CODE="horizMenu" WIDTH="520" HEIGHT="15"> | |
| <PARAM NAME=ver value="1"> | |
| <PARAM NAME=copyright VALUE="(c) 1996 Patrick Chan. All Rights Reserved. www.xeo.com"> | |
| <PARAM NAME=image VALUE="menu2.gif"> | |
| <PARAM NAME=separator VALUE="|"> | |
| <PARAM NAME=newline VALUE="^"> | |
| <PARAM NAME=font VALUE="Helvetica"> | |
| <PARAM NAME=font-height VALUE="11"> | |
| <PARAM NAME=marginh VALUE="1"> | |
| <PARAM NAME=marginv VALUE="1"> | |
| <PARAM NAME=fg-menu-color value="0 0 0"> | |
| <PARAM NAME=bg-menu-color value="150 150 210"> | |
| <PARAM NAME=fg-hi-menu-color value="0 0 0"> | |
| <PARAM NAME=bg-hi-menu-color value="241 255 17"> | |
| <PARAM NAME=bg-color value="255 255 255"> | |
| </APPLET> | |
| <APPLET CODEBASE="/menu" CODE="horizMenu" WIDTH="520" HEIGHT="45"> | |
| <PARAM NAME=ver value="2"> | |
| <PARAM NAME=copyright VALUE="(c) 1996 Patrick Chan. All Rights Reserved. www.xeo.com"> | |
| <PARAM NAME=image VALUE="menu.gif"> | |
| <PARAM NAME=separator VALUE="|"> | |
| <PARAM NAME=newline VALUE="^"> | |
| <PARAM NAME=font VALUE="Helvetica"> | |
| <PARAM NAME=font-height VALUE="11"> | |
| <PARAM NAME=marginh VALUE="1"> | |
| <PARAM NAME=marginv VALUE="1"> | |
| <PARAM NAME=fg-menu-color value="0 0 0"> | |
| <PARAM NAME=bg-menu-color value="150 150 210"> | |
| <PARAM NAME=fg-hi-menu-color value="0 0 0"> | |
| <PARAM NAME=bg-hi-menu-color value="241 255 17"> | |
| <PARAM NAME=bg-color value="255 255 255"> | |
| <HR NOSHADE> | |
| </APPLET> | |
| <br>Copyright © 1997 Santa Fe Public Schools<BR> | |
| Last revised: June 13, 1999 by <A HREF="MAILTO:webteam@mail.sfps.k12.nm.us">The | |
| Webteam</A> </P></CENTER> | |
| </BODY> | |
| </HTML> |