Lines 343-349
function placeHold () {
Link Here
|
343 |
<div id="privateshelves" class="ui-tabs-panel" style="display:none;"> |
343 |
<div id="privateshelves" class="ui-tabs-panel" style="display:none;"> |
344 |
[% END %] |
344 |
[% END %] |
345 |
[% IF ( shelveslooppriv ) %] |
345 |
[% IF ( shelveslooppriv ) %] |
346 |
[% pagination_bar %] |
346 |
<div class="pages">[% pagination_bar %]</div> |
347 |
<table> |
347 |
<table> |
348 |
<tr><th>List Name</th><th>Contents</th><th>Sort by</th><th>Type</th><th>Options</th></tr> |
348 |
<tr><th>List Name</th><th>Contents</th><th>Sort by</th><th>Type</th><th>Options</th></tr> |
349 |
[% FOREACH shelveslooppri IN shelveslooppriv %] |
349 |
[% FOREACH shelveslooppri IN shelveslooppriv %] |
Lines 395-401
function placeHold () {
Link Here
|
395 |
<div id="publicshelves" class="ui-tabs-panel" style="display:none;"> |
395 |
<div id="publicshelves" class="ui-tabs-panel" style="display:none;"> |
396 |
[% END %] |
396 |
[% END %] |
397 |
[% IF ( shelvesloop ) %] |
397 |
[% IF ( shelvesloop ) %] |
398 |
[% pagination_bar %] |
398 |
<div class="pages">[% pagination_bar %]</div> |
399 |
<table> |
399 |
<table> |
400 |
<tr><th>List Name</th><th>Contents</th><th>Sort By</th><th>Type</th><th>Options</th></tr> |
400 |
<tr><th>List Name</th><th>Contents</th><th>Sort By</th><th>Type</th><th>Options</th></tr> |
401 |
[% FOREACH shelvesloo IN shelvesloop %] |
401 |
[% FOREACH shelvesloo IN shelvesloop %] |
402 |
- |
|
|