Хранилища Subversion ant

Редакция

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

Редакция 199 Редакция 220
Строка 2... Строка 2...
2
{include file="header.tpl"}
2
{include file="header.tpl"}
3
3
4
<div id='ant'>
4
<div id='ant'>
5
{if $status == 0}
5
{if $status == 0}
6
<h2>Шаг 1: Выбор дистрибутива</h2>
6
<h2>Шаг 1: Выбор дистрибутива</h2>
-
 
7
7
<form action='./classic.php' method='get'>
8
<form action='./classic.php' method='get'>
8
<p><input type='hidden' name='step' value='1'></p>
9
<p><input type='hidden' name='step' value='1'></p>
9
{$linux}
10
{$linux}
10
<p><input type='submit' value=' Следующий шаг: Выбор версии дистрибутива'></p>
11
<p><input type='submit' value=' Следующий шаг: Выбор версии дистрибутива'></p>
11
</form>
12
</form>
Строка 31... Строка 32...
31
32
32
33
33
{if $status == 3}
34
{if $status == 3}
34
{$result}
35
{$result}
35
{/if}
36
{/if}
-
 
37
36
</div>
38
</div>
37
39
-
 
40
<div id="steps">{$steps}</div>
-
 
41
38
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>
42
<div id='footer'><a href="http://track.altlug.ru/projects/show/ant">{$title} {$antversion}</a>{$interface}</div>
39
43
40
{include file="footer.tpl"}
44
{include file="footer.tpl"}