Хранилища Subversion ant

Редакция

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

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