git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@5 017afc1c-778d-45dc-8efe-cc7a6876851a
32 lines
981 B
HTML
32 lines
981 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="es-ES" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Registro de accesos</title>
|
|
<base target="main">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form method="POST" action="log.php" target="main" name="sort">
|
|
<p>
|
|
<b><font face="Tahoma" size="2">Ordenar por:</font></b>
|
|
<select size="1" id="id1" name="D1" style="font-family: Tahoma; font-size: 8pt">
|
|
<option value="username">Usuario</option>
|
|
<option value="date">Fecha</option>
|
|
<option value="ip_addr">Dirección IP</option>
|
|
<option value="oper_sys">Sistema operativo</option>
|
|
<option value="brow">Navegador</option>
|
|
</select><br>
|
|
<input type="submit" name="B1" style="font-family: Tahoma; font-size: 8pt"></p>
|
|
</form>
|
|
|
|
|
|
<p align="left"><br>
|
|
<i><b><font face="Tahoma" size="2">
|
|
<a target="_top" href="../admin/adminpage.php">Volver a la página de administración</a></font></b></i></p>
|
|
|
|
</body>
|
|
|
|
</html> |