Хранилища Subversion ant

Редакция

Редакция 132 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 132 Редакция 268
Строка 1... Строка 1...
1
{config_load file=ant.conf section="setup"}
1
{config_load file=ant.conf section="setup"}
2
{include file="header.tpl"}
2
{include file="header.tpl"}
3
3
4
<div id='signin'>
4
<div id='signin'>
5
<h1>Вход</h1>
5
<h1>{$h1}</h1>
6
<form action='./sign-check.php' method='POST'>
6
<form action='./sign-check.php' method='POST'>
7
  <input type='hidden' name='sign' value='1'>
7
  <input type='hidden' name='sign' value='1'>
8
  <p><span>Логин:</span><input type='text' name='signName'></p>
8
  <p><span>{$login}:</span><input type='text' name='signName'></p>
9
  <p><span>Пароль:</span><input type='password' name='signPass'></p>  
9
  <p><span>{$password}:</span><input type='password' name='signPass'></p>  
10
  <input type='submit'>
10
  <input type='submit'>
11
</form>
11
</form>
12
</div>
12
</div>
13
13
14
{include file="footer.tpl"}
14
{include file="footer.tpl"}