summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/pcsubtable.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/templates/pcsubtable.html')
-rw-r--r--modules-available/locationinfo/templates/pcsubtable.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/pcsubtable.html b/modules-available/locationinfo/templates/pcsubtable.html
new file mode 100644
index 00000000..0359813b
--- /dev/null
+++ b/modules-available/locationinfo/templates/pcsubtable.html
@@ -0,0 +1,22 @@
+<div>
+<br>
+<table style="margin-bottom:0px">
+ <tr>
+ <th width=120>{{lang_pcID}}</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>{{x}}</td>
+ <td>{{y}}</td>
+ <td align="center">{{inUse}}</td>
+ </tr>
+{{/list}}
+
+</table>
+<br>
+</div>