Remove web forum from list.

This commit is contained in:
Jeff Teunissen 2000-10-13 03:30:42 +00:00
parent bf539989e3
commit df4a3bc175
1 changed files with 41 additions and 45 deletions

View File

@ -1,45 +1,41 @@
<? <?
if (isset($clicked)) { if (isset($clicked)) {
StripSlashes($message); StripSlashes($message);
mail("quake-user@lists.sourceforge.net", "Comments (Sent from www.quakeforge.net)", StripSlashes($message), "From: $sender\r\nReply-To: $sender\r\n"); mail("quake-user@lists.sourceforge.net", "Comments (Sent from www.quakeforge.net)", StripSlashes($message), "From: $sender\r\nReply-To: $sender\r\n");
header("Location: http://www.quakeforge.net/thanks.php"); header("Location: http://www.quakeforge.net/thanks.php");
exit; exit;
} }
?> ?>
<? // Preamble <? // Preamble
$pageName = "Contact Us"; $pageName = "Contact Us";
$focused = "none"; // Dock icon name to gets a border $focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document require("parts/preamble.php"); // Load most of document
?> ?>
<!--SEARCHME--> <!--SEARCHME-->
<H2>Electronic Mail</H2> <H2>Electronic Mail</H2>
<P>Please direct support questions to the <P>Please direct support questions to the
<A href="mailto:quake-user@lists.sourceforge.net">QuakeForge Users</A> mailing list. <A href="mailto:quake-user@lists.sourceforge.net">QuakeForge Users</A> mailing list.
<P>If you have ideas about new features for QuakeForge or wish to help in <P>If you have ideas about new features for QuakeForge or wish to help in
development, you can contact the QuakeForge developers via the development, you can contact the QuakeForge developers via the
<A href="mailto:quake-devel@lists.sourceforge.net">QuakeForge Development</A> mailing list. <A href="mailto:quake-devel@lists.sourceforge.net">QuakeForge Development</A> mailing list.
<H2>Web Forum</H2> <H2>Internet Relay Chat</H2>
There is a <A href="/board/">QuakeForge Web Forum</A>, provided courtesy of The QuakeForge developers maintain an IRC channel, #QuakeForge, on the Open
<A href="http://megatf.netfrag.com/">Zap Mega Team Fortress</A>. Projects network, located at irc.openprojects.net.
<H2>Internet Relay Chat</H2> <H2>Contact form</H2>
The QuakeForge developers maintain an IRC channel, #QuakeForge, on the Open Send a message to the QuakeForge team. Be sure to include a valid email address if you expect a reply.<br>
Projects network, located at irc.openprojects.net.
<FORM>
<H2>Contact form</H2> <P>Your Email:<P><INPUT TYPE="text" name="sender">
Send a message to the QuakeForge team. Be sure to include a valid email address if you expect a reply.<br> <P>Message:
<P>
<FORM> <TEXTAREA name="message" cols="50" rows="10" wrap="PHYSICAL"></TEXTAREA>
<P>Your Email:<P><INPUT TYPE="text" name="sender"> <P> <INPUT TYPE="submit" NAME="clicked" VALUE="Submit">
<P>Message: </form>
<P>
<TEXTAREA name="message" cols="50" rows="10" wrap="PHYSICAL"></TEXTAREA> <!--NOSEARCH-->
<P> <INPUT TYPE="submit" NAME="clicked" VALUE="Submit"> <?
</form> require("parts/postamble.php"); // Finish this sucker up
?>
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>