Make use of Yapter Template Engine

This commit is contained in:
2023-02-13 09:31:40 +01:00
parent 7322231d3e
commit 8d00ee5e1b
100 changed files with 4804 additions and 2666 deletions
+57
View File
@@ -0,0 +1,57 @@
<table border="0">
<tr>
<td>
<b>IP Reg</b><br>
</td>
</tr>
</table>
<p>
<table border="0">
<tr>
<td colspan="2">
<b>{lang_statistics}:</b>
</td>
</tr>
<tr>
<td width="100">
{lang_assets}:
</td>
<td align="right">
{assetcount}
</td>
</tr>
<tr>
<td>
{lang_locations}:
</td>
<td align="right">
{locationcount}
</td>
</tr>
<tr>
<td>
{lang_nodes}:
</td>
<td align="right">
{nodecount}
</td>
</tr>
<tr>
<td>
{lang_subnets}:
</td>
<td align="right">
{subnetcount}
</td>
</tr>
<tr>
<td>
{lang_vlans}:
</td>
<td align="right">
{vlancount}
</td>
</tr>
</table>