Plugin UnivBristol by Frederic Francois
[myslice.git] / plugins / univbrisfoam / templates / univbrisfoam.html
1 <div id='main-{{ domid }}' class='univbrisfoam-spacer'>
2  <form id="uob_form">
3   <table class='table table-striped table-bordered dataTable' id='{{domid}}__table'>
4     <thead>
5       <tr>
6         {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
7         {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %} 
8         {% if checkboxes %} <th class="checkbox">+/-</th> {% endif %}
9       </tr>
10     </thead> 
11     <tbody> 
12     </tbody>
13     <tfoot>
14       <tr>
15         {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
16         {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %} 
17         {% if checkboxes %} <th>+/-</th> {% endif %}
18       </tr>
19     </tfoot> 
20   </table>
21  </form>
22   <div id="fvf_table_button" name="fvf_table_button"> </div>
23 </div>