<html>
<head>

<title>Prelude IDS Web Interface</title>

</head>
</html>

<body bgcolor="black">

<table height="100%" width="100%" align="center">
 <tr><td>

  <table border="2" bordercolor="red" align="center">
   <tr>
    <td><img src="images/nounours.jpg"></td>

    <td>
     <table border="0">
      <tr><td colspan="2" align="center"><font color="red"><h2>P(erl|relude) IDS Web Interface</h2></font></td></tr>
   
      <form name="AUTH" action="index<?print $conf{'extension'}?>">
          
       <tr>
        <td><font color="red" width="15%"><b>Login</b></font></td>
        <td><input type="text" name="user"></input></td>
       </tr>

       <tr>
        <td><font color="red" width="15%"><b>Password</b></font></td>
        <td><input type="password" name="pass"></input></td>
       </tr>

       <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
       <tr><td colspan=2 align=center><input type="submit" value="Login Piwi"></input></td></tr>
     
      </form>   
     </table> 
    </td>

   </tr>
  </table>
 </td></tr>

</table>

</body>
</html>
