adding bookshelf features :
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui.simple / addbooks.tmpl
1 <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="catalogue">MARC biblio management</h1>
4         <!-- TMPL_IF name="noitemsfound" -->
5                 <font color="red" size="4">No items found</font>
6         <!-- /TMPL_IF -->
7         <!-- TMPL_IF name="websiteadded" -->
8                 <font color="red" size="4">Website Biblioitem Added</font>
9         <!-- /TMPL_IF -->
10         
11         <div id="bloc25">
12                 <form action="isbnsearch.pl">
13                         <h2 class="catalogue">To add a new biblio/item, scan or type the ISBN/ISSN number</h2>
14                         <p><label class="label20">ISBN</label> <input type="text" name="isbn" /></p>
15                         <p><label class="label20">Title</label> <input type="text" name="title" /></p>
16                         <p><input type="submit" value="Go" class="button catalogue" /></p>
17                 </form>
18                 <!-- TMPL_IF NAME="NOTMARC" -->
19                         <p><a href="addbiblio-nomarc.pl" class="button catalogue">Create Empty biblio</a></p>
20                 <!-- TMPL_ELSE -->
21                         <p>
22                                 <form action="addbiblio.pl" method="post">
23                                         <select name="frameworkcode">
24                                                 <option value="">Default</option>
25                                                 <!-- TMPL_LOOP NAME="frameworkcodeloop" -->
26                                                         <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
27                                                 <!-- /TMPL_LOOP -->
28                                         </select>
29                                         <input type="submit" value="Create Empty biblio" class="button catalogue">
30                                 </form>
31                         </p>
32                 <!-- /TMPL_IF -->
33         </div>
34         <div id="bloc25">
35                 <h2 class="catalogue">Hint</h2>
36                 <p>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
37                                 If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
38                                 Otherwise, a biblio can be added from scratch.</p>
39         </div>
40 </div>
41 <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->