Хранилища Subversion ant

Редакция

Редакция 268 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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
 
9
{if $status == 1}
268 alex-w 10
<h2>{$stepinfo} 1: {$distrochoose}</h2>
20 alex-w 11
<form action='./classic.php' method='get'>
251 diffor 12
<p><input type='hidden' name='step' value='2'></p>
20 alex-w 13
{$linux}
268 alex-w 14
<p><input type='submit' value=' {$nextstep}: {$distrovchoose}'></p>
20 alex-w 15
</form>
16
{/if}
17
 
251 diffor 18
{if $status == 2}
268 alex-w 19
<h2>{$stepinfo} 2: {$distrovchoose}</h2>
20 alex-w 20
<form action='./classic.php' method='get'>
251 diffor 21
<p><input type='hidden' name='step' value='3'></p>
20 alex-w 22
{$version}
268 alex-w 23
<p><input type='submit' value=' {$nextstep}: {$repselect}'></p>
193 sivan 24
</form>
25
{/if}
26
 
251 diffor 27
{if $status == 3}
268 alex-w 28
<h2>{$stepinfo} 3: {$repselect}</h2>
193 sivan 29
<form action='./classic.php' method='get'>
251 diffor 30
<p><input type='hidden' name='step' value='4'></p>
193 sivan 31
{$repos}
268 alex-w 32
<p><input type='submit' value=' {$nextstep}: {$getsourceslist} '></p>
20 alex-w 33
</form>
34
{/if}
35
 
193 sivan 36
 
251 diffor 37
{if $status == 4}
38
{$link}
20 alex-w 39
{$result}
40
{/if}
220 sivan 41
 
20 alex-w 42
</div>
43
 
220 sivan 44
<div id="steps">{$steps}</div>
45
 
150 alex-w 46
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>
20 alex-w 47
 
48
{include file="footer.tpl"}