1
0
Fork 0
gnuviechadmin-historic/php/index.php

15 lines
557 B
PHP
Raw Normal View History

<!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>