Хранилища Subversion ant

Редакция

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

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