diff options
Diffstat (limited to 'library/tinymce/examples/templates/layout1.htm')
-rw-r--r-- | library/tinymce/examples/templates/layout1.htm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/library/tinymce/examples/templates/layout1.htm b/library/tinymce/examples/templates/layout1.htm new file mode 100644 index 000000000..a38df3e68 --- /dev/null +++ b/library/tinymce/examples/templates/layout1.htm @@ -0,0 +1,15 @@ +<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>
|