| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/KPI monitor/ |
Upload File : |
<?php
session_start();
?>
<style type="text/css">
<!--
.style1 {font-size: 24px}
body,td,th {
color: #000000;
}
.style3 {font-size: 16px}
.style4 {color: #FF0000}
body {
background-image: url(image/bg.JPG);
}
.style5 {color: #000000}
.style6 {color: #0000CC}
-->
</style>
<html>
<title>login</title><head>
</head>
<body>
<div align="center">
<p><img src="image/templatemo_logo.png" /></p>
<p></p>
<p></p>
</div>
<table width="183" height="62" border="0" align="right" cellpadding="3">
<tr>
<td width="44" align="right" valign="top"><span class="col-md-3 style1 style4"><strong ><a href="Report.php"><img src="image/unnamed.png" width="44" height="44" border="0" align="left" /></a></strong></span>
</td>
</tr>
</table>
<p> </p>
<p> </p>
<form action="Report.php" method="post">
<table width="388" height="176" align="center" >
<tr>
<td align="center" colspan="2">
<strong >Login</strong>
<span class="style1"></span>
</td>
</tr>
<tr>
<td width="117" height="45">
<label for="username"><strong> Mit-Net User ID</strong></label>
</td>
<td width="206"><input type="username" class="form-control"
name = "username" id="username" placeholder="username" style="height:26px">
</td>
</tr>
<tr>
<td height="51">
<label for="password"> <strong>Password</strong></label>
</span><strong> </strong>
</td>
<td>
<p>
<input type="password" class="form-control" name = "password"
id="password" placeholder="password" style="height:26px">
</div>
<br />
</p>
</td>
<tr>
<td colspan="2" align="center">
<input type="submit" value="login" class="btn btn-primary" >
</td>
</tr></table>
</form>
</body></html>