Хранилища Subversion ant

Редакция

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

Редакция 322 Редакция 323
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
{/if}
-
 
6
-
 
7
<div id='ant'>
4
<div id='ant'>
8
5
9
{if $status == 1}
6
{if $status == 1}
10
<h2>{$stepinfo} 1: {$distrochoose}</h2>
7
<h2>{$stepinfo} 1: {$distrochoose}</h2>
11
<form action='./classic.php' method='get'>
8
<form action='./classic.php' method='get'>
12
<p><input type='hidden' name='step' value='2'></p>
9
<p><input type='hidden' name='step' value='2'></p>
13
{$linux}
10
{$linux}
14
<p><input type='submit' value=' {$nextstep}: {$distrovchoose}'></p>
11
<p><input type='submit' value=' {$nextstep}: {$distrovchoose}'></p>
15
</form>
12
</form>
16
{/if}
13
{/if}
17
14
18
{if $status == 2} 
15
{if $status == 2} 
19
<h2>{$stepinfo} 2: {$distrovchoose}</h2>
16
<h2>{$stepinfo} 2: {$distrovchoose}</h2>
20
<form action='./classic.php' method='get'>
17
<form action='./classic.php' method='get'>
21
<p><input type='hidden' name='step' value='3'></p>
18
<p><input type='hidden' name='step' value='3'></p>
22
{$version}
19
{$version}
23
<p><input type='submit' value=' {$nextstep}: {$repselect}'></p>
20
<p><input type='submit' value=' {$nextstep}: {$repselect}'></p>
24
</form>
21
</form>
25
{/if}
22
{/if}
26
23
27
{if $status == 3}
24
{if $status == 3}
28
<h2>{$stepinfo} 3: {$repselect}</h2>
25
<h2>{$stepinfo} 3: {$repselect}</h2>
29
<form action='./classic.php' method='get'>
26
<form action='./classic.php' method='get'>
30
<p><input type='hidden' name='step' value='4'></p>
27
<p><input type='hidden' name='step' value='4'></p>
31
{$repos}
28
{$repos}
32
<p><input type='submit' value=' {$nextstep}: {$getsourceslist} '></p>
29
<p><input type='submit' value=' {$nextstep}: {$getsourceslist} '></p>
33
</form>
30
</form>
34
{/if}
31
{/if}
35
32
36
33
37
{if $status == 4}
34
{if $status == 4}
38
{$link}
35
{$link}
39
{$result}
36
{$result}
40
{/if}
37
{/if}
41
38
42
</div>
39
</div>
43
40
44
<div id="steps">{$steps}</div>
41
<div id="steps">{$steps}</div>
45
42
46
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>
43
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>
47
44
48
{include file="footer.tpl"}
45
{include file="footer.tpl"}