pueden verlo en www.calkinienses.com y el codigo de form.php es:
Código PHP:
<?
session_start();
if (!session_is_registered("login"))
die ("<form method='POST' action='login.php'>
<div align='center'>
<center>
<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100' id='AutoNumber1'>
<tr>
<td colspan='2'><font face='Tahoma' size='1'> </font></td>
</tr>
<tr>
<td align='right'>
<font face='Tahoma' style='font-size: 8pt; font-weight: 700'>
Usuario:</font></td>
<td>
<input type='text' name='usuario' size='17' style='font-family: Arial; font-size: 8pt; color: #000080; font-weight: bold; border-style: dotted; border-width: 1; background-color: #DFE8F7'></td>
</tr>
<tr>
<td align='right'>
<font face='Tahoma' style='font-size: 8pt; font-weight: 700'>
Contraseña:</font></td>
<td>
<input type='text' name='password' size='17' style='font-family: Arial; font-size: 8pt; color: #000080; font-weight: bold; border-style: dotted; border-width: 1; background-color: #DFE8F7'></td>
</tr>
<tr>
<td> </td>
<td>
<p align='center'>
<input type='submit' value='Entrar' name='entrar' style='font-family: Arial; font-size: 8pt; color: #0A346C; font-weight: bold; border-style: dotted; border-width: 1; background-color: #C2D2F0'></td>
</tr>
</table>
</center>
</div>
</form>");
?>