Subversion-Projekte lars-tiefland.openvz_admin

Revision

Revision 70 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 70 Revision 74
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
2
	<!-- $Id: details.tpl 70 2007-10-26 08:38:56Z lars $ -->
2
	<!-- $Id: details.tpl 74 2007-10-29 12:15:58Z lars $ -->
3
	<table>
3
	<table>
4
		<tr>
4
		<tr>
5
			<th>Direktive</th>
5
			<th>Direktive</th>
6
			<th>Wert</th>
6
			<th>Wert</th>
7
			<th>Wert (human-readable)</th>
7
			<th>Wert (human-readable)</th>
Zeile 17... Zeile 17...
17
					<input type="hidden" name="mode" value="edit_conf">
17
					<input type="hidden" name="mode" value="edit_conf">
18
					<input type="hidden" name="v_id" value="{$v_id}">
18
					<input type="hidden" name="v_id" value="{$v_id}">
19
					<input type="hidden" name="hn_id" value="{$hn_id}">
19
					<input type="hidden" name="hn_id" value="{$hn_id}">
20
					<input type="hidden" name="name" value="{$v_config[c_ind].vc_name}">
20
					<input type="hidden" name="name" value="{$v_config[c_ind].vc_name}">
21
					<input type="hidden" name="value" value="{$v_config[c_ind].vc_value}">
21
					<input type="hidden" name="value" value="{$v_config[c_ind].vc_value}">
22
					<input type="submit" value="ändern" class="liteoption">
22
					<input type="submit" value="&auml;ndern" class="liteoption">
23
				</form>
23
				</form>
24
			</td>
24
			</td>
25
		</tr>
25
		</tr>
26
	{/section}
26
	{/section}
27
	</table>
27
	</table>