Cleaning up
[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>
15                                 <label class="label100" for="title">Title</label>
16                                 <input type="hidden" name="marclist" value="biblio.title">
17         
18                                 <input type="hidden" name="and_or" value="and">
19                                 <input type="hidden" name="excluding" value="">
20                                 <input type="hidden" name="operator" value="contains">
21                                 <input type="text" name="value" id="title"size="35">
22                         </p>
23                         <p>
24                                 <label class="label100" for="title">ISBN</label>
25                                 <input type="hidden" name="marclist" value="biblioitems.isbn">
26         
27                                 <input type="hidden" name="and_or" value="and">
28                                 <input type="hidden" name="excluding" value="">
29                                 <input type="hidden" name="operator" value="start">
30                                 <input type="text" name="value" id="title"size="35">
31                         </p>
32                         <p><input type="submit" value="Go" class="button catalogue" /></p>
33                 </form>
34                 <!-- TMPL_IF NAME="NOTMARC" -->
35                         <p><a href="addbiblio-nomarc.pl" class="button catalogue">Create Empty biblio</a></p>
36                 <!-- TMPL_ELSE -->
37                         <p>
38                                 <form action="addbiblio.pl" method="post">
39                                         <select name="frameworkcode">
40                                                 <option value="">Default</option>
41                                                 <!-- TMPL_LOOP NAME="frameworkcodeloop" -->
42                                                         <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
43                                                 <!-- /TMPL_LOOP -->
44                                         </select>
45                                         <input type="submit" value="Create Empty biblio" class="button catalogue">
46                                 </form>
47                         </p>
48                 <!-- /TMPL_IF -->
49         </div>
50         <div id="bloc25">
51                 <h2 class="catalogue">Hint</h2>
52                 <p>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
53                                 If the ISBN or title is found in the reservoir, it will be retrieved and a biblio will be added.<br/>
54                                 Otherwise, a biblio can be added from scratch.</p>
55         </div>
56 </div>
57 <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->