bull renamed to serials.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / acqui.simple / addbooks.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging Home<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3         <h1>Catalog Maintenance</h1>
4         <!-- TMPL_IF name="noitemsfound" -->
5                 No items found
6         <!-- /TMPL_IF -->
7         
8                 <form action="isbnsearch.pl">
9                 <table>
10                 <caption>Search Existing Records</caption>
11                 <tr><th scope="row"><label for="title">Title</label></th>
12                 <td><input type="hidden" name="marclist" value="biblio.title"><input type="hidden" name="and_or" value="and" />
13                                 <input type="hidden" name="excluding" value="" />
14                                 <input type="hidden" name="operator" value="contains" />
15                                 <input type="text" name="value" id="title"size="35" /></td></tr>
16                 <tr><th scope="row"><label for="isbn">ISBN</label></th>
17                 <td><input type="hidden" name="marclist" value="biblioitems.isbn" />
18                                 <input type="hidden" name="and_or" value="and" />
19                                 <input type="hidden" name="excluding" value="" />
20                                 <input type="hidden" name="operator" value="start" />
21                                 <input type="text" name="value" id="isbn"size="35" /></td></tr>         
22                 </table>
23                                 <input type="submit" value="Search" />
24                                 <ul><li>If the ISBN is found into the database, that record will be retrieved and can be modified.</li>
25         <li>If the ISBN is found in the reservoir, it will be retrieved and a full record added.</li>
26         <li>Otherwise, a record can be added from scratch.</li></ul>
27                 </form>
28
29                 <!-- TMPL_IF NAME="NOTMARC" -->
30                 <form action="addbiblio.pl"><input type="submit" value="Add Record Without Search" /></form>
31                 <!-- TMPL_ELSE -->
32                                 <form action="addbiblio.pl" method="post">
33                 <h3>Create a Blank Bibliographic Record</h3>
34                 <label for="frameworkcode">Choose a Framework:</label>
35                 <select name="frameworkcode" id="frameworkcode">
36                                                 <option value="">Default</option>
37                                                 <!-- TMPL_LOOP NAME="frameworkcodeloop" -->
38                                                         <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
39                                                 <!-- /TMPL_LOOP -->
40                                         </select> <input type="submit" value="Add Record Without Search" /></form>
41                         
42                 <!-- /TMPL_IF -->
43
44 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->