<?
###################################################
#Copyright (C) 2002 Lihua Gao (hide@address.com)
#
#$Id: signup.php,v 1.1 2002/12/05 10:03:33 gaolihua Exp $
#
#This file is part of myTodos.
#
#myTodos is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation; either version 2 of the License, or
#(at your option) any later version.
#
#myTodos is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with myTodos; if not, write to the Free Software
#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#####################################################
?>
<?
require_once("config.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-1">
<title>myTodos</title>
<link rel="stylesheet" type="text/css" href="css/general.css">
</head>
<H3>
myTodos Signup</H3>
<FORM action="signup-ctrl.php" method="POST" name="sendform" enctype="multipart/form-data" title="SENDFORm">
<table>
<tr><td>Your email:</td><td>
<INPUT TYPE="TEXT" name="useremail">
</td></tr>
<tr><td>Password:</td><td>
<INPUT TYPE="password" name="password">
</td></tr>
<!-- empty line -->
<tr><td> </td></tr>
<tr><td align="center" colspan="2">
<INPUT TYPE="SUBMIT" name="submit">
</td></tr>
</table>
</FORM>
</body>
</html>