New upstream version 1.3.2

This commit is contained in:
geos_one
2025-08-08 11:28:53 +02:00
parent 6e2df481d7
commit 4c6c1cade7
25 changed files with 83 additions and 165 deletions

View File

@@ -0,0 +1,6 @@
{LISTNAME}
<ul>
<!-- BEGIN listelement -->
<li>{ENTRY}</li>
<!-- END listelement -->
</ul>

View File

@@ -0,0 +1,12 @@
<html>
<body>
<table>
<!-- BEGIN row -->
<tr>
<td>{NAME}</td>
<td>{DESCRIPTION}</td>
</tr>
<!-- END row -->
</table>
</body>
</html>

View File

@@ -0,0 +1,13 @@
<html>
<table border>
<!-- BEGIN row -->
<tr>
<!-- BEGIN cell -->
<td>
{DATA}
</td>
<!-- END cell -->
</tr>
<!-- END row -->
</table>
</html>