Файл: gamele.ru/includes/windows/LostControl.php
Строк: 65
<?php
echo'<!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" id="html">
<head>
<title>Last Era - Восстановление доступа к персонажу</title>
<link href="/css/nl_try.css" rel="stylesheet" type="text/css">
<!--[if lt IE 7]>
<link href="/css/iepng.css" rel="stylesheet" type="text/css">
<![endif]-->
<SCRIPT src="/js/nl_main.js"></SCRIPT>
<SCRIPT src="/js/nl_try.js"></SCRIPT>
<META Http-Equiv="Content-Type" Content="text/html; charset=windows-1251">
<META Http-Equiv="Cache-Control" Content="No-Cache">
<META Http-Equiv="Pragma" Content="No-Cache">
<META Http-Equiv="Expires" Content="0">
</HEAD>
<body onResize="resizer()">
<script type="text/javascript">
var h = (get_doc_height() / 2) - 164;
if(h > 0)
{
d.write('<style type="text/css">');
d.write('#auth{margin-top:'+h+'px}rn');
d.write('</style>');
}
</script>
<div id="auth">
<form action="./game.php" method="post" id="ftry">
<input type="submit" style="height:0; width:0; overflow:hidden; position:absolute;">
<input type="hidden" name="vcode" value="ccf6cf9511a252c82f3dd0407b7e5ded">
<div id="auth_top"></div>
<div id="auth2">
<input onfocus="if(this.value == 'Логин') this.value = '';" onblur="if(this.value == '') this.value = 'Логин';" type="text" name="player_nick" value="Логин">
<input id="temp" onfocus="this.style.display = 'none'; getElementById('real').style.display = 'inline'; getElementById('real').focus();" type="text" name="" value="Пароль">
<input style="display:none" id="real" onblur="if(this.value == '') {getElementById('temp').style.display = 'inline'; this.style.display = 'none';}" type="password" name="player_password" value="">
</div>
<div id="auth3">
<img height="45" border="0" width="145" src="./modules/code/nl_reg_code.php?11745969964fd2a6923ea8e">
<input onfocus="if(this.value == 'Код') this.value = '';" onblur="if(this.value == '') this.value = 'Код';" value="Код" type="text" name="verify">
</div>
<div id="auth_bot">
<a href="javascript: try_submit();"></a>
</div>
</form>
</div>
</body>
</html>';
?>