<?PHP
$fromSignup = 1;
require "login.php";
getvars($adminuser);
$loginPage = 1;
$currentPage = "STD :: Sign up ::";
require "header.php";
?>
<center>
<font face="<?PHP echo $pageFont ?>" size="<?PHP echo $pageFontsize ?>">
<form method="post" name="signup">
<input type="hidden" name="fromsignup" value="1">
<table width="99%" height="99%">
<tr valign="center">
<td align="center">
<?PHP if ($errorMsg > "") { ?>
<font face="<?PHP echo $pageFont ?>" size="+<?PHP echo ($pageFontsize+2) ?>" color="<?PHP echo $errorForeCol ?>">
<strong><?PHP echo $errorMsg; ?></strong>
</font>
<br><p></p>
<?PHP } ?>
<table height="450" width="604">
<tr valign="top" height="437">
<td align="right" background="images/howcani.jpg" id="bordered">
<font face="<?PHP echo $pageFont ?>" size="<?PHP echo $pageFontsize ?>">
Username: <input type="text" name="newuser" size="31" maxlength="30"><br>
Password: <input type="password" name="newpassword" size="31" maxlength="15"><br>
<input type="submit" value="Signup">
</font>
</td>
</tr>
<tr vlign="top">
<td align="right">
<font face="<?PHP echo $pageFont ?>" size="<?PHP echo ($pageFontsize+1) ?>">
:: ScreamingToDo :: version <?PHP echo $STDversion ?> ::
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</center>
<script>
document.signup.newuser.focus();
</script>
</body>
</html>