comparison bns_website/static/js/tinymce/examples/templates/layout1.htm @ 29:ced908af601a

Adding support for the TinyMCE javascript editor in the admin for news and reviews apps.
author Brian Neal <bgneal@gmail.com>
date Fri, 04 Nov 2011 19:26:48 -0500
parents
children
comparison
equal deleted inserted replaced
27:a5e8741452a3 29:ced908af601a
1 <table border="1">
2 <thead>
3 <tr>
4 <td>Column 1</td>
5 <td>Column 2</td>
6 </tr>
7 </thead>
8
9 <tbody>
10 <tr>
11 <td>Username: {$username}</td>
12 <td>Staffid: {$staffid}</td>
13 </tr>
14 </tbody>
15 </table>