mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
testing
This commit is contained in:
parent
0420bdf3f5
commit
1b1fbf2b1b
2 changed files with 18 additions and 25 deletions
32
temp.php
32
temp.php
|
@ -1,25 +1,9 @@
|
||||||
<HTML>
|
<html>
|
||||||
<BODY BGCOLOR="#000000" TEXT="#FFFFFF" LINK="#009AFF"
|
|
||||||
VLINK="#CC9AFF" ALINK="#009AFF" MARGINWIDTH="0"
|
|
||||||
MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0"
|
|
||||||
TOPMARGIN="0">
|
|
||||||
<?
|
<?
|
||||||
$x = 'BGCOLOR="#990099" ALIGN="center" VALIGN="middle" BORDER="0"';
|
<P>Message<TEXTAREA name="message" cols="40" rows="8" wrap="PHYSICAL">
|
||||||
$y = 'BGCOLOR="#CC33FF" ALIGN="left" VALIGN="middle" BORDER="0"';
|
</TEXTAREA><P><INPUT TYPE="submit" VALUE="submit"></FORM>
|
||||||
$tr = 11; ?>
|
if ($submit == "submit") {
|
||||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0"
|
mail("palisade@quakeforge.net", "Website comment", $message);
|
||||||
ALIGN="center" VALIGN="top" BORDER="0">
|
}
|
||||||
<?
|
?>
|
||||||
for ($i=1; $i<$tr; $i++) {
|
</html>
|
||||||
$tr_spec = ($i % 2) ? $x : $y; ?>
|
|
||||||
<TR <? echo $tr_spec; ?>><TD>
|
|
||||||
<? if($i % 2) { ?>
|
|
||||||
<FONT COLOR="#FFFFFF" FACE="times" SIZE="3">
|
|
||||||
Table Row Specification</FONT><? }
|
|
||||||
else { ?>
|
|
||||||
<FONT COLOR="#000000" FACE="helvetica" SIZE="2"><B>
|
|
||||||
<? echo $tr_spec; } ?></B></FONT>
|
|
||||||
</TD></TR><? } ?>
|
|
||||||
</TABLE>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
9
test.php
Normal file
9
test.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<html>
|
||||||
|
<?
|
||||||
|
<P>Message<TEXTAREA name="message" cols="40" rows="8" wrap="PHYSICAL">
|
||||||
|
</TEXTAREA><P><INPUT TYPE="submit" VALUE="submit"></FORM>
|
||||||
|
if ($submit == "submit") {
|
||||||
|
mail("palisade@quakeforge.net", "Website comment", $message);
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</html>
|
Loading…
Reference in a new issue