- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
<HTML>
<HEAD>
<META content='text/html; charset=utf-8' http-equiv=Content-Type>
<META name="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT">
<META name="Cache-Control" content="no-store, no-cache, must-revalidate">
<META name="Cache-Control" content="post-check=0, pre-check=0">
<META name="Pragma" content="no-cache">
<LINK href='style.css' rel=stylesheet type=text/css>
<SCRIPT type="text/javaSCRIPT" src="md5.js"></SCRIPT>
</HEAD>
<BODY>
<SCRIPT language=javascript>
function logins(){
var key = hex_md5(document.authentication.chalangeack.value + document.authentication.password.value.substring(0,15) );
document.authentication.password.value = key;
}
</SCRIPT>
<H1>МФТИ-Телеком</H1>
<TABLE align=center border=0 borderColor=#060102 cellSpacing=2 cellPading=2 width=100%><FORM name=authentication action='/bin/login.cgi' autocomplete=off>
<TR><TD align=center height=20></TD></TR>
<TR><TD align=center><INPUT type=hidden name=chalangeack value=2a08933e327a7877ec91efd746076b48>
<STRONG>Логин: </STRONG> <INPUT type=text name=login size=20> <STRONG>Пароль: </STRONG> <INPUT type=password name=password size=20>
</TD>
</TR>
<TR><TD align=center height=10></TD></TR>
<TR><TD align=center> <STRONG>Запомнить этот компьютер: </STRONG> <INPUT type=checkbox name=memorize checked> </TD></TR>
<TR><TD align=center><INPUT type=submit value=' Войти ' onclick="logins()" width=400></TD></TR>
</FORM></TABLE>
<TABLE align=center border=0 borderColor=#060102 cellSpacing=2 cellPading=2 width=100%><FORM action='/bin/logout.cgi' autocomplete=off>
<TR><TD align=center><INPUT type=submit value=' Закрыть доступ в Интернет для этого компьютера. ' width=400></TD></TR>
</FORM></TABLE>
<ADDRESS>© 2010 <a href="http://www.mipt-telecom.ru/">МФТИ-Телеком</a></ADDRESS>
</BODY></HTML>