Fixes a bug with MARChtml2xml and sync with dev_week
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / cataloguing / addbooks.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging Home<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
4         <h1>Catalog Maintenance</h1>
5         <!-- TMPL_IF name="noitemsfound" -->
6                 <font color="red" size="4">No items found</font>
7         <!-- /TMPL_IF -->
8         
9         <div class="data">
10                 <form action="isbnsearch.pl">
11                 <table>
12                 <caption>Search Existing Records</caption>
13                 <tr><th><label for="title">Title</label></th>
14                 <td>            <input type="text" name="title" id="title"size="35" /></td></tr>
15                 <tr><th><label for="isbn">ISBN</label></th>
16                 <td><input type="text" name="isbn" id="isbn"size="35" /></td></tr>              
17                 </table></div>
18                                 <p><input type="submit" value="Search" class="submit" /></p>
19                                 <div class="help"><ul class="notes"><li>If the ISBN is found into the database, that record will be retrieved and can be modified.</li>
20         <li>If the ISBN is found in the reservoir, it will be retrieved and a full record added.</li>
21         <li>Otherwise, a record can be added from scratch.</li></ul></div>
22                 </form>
23
24                 <!-- TMPL_IF name="noitemsfound" -->
25                                 <form action="addbiblio.pl" method="post">
26                 <div class="data"><table>
27                 <caption>Create a Blank Bibliographic Record</caption>
28                 <tr><th><label for="frameworkcode">Choose a Framework:</label></th><td><select name="frameworkcode" id="frameworkcode">
29                                                 <option value="">Default</option>
30                                                 <!-- TMPL_LOOP NAME="frameworkcodeloop" -->
31                                                         <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
32                                                 <!-- /TMPL_LOOP -->
33                                         </select> <input type="submit" value="Add Record Without Search" class="submit" /></td></tr>
34                 </table></div></form>
35                         
36                 <!-- /TMPL_IF -->
37
38
39
40
41 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->