summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/pcsubtable.html
blob: 22eea6f1a2bc9bd69a7fc70aa5ccf8ee6aa8d1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div>
<br>
<table style="margin-bottom:0">
	<tr>
		<th width=320>{{lang_pcID}}</th>
		<th width=120>{{lang_pcIP}}</th>
		<th width=50>{{lang_pcX}}</th>
    <th width=50>{{lang_pcY}}</th>
		<th width=20>{{lang_pcInUse}}</th>
	</tr>

{{#list}}
	<tr class="tablerow">
		<td>{{id}}</td>
    <td>{{ip}}</td>
		<td>{{x}}</td>
		<td>{{y}}</td>
		<td align="center">{{inUse}}</td>
	</tr>
{{/list}}

</table>
<br>
</div>