Files
survey-manager/survey-nginx/htdocs/vtiger_crm/XTemplate/ex3.html
2024-07-19 10:05:36 +00:00

28 lines
439 B
HTML

<!-- BEGIN: main -->
<html>
<head><title>example 3</title></head>
<body>
testing set_autoreset() and clear_autoreset()<br>
<!-- BEGIN: table -->
<table border=1>
<tr>
<th>row nr.</th>
<th>id</th>
<th>name</th>
<th>age</th>
<!-- BEGIN: row -->
<tr>
<td>{ROW_NR}</td>
<td>{DATA.ID}</td>
<td>{DATA.NAME}</td>
<td>{DATA.AGE}</td>
</tr>
<!-- END: row -->
</table>
<!-- END: table -->
</body>
</html>
<!-- END: main -->