84f2e18818df05dee6e4ca167f24abb9ce86d2ee
[myslice.git] / plugins / hazelnut / hazelnut.html
1 <div id='main-{{ domid }}'>
2 <table class='table table-striped table-bordered dataTable' id='hazelnut-{{ domid }}'>
3 <thead><tr> {% for column in columns %}
4 <th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
5 </tr></thead> 
6 <tbody>
7 </tbody>
8 <tfoot><tr> {% for column in columns %}
9 <th>{{ column }}</th>{% endfor %} {% if checkboxes %}<th>+/-</th>{% endif %}
10 </tr></tfoot> 
11 </table>
12 </div>
13 <div class="hazelnut-spacer"></div>