<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Logowanie</title> <meta name="generator" content="HTML Tidy, see www.w3.org"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <link rel="stylesheet" type="text/css" href="styles/mi.css"> <style type="text/css"> body {padding: 0; margin: 0; color: black; background: white;} html,body {height: 100%;} #roottable {height: 100%; width: 100%; vertical-align: middle; text-align: center; } table {margin: auto;} td {padding: 0;} .inputs {text-align: center; height: 25px;} .labels {text-align: right; height: 25px; margin-right: 5px;} .submitbutton {width: 100%; background: #5c89de; border: 0 solid; font-weight: bold; font-size: 10px; color: #dcdcdc; font-family: Verdana, Arial, sans-serif; margin: auto;} .submitbutton:hover {color: #ff9933;} input.txt {width:95%;} label {font-weight: bold;} </style> <script type="text/javascript"> <!-- var canLogin=false; function frmCheckMe() { var login = document.getElementById('login'); if (login.txtLogin.value=="" || login.txtPassword.value=="") {alert("Pozostały niewypełnione pola!"); return false;} else {login.submit(); return true;} } //--> </script> </head> <body> <table id="roottable"> <tr> <td> <form onsubmit="return frmCheckMe()" action="login.asp" method="post" id="login"> <table width="387" cellspacing="1"> <tr> <td bgcolor="#fbc330" height="20" width="178"> </td> <td bgcolor="#5c89de" colspan="3"> </td> </tr> <tr> <td bgcolor="#fbc330" height="90"> <div class="labels"><label for="txtLogin">Użytkownik:</label></div> <div class="labels"><label for="txtPassword">Hasło:</label></div> </td> <td colspan="3"> <div class="inputs"><input class="txt" type="text" name="txtLogin" id="txtLogin" size="20" style="width:95%"></div> <div class="inputs"><input class="txt" type="password" name="txtPassword" id="txtPassword" size="20"></div> </td> </tr> <tr> <td bgcolor="#fbc330" height="20" width="178"> </td> <td bgcolor="#fbc330" width="81"> </td> <td bgcolor="#5c89de" width="64"> <script type="text/javascript"> <!-- document.write('<input type=submit value="Zaloguj" class="submitbutton"><input type=hidden name="btnlogin" value=1>'); var login = document.getElementById('login'); login.focus();login.txtLogin.focus();login.txtLogin.select();canLogin=true; //--> </script> </td> <td bgcolor="#5c89de"><input type="reset" class="submitbutton" value="Wyczyść"></td> </tr> </table> <br><noscript>Twoja przeglądarka nie ma uruchomionej obsługi języka JavaScript potrzebnej do działania aplikacji.</noscript> </form> </td> </tr> </table> </body> </html>