Plugin VTAM by Frederic Francois (Univ Bristol) integrated into slice view
[myslice.git] / plugins / univbrisvtam / templates / univbrisvtamplugin.html
1 <div id='main-{{ domid }}' class='univbrisvtam-spacer'>
2  <form id="uob_vtam">
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       </tr>
9     </thead> 
10     <tbody>
11     </tbody> 
12     <tfoot> 
13       <tr>
14         {% for column in columns %} <th>{{ column }}</th> {% endfor %} 
15         {% for column in hidden_columns %} <th>{{ column }}</th> {% endfor %} 
16       </tr>
17     </tfoot> 
18   </table>
19   <table class = 'table tbbuttons' align="center" id='uob_fv_form_buttons'>
20         <tr>
21                 <td align="center"><button id="add_vm" type="button" style="height: 25px; width: 300px;" onclick="fnAddVm()">add another VM to request</button></td>
22         <tr>
23
24         </tr>
25                 <td align="center"><button id="submit_vms" type="button" style="height: 25px; width: 300px" onclick="fnCreateVms()">Create VMs (submit to AM)</button></td>
26         </tr>
27 </table>
28  </form>
29 </div>