<?xml version="1.0" encoding="windows-1251"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<html>
	<head>
	    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	    <link rel="icon" href="./favicon.ico" type="image/x-icon" /> 
	    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
	    <title>phpMyAdmin </title>
	    <link rel="stylesheet" type="text/css" href="phpmyadmin.css.php" />
	    <link rel="stylesheet" type="text/css" href="print.css" media="print" />
	    <meta name="robots" content="noindex,nofollow" />
	
		<script type="text/javascript">
			if (top != self) {
			    window.top.location.href=location;
			}
		</script>
		
	</head>
	
	<body class="loginform"> 
		<div class="container">
			<br/><br/>
			<a href="http://www.phpmyadmin.net" target="_blank" class="logo">
				<img src="./themes/original/img/logo_right.png" id="imLogo" name="imLogo" alt="phpMyAdmin" border="0" />
			</a> 
			
			<h1>������� ������� �� <bdo dir="ltr" xml:lang="en">phpMyAdmin </bdo></h1>
	    
			<!-- Login form -->
			<form method="post" action="signon.php"  class="login">
			    <fieldset>
				    <legend>
						���� � �������
						<a href="./Documentation.html" target="documentation" title="������������ �� phpMyAdmin">
							<img class="icon" src="./themes/original/img/b_help.png" width="11" height="11" alt="������������ �� phpMyAdmin" />
						</a>
					</legend>
				
			        <div class="item">
				
			            <label for="user">��'� �����������:</label>
			            <input type="text" name="user" id="user" value="" size="24" class="textfield"/>
			        </div>
			        <div class="item">
			            <label for="password">������:</label>
			            <input type="password" name="password" id="password" value="" size="24" class="textfield" />
			        </div>
				</fieldset>
			    <fieldset class="tblFooters">
			        <input value="������" type="submit" id="input_go" /> 
			    </fieldset> 
			</form>
	    </div> 
	    
		<script type="text/javascript">
			// <![CDATA[
			function PMA_focusInput()
			{
			    var input_username = document.getElementById('input_username');
			    var input_password = document.getElementById('input_password');
			    if (input_username.value == '') {
			        input_username.focus();
			    } else {
			        input_password.focus();
			    }
			}
			
			window.setTimeout('PMA_focusInput()', 500);
			// ]]>
		</script>
		
    </body>
</html>

