<!-- BEGIN BLOCK: main -->
<h1>This is a test of {DEFAULTS.VERSION}.Author: {MYNAME}</h1>
The location of this file is: {DEFAULTS.SELFURL}<br>
<hr>
<!-- BEGIN BLOCK: table -->
<table border="1">
<tr>
<td>Crt.no.</td><td>Name</td>
<td>Mark</td><td>Class room</td>
</tr>
<!-- BEGIN BLOCK: row -->
<tr>
<td>{DEFAULTS.AUTOINCREMENT}</td>
<td>{DATA.NAME}</td>
<td align="right">{DATA.MARK}</td>
<td>{CLASSROOM}</td>
</tr>
<!-- END BLOCK: row -->
<!-- BEGIN BLOCK: error -->
<tr><td colspan="4"><font color="red">
No students in class {CLASSROOM}
</font></td></tr>
<!-- END BLOCK: error -->
</table>
<!-- END BLOCK: table -->
<p align="right">
Current time <b>{DEFAULTS.TIME}</b><br>
Date: <b>{DEFAULTS.DATE}</b><br>
<p>
<!-- END BLOCK: main -->
|