Хранилища Subversion ant

Редакция

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

Редакция 20 Редакция 52
Строка 3... Строка 3...
3
3
4
<div id='ant'>
4
<div id='ant'>
5
{if $status == 0}
5
{if $status == 0}
6
<h2>Выбор дистрибутива</h2>
6
<h2>Выбор дистрибутива</h2>
7
<form action='./classic.php' method='get'>
7
<form action='./classic.php' method='get'>
8
<p><input type='hidden' name='step' value='1' /></p>
8
<p><input type='hidden' name='step' value='1'></p>
9
{$linux}
9
{$linux}
10
<p><input type='submit' value=' Выбрать дистрибутив ' /></p>
10
<p><input type='submit' value=' Выбрать дистрибутив '></p>
11
</form>
11
</form>
12
{/if}
12
{/if}
13
13
14
{if $status == 1} 
14
{if $status == 1} 
15
<h2>Выбор версии дистрибутива</h2>
15
<h2>Выбор версии дистрибутива</h2>
16
<form action='./classic.php' method='get'>
16
<form action='./classic.php' method='get'>
17
<p><input type='hidden' name='step' value='2' /></p>
17
<p><input type='hidden' name='step' value='2'></p>
18
{$version}
18
{$version}
19
<p><input type='submit' value=' Получить sources.list ' /></p>
19
<p><input type='submit' value=' Получить sources.list '></p>
20
</form>
20
</form>
21
{/if}
21
{/if}
22
22
23
{if $status == 2}
23
{if $status == 2}
24
{$result}
24
{$result}
25
{/if}
25
{/if}
26
</div>
26
</div>
27
27
28
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a></div>
28
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">Ant {$antversion}</a>{$interface}</div>
29
29
30
{include file="footer.tpl"}
30
{include file="footer.tpl"}