fed4fire style changes
[myslice.git] / plugins / apply / templates / apply.html
1 <div id="{{ domid }}" class="sl-filter-resources">
2     <button class="btn btn-onelab btn-apply"  id="{{domid}}__apply" data-toggle="modal" data-target="#{{domid}}__apply__window">Apply</button>
3 </div> 
4 <!-- Modal - columns selector -->
5   <div class="modal fade" id="{{domid}}__apply__window" tabindex="-1" role="dialog" aria-labelledby="{{domid}}__apply__label" aria-hidden="true">
6     <div class="modal-dialog modal-dialog-large">
7       <div class="modal-content">
8         <div class="modal-header">
9           <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
10             <h4 class="modal-title" id="{{domid}}__apply__label">
11                  Applying pending changes...                
12             </h4>
13             <div>
14                 <img id="applyloading" src="/static/img/loading.gif" /> &nbsp;&nbsp;
15                 Please be patient, this operation can take a minute or two.
16             </div>
17         </div>
18         <div class="modal-body">
19 <div class='resources-selected-spacer'>
20 <table class='resources-selected' id='{{domid}}__table'>
21   <thead class="resources-selected">
22     <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> </tr>
23   </thead>
24   <tbody></tbody>
25 <!--<tfoot class="resources-selected">
26 <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th></tr>
27 </tfoot>-->
28 </table>
29 </div>
30 <!--not all buttons are expected to work for now, hence the disabled mark-->
31 <!--
32 <button type="button" id="{{domid}}__update"  class="btn btn-onelab">Update</button>
33 <button type="button" id="{{domid}}__refresh"  class="btn btn-primary" disabled>Refresh</button>
34 <button type="button" id="{{domid}}__reset"  class="btn btn-danger" disabled>Reset</button>
35 <button type="button" id="{{domid}}__clear_annotations"  class="btn btn-danger" disabled>Clear Annotations</button>
36 -->
37         </div>
38         <div class="modal-footer">
39           <button id="{{domid}}__close" type="button" class="btn btn-default" data-dismiss="modal">Close</button>
40         </div>
41       </div>
42     </div>
43   </div>