Хранилища Subversion ant

Редакция

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

{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}

{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>

{include file="footer.tpl"}