| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: index.tpl 141 2008-08-08 21:57:26Z lars $ -->
|
2 |
<!-- $Id: index.tpl 144 2008-08-08 22:07:59Z lars $ -->
|
| 3 |
<form action="" method="post">
|
3 |
<form action="" method="post">
|
| 4 |
{html_options selected="$cur_hn" options="$hns" name="hn_id" onchange="form.submit(this);"}
|
4 |
{html_options selected="$cur_hn" options="$hns" name="hn_id" onchange="form.submit(this);"}
|
| 5 |
<input type="submit" value="change Hardwarenode">
|
5 |
<input type="submit" value="change Hardwarenode">
|
| 6 |
</form>
|
6 |
</form>
|
| 7 |
<br>
|
7 |
<br>
|
| Zeile 46... |
Zeile 46... |
| 46 |
<form action="control.php" method="post">
|
46 |
<form action="control.php" method="post">
|
| 47 |
<input type="hidden" name="v_id" value="0">
|
47 |
<input type="hidden" name="v_id" value="0">
|
| 48 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
48 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
| 49 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
49 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
| 50 |
<input type="hidden" name="mode" value="ask">
|
50 |
<input type="hidden" name="mode" value="ask">
|
| 51 |
<input type="hidden" name="action" value="start">
|
51 |
<input type="hidden" name="action" value="restart">
|
| 52 |
<input type="submit" value="neu starten" class="liteoption">
|
52 |
<input type="submit" value="neu starten" class="liteoption">
|
| 53 |
</form>
|
53 |
</form>
|
| 54 |
{/if}
|
54 |
{/if}
|
| 55 |
{if $v_servers[v_ind].v_id && $v_servers[v_ind].id!=$m_ve}
|
55 |
{if $v_servers[v_ind].v_id && $v_servers[v_ind].id!=$m_ve}
|
| 56 |
{if !$v_servers[v_ind].started}
|
56 |
{if !$v_servers[v_ind].started}
|