Хранилища Subversion ant

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

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

/trunk/templates/index.tpl
1,29 → 1,9
{config_load file=ant.conf section="setup"}
{include file="header.tpl" title='Ant'}
 
<div id='ant'>
{if $status == 0}
<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}
<h1>{$h1}</h1>
 
{if $status == 1}
<h2>Выбор версии дистрибутива</h2>
<form action='./index.php' method='get'>
<p><input type='hidden' name='step' value='2'></p>
{$version}
<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> {$interface}</div>