index page with login field
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@18 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
438b4eff87
commit
f7d2e1ec42
1 changed files with 15 additions and 0 deletions
15
php/index.php
Normal file
15
php/index.php
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<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>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue