Files
Orchard/lib/tinymce/examples/templates/layout1.htm
T

16 lines
220 B
HTML
Raw Normal View History

2009-11-07 22:49:58 +00:00
<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>