diff bns_website/static/js/tinymce/examples/templates/layout1.htm @ 39:b9d6f6d930a9

Merged Chris and Brian's changes with mine.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 06 Nov 2011 20:28:25 -0600
parents ced908af601a
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bns_website/static/js/tinymce/examples/templates/layout1.htm	Sun Nov 06 20:28:25 2011 -0600
@@ -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>