ConLite/conlite/templates/standard/template.inuse_lay_mod.html

16 Zeilen
250 B
HTML

<table cellpadding="3" cellspacing="0" width="100%">
<thead>
<tr>
<th>{HEAD_NAME}</th>
</tr>
</thead>
<tbody>
<!-- BEGIN:BLOCK -->
<tr>
<td>{NAME}</td>
</tr>
<!-- END:BLOCK -->
</tbody>
</table>