separate templates from static files
[myslice.git] / plugins / resources_selected / templates / resources_selected.html
1 <table class='display' id='{{domid}}__table'>
2   <thead>
3     <tr>
4       <th>action</th>
5       <th>key</th>
6       <th>value</th>
7       <th>status</th>
8       <th>+/-</th>
9     </tr>
10   </thead>
11 </table>
12 <input id="{{domid}}__update" type=button value="Update" />
13 <input id="{{domid}}__refresh" type=button value="Refresh" />
14 <input id="{{domid}}__reset" type=button value="Reset" />
15 <input id="{{domid}}__clear_annotations" type=button value="Clear annotations" />