improved the look of the resources selected plugin
[unfold.git] / plugins / resources_selected / templates / resources_selected.html
index 00ac3ec..0d84007 100644 (file)
@@ -1,10 +1,15 @@
-<table class='display' id='table-{{ domid }}'>
-  <thead>
-    <tr>
-      <th>status</th>
-      <th>urn</th>
-      <th>slot</th>
-      <th>+/-</th>
-    </tr>
+<div class='resources-selected-spacer'>
+<table class='display' id='{{domid}}__table'>
+  <thead class="resources-selected">
+    <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <th>+/-</th> </tr>
   </thead>
+  <tbody></tbody>
+  <tfoot class="resources-selected">
+    <tr> <th>action</th> <th>key</th> <th>value</th> <th>status</th> <th>+/-</th> </tr>
+  </tfoot>
 </table>
+</div>
+<button type="button" id="{{domid}}__update"  class="btn btn-default">Update</button>
+<button type="button" id="{{domid}}__refresh"  class="btn btn-default">Refresh</button>
+<button type="button" id="{{domid}}__reset"  class="btn btn-default">Reset</button>
+<button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default">Clear Annotations</button>