Хранилища Subversion ant

Редакция

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

{config_load file=ant.conf section="setup"}
{include file="header.tpl"}

<div id='ant'>
{if $status == 0}
<h2>Выбор дистрибутива</h2>
<form action='./classic.php' method='get'>
<p><input type='hidden' name='step' value='1'></p>
{$linux}
<p><input type='submit' value=' Выбрать дистрибутив '></p>
</form>
{/if}

{if $status == 1} 
<h2>Выбор версии дистрибутива</h2>
<form action='./classic.php' method='get'>
<p><input type='hidden' name='step' value='2'></p>
{$version}
<p><input type='submit' value=' Далее '></p>
</form>
{/if}

{if $status == 2}
<h2>Выбор репозиториев</h2>
<form action='./classic.php' method='get'>
<p><input type='hidden' name='step' value='3'></p>
{$repos}
<p><input type='submit' value=' Получить sources.list '></p>
</form>
{/if}


{if $status == 3}
{$result}
{/if}
</div>

<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>

{include file="footer.tpl"}