Хранилища Subversion ant

Редакция

Редакция 251 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
20 alex-w 1
{config_load file=ant.conf section="setup"}
132 alex-w 2
{include file="header.tpl"}
20 alex-w 3
 
230 sivan 4
{if $status == 3}
5
{/if}
6
 
20 alex-w 7
<div id='ant'>
251 diffor 8
 
20 alex-w 9
{if $status == 0}
268 alex-w 10
<h2>{$stepinfo} 0: {$mirrorselect}</h2>
251 diffor 11
<form action='./classic.php' method='get'>
12
<p><input type='hidden' name='step' value='1'></p>
13
{$mirrors}
268 alex-w 14
<p><input type='submit' value=' {$nextstep}: {$distrochoose}'></p>
251 diffor 15
</form>
16
{/if}
17
 
18
{if $status == 1}
268 alex-w 19
<h2>{$stepinfo} 1: {$distrochoose}</h2>
20 alex-w 20
<form action='./classic.php' method='get'>
251 diffor 21
<p><input type='hidden' name='step' value='2'></p>
20 alex-w 22
{$linux}
268 alex-w 23
<p><input type='submit' value=' {$nextstep}: {$distrovchoose}'></p>
20 alex-w 24
</form>
25
{/if}
26
 
251 diffor 27
{if $status == 2}
268 alex-w 28
<h2>{$stepinfo} 2: {$distrovchoose}</h2>
20 alex-w 29
<form action='./classic.php' method='get'>
251 diffor 30
<p><input type='hidden' name='step' value='3'></p>
20 alex-w 31
{$version}
268 alex-w 32
<p><input type='submit' value=' {$nextstep}: {$repselect}'></p>
193 sivan 33
</form>
34
{/if}
35
 
251 diffor 36
{if $status == 3}
268 alex-w 37
<h2>{$stepinfo} 3: {$repselect}</h2>
193 sivan 38
<form action='./classic.php' method='get'>
251 diffor 39
<p><input type='hidden' name='step' value='4'></p>
193 sivan 40
{$repos}
268 alex-w 41
<p><input type='submit' value=' {$nextstep}: {$getsourceslist} '></p>
20 alex-w 42
</form>
43
{/if}
44
 
193 sivan 45
 
251 diffor 46
{if $status == 4}
47
{$link}
20 alex-w 48
{$result}
49
{/if}
220 sivan 50
 
20 alex-w 51
</div>
52
 
220 sivan 53
<div id="steps">{$steps}</div>
54
 
150 alex-w 55
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>
20 alex-w 56
 
57
{include file="footer.tpl"}