Хранилища Subversion ant

Редакция

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

Редакция Автор № строки Строка
2 alex-w 1
{config_load file=ant.conf section="setup"}
2
{include file="header.tpl" title='Ant'}
3
 
4
{if $status == 0}
5
<form action='./index.php' method='GET'>
6
  <input type='hidden' name='step' value='1'>
7
  {$linux}
8
  <input type='submit'>
9
</form>
10
{/if}
11
 
12
{if $status == 1}
13
<form action='./index.php' method='GET'>
14
<input type='hidden' name='step' value='2'>
15
{$version}
16
<input type='submit'>
17
{/if}
18
 
19
{if $status == 2}
20
{$result}
21
{/if}
22
 
23
 
24
{include file="footer.tpl"}