Хранилища Subversion ant

Редакция

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

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