Files
Metadata_PHP/metadata/include/tinymce/examples/templates/layout1.htm
2020-02-27 00:28:43 +06:00

16 lines
205 B
HTML

<table border="1">
<thead>
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</thead>
<tbody>
<tr>
<td>Username: {$username}</td>
<td>Staffid: {$staffid}</td>
</tr>
</tbody>
</table>