| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: index.tpl 147 2008-08-08 22:15:19Z lars $ -->
|
2 |
<!-- $Id: index.tpl 148 2008-08-08 22:17:43Z 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 73... |
Zeile 73... |
| 73 |
<form action="control.php" method="post">
|
73 |
<form action="control.php" method="post">
|
| 74 |
<input type="hidden" name="v_id" value="{$v_servers[v_ind].v_id}">
|
74 |
<input type="hidden" name="v_id" value="{$v_servers[v_ind].v_id}">
|
| 75 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
75 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
| 76 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
76 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
| 77 |
<input type="hidden" name="mode" value="ask">
|
77 |
<input type="hidden" name="mode" value="ask">
|
| 78 |
<input type="hidden" name="action" value="stop">
|
78 |
<input type="hidden" name="action" value="restart">
|
| 79 |
<input type="submit" value="stoppen" class="liteoption">
|
79 |
<input type="submit" value="neu starten" class="liteoption">
|
| 80 |
</form>
|
80 |
</form>
|
| 81 |
<form action="control.php" method="post">
|
81 |
<form action="control.php" method="post">
|
| 82 |
<input type="hidden" name="v_id" value="{$v_servers[v_ind].v_id}">
|
82 |
<input type="hidden" name="v_id" value="{$v_servers[v_ind].v_id}">
|
| 83 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
83 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
| 84 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
84 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
| 85 |
<input type="hidden" name="mode" value="ask">
|
85 |
<input type="hidden" name="mode" value="ask">
|
| 86 |
<input type="hidden" name="action" value="restart">
|
86 |
<input type="hidden" name="action" value="stop">
|
| 87 |
<input type="submit" value="neu starten" class="liteoption">
|
87 |
<input type="submit" value="stoppen" class="liteoption">
|
| 88 |
</form>
|
88 |
</form>
|
| 89 |
{/if}
|
89 |
{/if}
|
| 90 |
{/if}
|
90 |
{/if}
|
| 91 |
</td>
|
91 |
</td>
|
| 92 |
</tr>
|
92 |
</tr>
|