merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha.git] / koha-tmpl / intranet-tmpl / default / es / 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 is found into the biblio table, it will be retrieved and can be modified.<br/>
27                                         If the ISBN is found into the breeding farm, it will be retrieved. and a biblio 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 are stored imported MARC records.<br/>
51                         A MARC record is stored in the breeding farm as long as you've no item. When you type the ISBN of a biblio, it's searched in the breeding farm.
52                         If found, the biblio is added to koha active table, and removed from breeding farm.
53                 </td>
54
55
56 <table bgcolor="#ffcc00" width="80%" cellpadding"5">
57         <tr>
58                 <td><font size="4">Tools for importing MARC from a z3950 server</font></td>
59         </tr>
60 </table>
61 <table cellpadding="3" border=0 width="100%">
62         <tr valign="top">
63                 <td width="5%">&nbsp;</td>
64                 <td width="20%"><li><a href=marcimport.pl?menu=z3950>Z39.50 Search Tool</a></li></td>
65                 <td width="10%">&nbsp;</td>
66                 <td>does not work</td>
67         </tr>
68 </table>
69
70 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
71         <tr valign="center">
72                 <td><FONT SIZE=4>Add New Website</font></td>
73         </tr>
74 </table>
75 <form action="websitesearch.pl" method="post">
76         <table>
77         <tr>
78                 <td>Keyword:</td>
79                 <td><input type="text" name="keyword" /></td>
80                 <td><input type="submit" value="Go" /></td>
81         </tr>
82         </table>
83 </FORM>
84 <p />
85 <TMPL_INCLUDE NAME="acquisitions-bottom.inc">