Хранилища Subversion ant

Редакция

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

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