Это страница входа в точку доступа Mikrotik: <html>
<head>
<title>mikrotik hotspot > login</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
<style>
<!--
textarea,input,select {
background-color: #FDFBFB;
border: 1px #BBBBBB solid;
padding: 2px;
margin: 1px;
font-size: 14px;
color: #808080;
}
body{ color: #737373; font-size: 10px; font-family: verdana; }
a, a:link, a:visited, a:active { color: #AAAAAA; text-decoration: none; font-size: 10px; }
a:hover { border-bottom: 1px dotted #c1c1c1; color: #AAAAAA; }
img {border: none;}
td { font-size: 14px; color: #7A7A7A; }
-->
</style>
</head>
<body>
$(if chap-id)
<form name="sendin" action="$(link-login-only)" method="post">
<input type="hidden" name="username">
<input type="hidden" name="password">
<input type="hidden" name="dst" value="$(link-orig)">
<input type="hidden" name="popup" value="true">
</form>
<script language="JavaScript" src="/md5.js">
</script>
<script language="JavaScript">
<!--
function doLogin() {
document.sendin.username.value = document.login.username.value;
document.sendin.password.value = hexMD5('$(chap-id)' + document.login.password.value + '$(chap-challenge)');
document.sendin.submit();
return false;
}
//-->
</script>
$(endif)
<div align="center">
Latviski </div>
<div style="color: #c1c1c1; font-size: 9px">Пожалуйста, войдите, чтобы воспользоваться услугой точки доступа Mikrotik</div><br> <form name="login" action="$(link-login-only)" method="post" $(if chap-id) onSubmit="return doLogin()" $(endif)> <input type="hidden" name="dst" value="$(link-orig)"> <input type="hidden" name="popup" value="true"> Логин <input style="width: 80px" name="username" type="text" value="$(username)"/> Пароль <input style="width: 80px" name="password" type="password"/> <input type="submit" value="ОК">
</form>
<br><div style="color: #c1c1c1; font-size: 9px">Работает на базе маршрутизатора Mikrotik RouterOS © 2005 mikrotik</div> $(if error) <br><div style="color: #FF8080; font-size: 9px">$(error)</div> $(endif)
<script language="JavaScript">
<!--
document.login.username.focus();
//-->
</script>
</body>
</html> Надеюсь, это поможет! спасибо!
Это страница входа в беспроводной интернет для клиентов: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>XXXX беспроводной интернет</title>
<style>
<!--
.style9 {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #FFFFFF;
}
.style11 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style12 {color: #FFFFFF}
.style13 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
}
.style14 {font-size: xx-small}
.style15 {font-size: small}
-->
</style>
</head>
<body bgcolor="#000066">
<div align="center"> <div align="right"><img src="wifixs.gif" alt="Wireless Internet Access" width="207" height="81"/></div>
<p align="center"><span class="style15"></span><br />
<span class="style11">Имя пользователя</span> <form id="form1" name="form1" method="post" action=""> <label> <input type="text" name="textfield" /> </label> </form> <span class="style11">Пароль</span> <form id="form2" name="form2" method="post" action=""> <label> <input type="text" name="textfield2" /> </label> </form> <div align="center" class="style12"> <label><input type="submit" name="Submit" value="Войти" /> </label> </div> <p class="style9"> </p> <p align="left" class="style9"><strong >Возникли проблемы? </strong><br /> Позвоните "0" на внутреннем телефоне.</p>
</div >
</body >
</html >