Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html><head>
- <title>Accés a Gestió Escolar</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link href="escola.css" rel="stylesheet" type="text/css">
- <script>
- function getLocation() {
- if (navigator.geolocation) {
- navigator.geolocation.getCurrentPosition(storePosition);
- }
- }
- function storePosition(position) {
- var lat = document.getElementById("latitud");
- var lon = document.getElementById("longitud");
- if (lat != null && lon != null) {
- lat.value = position.coords.latitude;
- lon.value = position.coords.longitude;
- }
- }
- </script><style type="text/css"></style>
- </head>
- <body onload="document.getElementById('usuario').focus()">
- <table class="marc100"><tbody><tr><td>
- <table class="edicio central">
- <tbody><tr><td align="center" valign="middle">
- <table class="dialeg"><tbody><tr><td class="titulo">Gestió Escolar</td></tr>
- <tr><td>
- <table width="398" border="0" cellpadding="0" cellspacing="0" align="center">
- <tbody><tr>
- <td width="398" height="87" valign="top">
- <p> </p>
- <form name="fr_login" method="post">
- <table class="relleno" border="0" cellpadding="10" cellspacing="0" align="center">
- <tbody><tr>
- <td class="dreta" height="40">
- <b>Usuari: </b>
- </td>
- <td height="40">
- <input type="text" id="usuario" name="usuario" size="20" maxlength="20">
- </td>
- </tr>
- <tr>
- <td class="dreta" height="40">
- <b>Contrasenya: </b>
- </td>
- <td height="40">
- <input type="password" name="passwd" size="20" maxlength="32">
- </td>
- </tr>
- <tr valign="top">
- <th colspan="2" align="center" valign="middle" height="40">
- <input type="submit" name="submit" value="Acceptar" title="Entrar" class="acceptar">
- <input type="hidden" name="latitud" id="latitud" value="">
- <input type="hidden" name="longitud" id="longitud" value="">
- </th>
- </tr>
- </tbody></table>
- </form>
- </td>
- </tr>
- </tbody></table>
- </td></tr></tbody></table>
- </td></tr></tbody></table>
- </td></tr></tbody></table>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment