Lines 116-121
Link Here
|
116 |
<div id="session-returned" style="display: none;"> |
116 |
<div id="session-returned" style="display: none;"> |
117 |
<h2>Checked-in items</h2> |
117 |
<h2>Checked-in items</h2> |
118 |
<table id="already-checked-in"> |
118 |
<table id="already-checked-in"> |
|
|
119 |
<caption class="sr-only">Checked-in items</caption> |
119 |
<thead> |
120 |
<thead> |
120 |
<tr><th>Title</th><th>Author</th><th>Barcode</th><th>Home library</th><th>Holding library</th><th>Shelving location</th><th>Call number</th><th>Type</th></tr> |
121 |
<tr><th>Title</th><th>Author</th><th>Barcode</th><th>Home library</th><th>Holding library</th><th>Shelving location</th><th>Call number</th><th>Type</th></tr> |
121 |
</thead> |
122 |
</thead> |
Lines 158-163
Link Here
|
158 |
<div id="checkouts"> |
159 |
<div id="checkouts"> |
159 |
<div id="session-issues"> |
160 |
<div id="session-issues"> |
160 |
<table id="issuest"> |
161 |
<table id="issuest"> |
|
|
162 |
<caption class="sr-only">Checkouts</caption> |
161 |
<thead><tr> |
163 |
<thead><tr> |
162 |
<th scope="col">Due date</th> |
164 |
<th scope="col">Due date</th> |
163 |
<th scope="col">Title</th> |
165 |
<th scope="col">Title</th> |
Lines 176-181
Link Here
|
176 |
<div id="oldissues"> |
178 |
<div id="oldissues"> |
177 |
<h2>Previous checkouts</h2> |
179 |
<h2>Previous checkouts</h2> |
178 |
<table id="oldissuest"> |
180 |
<table id="oldissuest"> |
|
|
181 |
<caption class="sr-only">Previous checkouts</caption> |
179 |
<thead><tr> |
182 |
<thead><tr> |
180 |
<th scope="col">Due date</th> |
183 |
<th scope="col">Due date</th> |
181 |
<th scope="col">Title</th> |
184 |
<th scope="col">Title</th> |
Lines 199-204
Link Here
|
199 |
<button id="pay-fine" class="submit">Pay fine</button> |
202 |
<button id="pay-fine" class="submit">Pay fine</button> |
200 |
|
203 |
|
201 |
<table id="session-payments" style="display: none;"> |
204 |
<table id="session-payments" style="display: none;"> |
|
|
205 |
<caption class="sr-only">Session payments</caption> |
202 |
<thead><tr><th>Amount</th><th>Timestamp</th></tr></thead> |
206 |
<thead><tr><th>Amount</th><th>Timestamp</th></tr></thead> |
203 |
<tbody></tbody> |
207 |
<tbody></tbody> |
204 |
</table> |
208 |
</table> |