Хранилища Subversion ant

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

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

/trunk/templates/classic.tpl
5,9 → 5,9
{if $status == 0}
<h2>Выбор дистрибутива</h2>
<form action='./classic.php' method='get'>
<p><input type='hidden' name='step' value='1' /></p>
<p><input type='hidden' name='step' value='1'></p>
{$linux}
<p><input type='submit' value=' Выбрать дистрибутив ' /></p>
<p><input type='submit' value=' Выбрать дистрибутив '></p>
</form>
{/if}
 
14,9 → 14,9
{if $status == 1}
<h2>Выбор версии дистрибутива</h2>
<form action='./classic.php' method='get'>
<p><input type='hidden' name='step' value='2' /></p>
<p><input type='hidden' name='step' value='2'></p>
{$version}
<p><input type='submit' value=' Получить sources.list ' /></p>
<p><input type='submit' value=' Получить sources.list '></p>
</form>
{/if}
 
25,6 → 25,6
{/if}
</div>
 
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a></div>
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a>{$interface}</div>
 
{include file="footer.tpl"}
/trunk/templates/header.js.tpl
1,11 → 1,10
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{$title}</title>
<link rel="stylesheet" type="text/css" href="./css/ant.css" />
<link rel="stylesheet" type="text/css" href="./css/ant.css">
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript">
{$scripts}
/trunk/templates/modern.tpl
3,6 → 3,6
 
{$modern}
 
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a></div>
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a>{$interface}</div>
 
{include file="footer.tpl"}
/trunk/templates/index.tpl
5,9 → 5,9
{if $status == 0}
<h2>Выбор дистрибутива</h2>
<form action='./index.php' method='get'>
<p><input type='hidden' name='step' value='1' /></p>
<p><input type='hidden' name='step' value='1'></p>
{$linux}
<p><input type='submit' value=' Выбрать дистрибутив ' /></p>
<p><input type='submit' value=' Выбрать дистрибутив '></p>
</form>
{/if}
 
14,9 → 14,9
{if $status == 1}
<h2>Выбор версии дистрибутива</h2>
<form action='./index.php' method='get'>
<p><input type='hidden' name='step' value='2' /></p>
<p><input type='hidden' name='step' value='2'></p>
{$version}
<p><input type='submit' value=' Получить sources.list ' /></p>
<p><input type='submit' value=' Получить sources.list '></p>
</form>
{/if}
 
25,6 → 25,6
{/if}
</div>
 
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a></div>
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a> {$interface}</div>
 
{include file="footer.tpl"}
/trunk/templates/header.tpl
1,10 → 1,9
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{$title}</title>
<link rel="stylesheet" type="text/css" href="./css/ant.css" />
<link rel="stylesheet" type="text/css" href="./css/ant.css">
</head>
<body>