synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui.simple / addbooks.tmpl
1 <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
2
3 <font size="5"><em>MARC biblio management</em></font>
4 <!-- TMPL_IF name="noitemsfound" -->
5         <p />
6         <font color="red" size="4">No items found</font>
7 <!-- /TMPL_IF -->
8 <!-- TMPL_IF name="websiteadded" -->
9         <p />
10         <font color="red" size="4">Website Biblioitem Added</font>
11 <!-- /TMPL_IF -->
12
13 <p />
14 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
15         <tr valign="center">
16         <td><font size="4">To add a new biblio/item, scan or type the ISBN/ISSN number:</font></td>
17         </tr>
18 </table>
19 <form action="isbnsearch.pl">
20         <table cellpadding="3" border=0 width="100%">
21                 <tr valign="top">
22                         <td width="5%">ISBN:</td>
23                         <td width="20%"><input type="text" name="isbn" /></td>
24                         <td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" class="button"/></td>
25                         <td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
26                                         If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
27                                         Otherwise, a biblio can be added from scratch.</td>
28                 </tr>
29                         <td width="5%">Title</td>
30                         <td width="20%"><input type="text" name="title" /></td>
31                 </tr>
32                 <tr><td>&nbsp;</td>
33                 <!-- TMPL_IF NAME="NOTMARC" -->
34                         <td colspan=2><a href="addbiblio-nomarc.pl" class="button">Create Empty biblio</a></td></tr>
35                 <!-- TMPL_ELSE -->
36                         <td colspan=2><a href="addbiblio.pl" class="button">Create Empty biblio</a></td></tr>
37                 <!-- /TMPL_IF -->
38         </table>
39 </form>
40
41 <p />
42 <p />
43
44 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
45         <tr valign="center">
46                 <td><FONT SIZE=4>Add New Website</font></td>
47         </tr>
48 </table>
49 <form action="websitesearch.pl" method="post">
50         <table>
51         <tr>
52                 <td>Keyword:</td>
53                 <td><input type="text" name="keyword" /></td>
54                 <td><input type="submit" value="Go" class="button"/></td>
55         </tr>
56         </table>
57 </FORM>
58 <p />
59 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->