Хранилища Subversion ant

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

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

/trunk/templates/index.tpl
1,24 → 1,30
{config_load file=ant.conf section="setup"}
{include file="header.tpl" title='Ant'}
 
<div id='ant'>
{if $status == 0}
<form action='./index.php' method='GET'>
<input type='hidden' name='step' value='1'>
{$linux}
<input type='submit'>
<h2>Выбор дистрибутива</h2>
<form action='./index.php' method='get'>
<p><input type='hidden' name='step' value='1' /></p>
{$linux}
<p><input type='submit' value=' Выбрать дистрибутив ' /></p>
</form>
{/if}
 
{if $status == 1}
<form action='./index.php' method='GET'>
<input type='hidden' name='step' value='2'>
<h2>Выбор версии дистрибутива</h2>
<form action='./index.php' method='get'>
<p><input type='hidden' name='step' value='2' /></p>
{$version}
<input type='submit'>
<p><input type='submit' value=' Получить sources.list ' /></p>
</form>
{/if}
 
{if $status == 2}
{$result}
{/if}
</div>
 
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a></div>
 
{include file="footer.tpl"}
/trunk/templates/admin.tpl
3,4 → 3,5
 
{$display}
 
<div id="footer">Ant {$antversion}</div>
{include file="footer.tpl"}
/trunk/templates/header.tpl
1,5 → 1,10
<html>
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{$title}</title>
<link rel="stylesheet" type="text/css" href="./css/ant.css" />
</head>
<body>