1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| <form name="frmLogin" method="post" action="welcome.php">
<td><div align="left">
<?php input_text('text','username',$_SERVER['SERVER_NAME'],'clstextbox1','16'); ?>
</div></td>
<td></td>
<td align="left" colspan=2><font face="Tahoma" color="RED"><small><small><strong>
</small></font></td>
</tr>
<tr>
<td height="29" class="txtCopy"><div dir=ltr align="right"><small><strong> Password: </small></div></td>
<td><div align="center">
<?php input_text('password','password','','clstextbox1','18'); ?>
<input type="hidden" name="Submit" value="1" >
</div></td>
</form>
<td class="txtCopy"><div align="left"><a href="javascript:CLogin()" class="topgo">
Go </a> |
Partager