]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/en/bookshelves/addbookbybiblionumber.tmpl
adding bookshelf features :
[koha.git] / koha-tmpl / intranet-tmpl / default / en / bookshelves / addbookbybiblionumber.tmpl
1 <!-- TMPL_INCLUDE Name="popup-top.inc" -->
2 <div id="mainbloc">
3 <h2 class="catalogue">Select bookshelf</h2>
4 <form>
5         <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
6         <p><label>Title</label><!-- TMPL_VAR NAME="title" --></p>
7         <p><label>Author</label><!-- TMPL_VAR NAME="author" --></p>
8         <p><label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIbookshelves" --></p>
9         <p>or add to a new bookshelf </p>
10         <p><input type="text" name="newbookshelf" maxlength=40 size=40>
11                 <select name="category">
12                         <option value="1">Private</option>
13                         <option value="2">Public</option>
14                         <option value="3">Free</option>
15                 </select>
16         </p>
17         <input type="submit" value="Add to virtual shelf" class="button catalogue">
18 </form>
19 <!-- TMPL_INCLUDE Name="popup-bottom.inc" -->