Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 113 → Редакция 114

/trunk/css/ant.css
66,3 → 66,13
color: red;
text-decoration: none;
}
 
#signin span {
display: block;
width: 75px;
}
 
#signin p {
height: 35px;
}
 
/trunk/templates/signin.tpl
1,11 → 1,14
{config_load file=ant.conf section="setup"}
{include file="header.tpl" title='Ant'}
 
<div id='signin'>
<h1>Вход</h1>
<form action='./sign-check.php' method='POST'>
<input type='hidden' name='sign' value='1'>
Логин: <input type='text' name='signName'><br>
Пароль: <input type='password' name='signPass'><br>
<p><span>Логин:</span><input type='text' name='signName'></p>
<p><span>Пароль:</span><input type='password' name='signPass'></p>
<input type='submit'>
</form>
</div>
 
{include file="footer.tpl"}