Adam Amstrong a2e920e763 remove starting /
git-svn-id: http://www.observium.org/svn/observer/trunk@152 61d68cd4-352d-0410-923a-c4978735b2b8
2008-03-12 19:50:05 +00:00

33 lines
871 B
PHP

<?php
echo("
<center><br />
<table border='0' cellpadding='20' cellspacing='20' bgcolor='#e8e8e8'>
<tr>
<td><div align='right'><img src='images/password.png' width='128' height='128'></div></td>
<td>
<form action='". $_SERVER['REQUEST_URI'] ."' method=post>
<h3>Please log in:</h3>
<div style='height: 0px;'></div>
<table border=0 align=left>
<tr>
<td>Username</td>
<td><input type='text' name='username'></td>
</tr>
<tr>
<td>Password</td>
<td><input type='password' name='password'></td>
</tr>
<tr>
<td colspan=2 align='right'><input name='submit' type='submit' value='Login'></td>
</tr>
</table>
</form></td>
</tr>
</table>
</center>");
?>