1
0
Fork 0

basic setup and login mechanisms are done

git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@23 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
Jan Dittberner 2003-11-23 20:44:06 +00:00
parent 69f7fbb050
commit 4c553504b2
7 changed files with 300 additions and 7 deletions

View file

@ -4,12 +4,7 @@
<title>GNU-Viech Administration tool</title>
</head>
<body>
<form action="start.php" method="post">
<table>
<tr><td><?php echo _("User:"); ?></td><td><input type="text" name="username"/></td></tr>
<tr><td><?php echo _("Password:"); ?></td><td><input type="password" name="password"/></td></tr>
<tr><td colspan="2" align="right"><input type="submit" name="submit" value="<?php echo _("Login"); ?>"></td></tr>
</table>
</form>
<a href="start.php"><?php echo _("Login to the administration pages"); ?></a><br/>
<a href="register.php"><?php echo _("Register as new client"); ?></a><br/>
</body>
</html>