Owen Leonard
0fcad14059
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
65 lines
3.5 KiB
Cheetah
65 lines
3.5 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › Add to Your List
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<style type="text/css">
|
|
#custom-doc { width:34.62em;*width:33.78em;min-width:450px; margin:auto; margin-top: .4em;text-align:left; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="custom-doc" class="yui-t7">
|
|
|
|
<!-- TMPL_UNLESS NAME="newshelf" --><!-- TMPL_IF NAME="multiple"-->
|
|
<h1>Add <!-- TMPL_VAR NAME="total"--> items to <!-- TMPL_IF NAME="singleshelf" --><em><!-- TMPL_VAR NAME="shelfname" --></em>: <!-- TMPL_ELSE -->a list:<!-- /TMPL_IF --></h1>
|
|
<!-- TMPL_ELSE -->
|
|
<h1>Add to <!-- TMPL_IF NAME="singleshelf" --><em><!-- TMPL_VAR NAME="shelfname" --></em><!-- TMPL_ELSE -->a list:<!-- /TMPL_IF --></h1>
|
|
<!-- /TMPL_IF -->
|
|
<ul> <!-- TMPL_LOOP NAME="biblios"-->
|
|
<li> <span class="title"><!-- TMPL_VAR NAME="title"--></span>
|
|
<!-- TMPL_IF NAME="author"--><span class="author"> <!-- TMPL_VAR NAME="author"--> </span><!-- /TMPL_IF -->
|
|
</li>
|
|
<!-- /TMPL_LOOP -->
|
|
</ul>
|
|
<!-- TMPL_IF NAME="CGIvirtualshelves"-->
|
|
<form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="post">
|
|
<fieldset class="rows"><legend>Select a List</legend>
|
|
<ol><li> <label for="shelfnumber">Add to list:</label> <!-- TMPL_VAR NAME="CGIvirtualshelves" --></li></ol>
|
|
<!-- TMPL_LOOP NAME="biblios" --> <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"><!-- /TMPL_LOOP -->
|
|
<input type="hidden" name="modifyshelfcontents" value="1" /></fieldset>
|
|
<fieldset class="action"><input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a></fieldset>
|
|
</form>
|
|
<p>...or...</p>
|
|
<!-- TMPL_ELSE -->
|
|
<!-- TMPL_IF NAME="singleshelf" -->
|
|
<form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="post">
|
|
<!-- TMPL_LOOP NAME="biblios" --> <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"><!-- /TMPL_LOOP -->
|
|
<input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->" />
|
|
<input type="hidden" name="modifyshelfcontents" value="1" /></fieldset>
|
|
<fieldset class="action"><input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a></fieldset>
|
|
</form>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
|
|
|
|
<!-- TMPL_UNLESS NAME="singleshelf" --><form name="f2" method="post" action="/cgi-bin/koha/opac-addbybiblionumber.pl">
|
|
<fieldset class="rows"> <legend>Add to a New List:</legend>
|
|
<ol><li>
|
|
<label for="newvirtualshelf">
|
|
Shelf Name:
|
|
</label>
|
|
<input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
|
|
</li>
|
|
<li><label for="category">Category:</label>
|
|
<select name="category" id="category">
|
|
<option value="1">Private</option>
|
|
<option value="2">Public</option>
|
|
</select></li></ol></fieldset>
|
|
<!-- TMPL_LOOP NAME="biblios" --> <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"><!-- /TMPL_LOOP -->
|
|
<fieldset class="action"><input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a></fieldset>
|
|
</form><!-- /TMPL_UNLESS -->
|
|
|
|
<p align="center">
|
|
<br /><br />
|
|
<a href="#" class="close">close this window.</a>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|