webgui/www/extras/tinymce2/examples/templates/editing_details.htm
2007-07-07 21:26:06 +00:00

14 lines
430 B
HTML
Executable file

<!-- Template contents HTML outside the DIV will not be inserted -->
<div class="mceTmpl">
<table>
<thead>
<tr><th>Created</th><th>Modified</th><th>By</th>
</thead>
<tbody>
<tr><td class="cdate">Creation Date</td><td class="mdate">Last Modified</td><td class="username">UserName</td></tr>
<tr><td class="comment" colspan="3">Please insert editors comment here</td></tr>
</tbody>
</table>
</div>