Removing hardcoded default template image link
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / bookshelves / addbookbybiblionumber.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add to Virtual Shelf<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <div id="main-compact">
3 <h3>Add <i><!-- TMPL_VAR NAME="title" --></i> <!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --> to a Virtual Shelf</h3>
4 <form>
5         <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
6 <div class="data">
7         <table>
8                 <caption>Select an Existing Bookshelf</caption>
9                 <tr><th><label>Add to virtual shelf</label></th><td><!-- TMPL_VAR NAME="CGIbookshelves" --></td></tr>
10                 </table>
11 </div>
12 <input type="submit" value="Add to virtual shelf" class="submit" />
13 <h4>...or...</h4>
14 <div class="data">
15         <table>
16         <caption>Add to a New Bookshelf:</caption>
17                 <tr><th><label for="newbookshelf">Shelf Name:</label> </th><td><input type="text" name="newbookshelf" id="newbookshelf" size="60" /></td></tr>
18                 <tr><th><label for="category">Category:</label> </th><td><select name="category" id="category">
19                         <option value="1">Private</option>
20                         <option value="2">Public</option>
21                 </select></td></tr>
22         </table>
23         </div>
24         <input type="submit" value="Add to virtual shelf" class="submit" />
25 </form>
26 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->