separate templates from static files
[myslice.git] / plugins / resources_selected / templates / resources_selected.html
diff --git a/plugins/resources_selected/templates/resources_selected.html b/plugins/resources_selected/templates/resources_selected.html
new file mode 100644 (file)
index 0000000..aa5e485
--- /dev/null
@@ -0,0 +1,15 @@
+<table class='display' id='{{domid}}__table'>
+  <thead>
+    <tr>
+      <th>action</th>
+      <th>key</th>
+      <th>value</th>
+      <th>status</th>
+      <th>+/-</th>
+    </tr>
+  </thead>
+</table>
+<input id="{{domid}}__update" type=button value="Update" />
+<input id="{{domid}}__refresh" type=button value="Refresh" />
+<input id="{{domid}}__reset" type=button value="Reset" />
+<input id="{{domid}}__clear_annotations" type=button value="Clear annotations" />