renamed hazelnut into querytable
[unfold.git] / plugins / hazelnut / templates / hazelnut.html
diff --git a/plugins/hazelnut/templates/hazelnut.html b/plugins/hazelnut/templates/hazelnut.html
deleted file mode 100644 (file)
index d51776d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<div id='main-{{ domid }}' class='hazelnut-spacer'>
-  <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>
-</div>