Fixed bug #369
[koha_fer] / koha-tmpl / intranet-tmpl / default / en / acqui.simple / addbooks.tmpl
1 <TMPL_INCLUDE NAME="acquisitions-top.inc">
2
3
4 <font size="5"><em>MARC import and BIBLIO management</em></font>
5 <TMPL_IF name="noitemsfound">
6         <p />
7         <font color="red" size="4">No items found</font>
8 </TMPL_IF>
9 <TMPL_IF name="websiteadded">
10         <p />
11         <font color="red" size="4">Website Biblioitem Added</font>
12 </TMPL_IF>
13
14 <p />
15 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
16         <tr valign="center">
17         <td><font size="4">To add a new biblio/item, scan or type the ISBN/ISSN number:</font></td>
18         </tr>
19 </table>
20 <form action="isbnsearch.pl">
21         <table cellpadding="3" border=0 width="100%">
22                 <tr valign="top">
23                         <td width="5%">ISBN:</td>
24                         <td width="20%"><input type="text" name="isbn" /></td>
25                         <td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" /></td>
26                         <td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
27                                         If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
28                                         Otherwise, a biblio can be added from scratch.</td>
29                 </tr>
30                         <td width="5%">Title</td>
31                         <td width="20%"><input type="text" name="title" /></td>
32                 </tr>
33                 <tr><td>&nbsp;</td>
34                         <td colspan=2><a href=addbiblio.pl>Add biblio without ISBN/ISSN</a></td></tr>
35         </table>
36 </form>
37
38 <p />
39 <p />
40 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
41         <tr valign="center">
42                 <td><font size="4">Tools for importing MARC records into breeding farm</font></td>
43         </tr>
44 </table>
45 <table cellpadding="3" border=0 width="100%">
46         <tr valign="top">
47                 <td width="5%">&nbsp;</td>
48                 <td width="20%"><li><a href=marcimport.pl>Upload MARC records</a></li></td>
49                 <td width="10%">&nbsp;</td>
50                 <td>The breeding farm is a table where imported MARC records are stored.<br/>
51                         A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm.
52                         If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
53                 </td>
54         </tr>
55 </table>
56
57
58 <table bgcolor="#ffcc00" width="80%" cellpadding"5">
59         <tr>
60                 <td><font size="4">Tools for importing a MARC record from a z39.50 server</font></td>
61         </tr>
62 </table>
63
64 <table cellpadding="3" border=0 width="100%">
65         <tr valign="top">
66                 <td width="5%">&nbsp;</td>
67                 <td width="20%"><li><a href=marcimport.pl?menu=z3950>z39.50 Search Tool</a></li></td>
68                 <td width="10%">&nbsp;</td>
69                 <td>does not work</td>
70         </tr>
71 </table>
72
73 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
74         <tr valign="center">
75                 <td><FONT SIZE=4>Add New Website</font></td>
76         </tr>
77 </table>
78 <form action="websitesearch.pl" method="post">
79         <table>
80         <tr>
81                 <td>Keyword:</td>
82                 <td><input type="text" name="keyword" /></td>
83                 <td><input type="submit" value="Go" /></td>
84         </tr>
85         </table>
86 </FORM>
87 <p />
88 <TMPL_INCLUDE NAME="acquisitions-bottom.inc">