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