Subversion-Projekte lars-tiefland.inventar

Revision

Revision 20 | Revision 25 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 20 Revision 24
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
-
 
2
	<h1>Computerdetails</h1>
2
	<table>
3
	<table>
3
		<tr>
4
		<tr>
4
			<th>Eigenschaft</th>
5
			<th>Eigenschaft</th>
5
			<th>Wert</th>
6
			<th>Wert</th>
6
		</tr>
7
		</tr>
Zeile 16... Zeile 17...
16
			<td>Betriebssystem</td>
17
			<td>Betriebssystem</td>
17
			<td>{$comp.os_name}</td>
18
			<td>{$comp.os_name}</td>
18
		</tr>
19
		</tr>
19
	</table>
20
	</table>
20
	<br><br>
21
	<br><br>
21
	{html_table loop="$comp_hw" cols="" rows="" inner="" table_attr="" tr_attr="" td_attr="" trailpad="" hdir="" vdir=""}
-
 
22
{include file="footer.tpl"}
-
 
23
22
	<h1>Hardwre zu diesem Rechner</h1>
-
 
23
	<table>
-
 
24
		<tr>
-
 
25
			<th>Hardware Typ</th>
-
 
26
			<th>Wert</th>
-
 
27
		</tr>
-
 
28
	{section loop=$comp_hw name=h_ind}
-
 
29
		<tr>
-
 
30
			<td>{$comp_hw[h_ind].hw_name}</td>
-
 
31
			<td>{$comp_hw[h_ind].value}</td>
-
 
32
		</tr>
-
 
33
	{/section}
-
 
34
	</table>
-
 
35
{include file="footer.tpl"}
-
 
36