summaryrefslogtreecommitdiffstats
path: root/extensions/tinymce/examples/templates/layout1.htm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/tinymce/examples/templates/layout1.htm')
-rw-r--r--extensions/tinymce/examples/templates/layout1.htm15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/tinymce/examples/templates/layout1.htm b/extensions/tinymce/examples/templates/layout1.htm
new file mode 100644
index 0000000..a38df3e
--- /dev/null
+++ b/extensions/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>