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