Хранилища Subversion ant

Редакция

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

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