Initial dev repository
[kcls-web.git] / local_templates / default / circ / selfcheck / holds_page.tt2
diff --git a/local_templates/default/circ/selfcheck/holds_page.tt2 b/local_templates/default/circ/selfcheck/holds_page.tt2
new file mode 100644 (file)
index 0000000..3336249
--- /dev/null
@@ -0,0 +1,20 @@
+<div id='oils-selfck-hold-table-div'>
+    <table id='oils-selfck-hold-table' class='oils-selfck-item-table'>
+        <thead>
+            <tr>
+                <td id='oils-self-hold-pic-cell'></td>
+                <td>Title</td>
+                <td>Author</td>
+                <td>Status</td>
+            </tr>
+        </thead>
+        <tbody id='oils-selfck-hold-tbody'>
+            <tr id='oils-selfck-hold-row'>
+                <td><img class='oils-selfck-jacket' name='jacket'/></td>
+                <td name='title'></td>
+                <td name='author'></td>
+                <td name='status'></td>
+            </tr>
+        </tbody>
+    </table>
+</div>