| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: index.tpl 144 2008-08-08 22:07:59Z lars $ -->
|
2 |
<!-- $Id: index.tpl 147 2008-08-08 22:15:19Z 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 34... |
Zeile 34... |
| 34 |
<td>{$v_servers[v_ind].v_id}</td>
|
34 |
<td>{$v_servers[v_ind].v_id}</td>
|
| 35 |
<td>{$v_servers[v_ind].v_name}</td>
|
35 |
<td>{$v_servers[v_ind].v_name}</td>
|
| 36 |
<td>{$v_servers[v_ind].v_dist_name}</td>
|
36 |
<td>{$v_servers[v_ind].v_dist_name}</td>
|
| 37 |
<td>{$v_servers[v_ind].v_status}</td>
|
37 |
<td>{$v_servers[v_ind].v_status}</td>
|
| 38 |
<td>
|
38 |
<td>
|
| 39 |
{if $v_servers[v_ind].v_id}
|
- |
|
| 40 |
<form action="details.php" method="post">
|
39 |
<form action="details.php" method="post">
|
| 41 |
<input type="hidden" name="v_id" value="{$v_servers[v_ind].v_id}">
|
40 |
<input type="hidden" name="v_id" value="{$v_servers[v_ind].v_id}">
|
| 42 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
41 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
| 43 |
<input type="submit" value="Details" class="liteoption">
|
42 |
<input type="submit" value="Details" class="liteoption">
|
| 44 |
</form>
|
43 |
</form>
|
| 45 |
{else}
|
44 |
{if !$v_servers[v_ind].v_id}
|
| 46 |
<form action="control.php" method="post">
|
45 |
<form action="control.php" method="post">
|
| 47 |
<input type="hidden" name="v_id" value="0">
|
46 |
<input type="hidden" name="v_id" value="0">
|
| 48 |
<input type="hidden" name="hn_id" value="{$v_servers[v_ind].hn_id}">
|
47 |
<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}">
|
48 |
<input type="hidden" name="code" value="{$v_servers[v_ind].code}">
|
| 50 |
<input type="hidden" name="mode" value="ask">
|
49 |
<input type="hidden" name="mode" value="ask">
|