Хранилища Subversion ant

Редакция

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

Редакция 323 Редакция 326
Строка 1... Строка 1...
1
{config_load file=ant.conf section="setup"}
1
{config_load file=ant.conf section="setup"}
2
{include file="header.tpl"}
2
{include file="header.tpl"}
3
3
-
 
4
{if $status == 3}
-
 
5
{$link}
-
 
6
{/if}
-
 
7
4
<div id='ant'>
8
<div id='ant'>
-
 
9
{if $status == 0}
-
 
10
<h2>Шаг 1: Выбор дистрибутива</h2>
5
11
6
{if $status == 1}
-
 
7
<h2>{$stepinfo} 1: {$distrochoose}</h2>
-
 
8
<form action='./classic.php' method='get'>
12
<form action='./classic.php' method='get'>
9
<p><input type='hidden' name='step' value='2'></p>
13
<p><input type='hidden' name='step' value='1'></p>
10
{$linux}
14
{$linux}
11
<p><input type='submit' value=' {$nextstep}: {$distrovchoose}'></p>
15
<p><input type='submit' value=' Следующий шаг: Выбор версии дистрибутива'></p>
12
</form>
16
</form>
13
{/if}
17
{/if}
14
18
15
{if $status == 2} 
19
{if $status == 1} 
16
<h2>{$stepinfo} 2: {$distrovchoose}</h2>
20
<h2>Шаг 2: Выбор версии дистрибутива</h2>
17
<form action='./classic.php' method='get'>
21
<form action='./classic.php' method='get'>
18
<p><input type='hidden' name='step' value='3'></p>
22
<p><input type='hidden' name='step' value='2'></p>
19
{$version}
23
{$version}
20
<p><input type='submit' value=' {$nextstep}: {$repselect}'></p>
24
<p><input type='submit' value=' Следующий шаг: Выбор репозиториев'></p>
21
</form>
25
</form>
22
{/if}
26
{/if}
23
27
24
{if $status == 3}
28
{if $status == 2}
25
<h2>{$stepinfo} 3: {$repselect}</h2>
29
<h2>Шаг 3: Выбор репозиториев</h2>
26
<form action='./classic.php' method='get'>
30
<form action='./classic.php' method='get'>
27
<p><input type='hidden' name='step' value='4'></p>
31
<p><input type='hidden' name='step' value='3'></p>
28
{$repos}
32
{$repos}
29
<p><input type='submit' value=' {$nextstep}: {$getsourceslist} '></p>
33
<p><input type='submit' value=' Следующий шаг: Получить sources.list '></p>
30
</form>
34
</form>
31
{/if}
35
{/if}
32
36
33
37
34
{if $status == 4}
38
{if $status == 3}
35
{$link}
-
 
36
{$result}
39
{$result}
37
{/if}
40
{/if}
38
41
39
</div>
42
</div>
40
43