that's the login form html code,
Code:
<body>
<br>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#000000">
<form action="dvlogin.php" method="post">
<tr bgcolor="#999999">
<td nowrap>please login:</td>
</tr><tr bgcolor="#CCCCCC">
<td nowrap><input type="hidden" name="s">
<input type="hidden" name="action" value="login">
<input type="text" class="bginput" name="username" size="7">
<input type="password" class="bginput" name="password" size="7">
<input type="submit" class="bginput" value="login"></td>
</tr>
</form>
</table>
<ul>
<li>you only need to use this form once</li>
</ul>
</body>