View file radio/Tpl/login.tpl.html

File size: 1.26Kb
	<html>
		<head>
			<title>Вход RadioCMS</title>
			<link rel="stylesheet" href="files/admin_style.css" type="text/css">
			<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		</head>
		<body>
			<form method="POST" action="/radio/index.php">
				<div align="center">
					<table border="0" width="211" cellspacing="0" cellpadding="0">
						<tr>
							<td width="211">&nbsp;</td>
						</tr>
						<tr>
							<td>
								<a href="http://radiocms.ru">
									<img border="0" src="images/logo.png">
								</a>
							</td>
						</tr>
						<tr>
							<td>&nbsp;</td>
						</tr>
						<tr>
							<td>
								<span class="style3">Логин:</span>
							</td>
					  	</tr>
						<tr>
							<td>
						  		<input type="text" name="user" size="25" style="font-size:16px;">
							</td>
						</tr>
						<tr>
							<td>&nbsp;</td>
					  	</tr>
						<tr>
							<td><span class="style3">Пароль:</span></td>
					  	</tr>
						<tr>
							<td><input type="password" name="password" size="25" style="font-size:16px;"></td>
						</tr>
						<tr>
							<td>
								<br>
								<input class="button" type="submit" value="Войти" name="B3" style="font-size:18px;">
							</td>
						</tr>
					</table>
				</div>
			</form>
		</body>
	</html>