a first stab at porting datatables - new code - temporary - name is 'hazelnut' for...
[myslice.git] / plugins / hazelnut / hazelnut.html
diff --git a/plugins/hazelnut/hazelnut.html b/plugins/hazelnut/hazelnut.html
new file mode 100644 (file)
index 0000000..cbaac59
--- /dev/null
@@ -0,0 +1,7 @@
+<table class='display' id='hazelnut-{{ domid }}'>
+<thead><tr> {% for subject_field in subject_fields %}
+<th>{{ subject_field }}</th>{% endfor %}
+</tr></thead>
+<tbody>
+</tbody>
+</table>