OpenFlow plugin - Univ Bristol - f.francois
[unfold.git] / plugins / univbrisfoam / templates / univbrisfoam.html
diff --git a/plugins/univbrisfoam/templates/univbrisfoam.html b/plugins/univbrisfoam/templates/univbrisfoam.html
new file mode 100644 (file)
index 0000000..7749397
--- /dev/null
@@ -0,0 +1,22 @@
+<div id='main-{{ domid }}' class='univbrisfoam-spacer'>
+ <form id="uob_form">
+  <table class='table table-striped table-bordered dataTable' id='{{domid}}__table'>
+    <thead>
+      <tr>
+        {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
+        {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %} 
+        {% if checkboxes %} <th class="checkbox">+/-</th> {% endif %}
+      </tr>
+    </thead> 
+    <tbody> 
+    </tbody>
+    <tfoot>
+      <tr>
+        {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
+        {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %} 
+        {% if checkboxes %} <th>+/-</th> {% endif %}
+      </tr>
+    </tfoot> 
+  </table>
+ </form>
+</div>