Imported Upstream version 1.3.1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{LISTNAME}
|
||||
<ul>
|
||||
<!-- BEGIN listelement -->
|
||||
<li>{ENTRY}</li>
|
||||
<!-- END listelement -->
|
||||
</ul>
|
||||
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<table>
|
||||
<!-- BEGIN row -->
|
||||
<tr>
|
||||
<td>{NAME}</td>
|
||||
<td>{DESCRIPTION}</td>
|
||||
</tr>
|
||||
<!-- END row -->
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
13
HTML_Template_IT-1.3.1/examples/templates/main.tpl.htm
Normal file
13
HTML_Template_IT-1.3.1/examples/templates/main.tpl.htm
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<table border>
|
||||
<!-- BEGIN row -->
|
||||
<tr>
|
||||
<!-- BEGIN cell -->
|
||||
<td>
|
||||
{DATA}
|
||||
</td>
|
||||
<!-- END cell -->
|
||||
</tr>
|
||||
<!-- END row -->
|
||||
</table>
|
||||
</html>
|
||||
Reference in New Issue
Block a user