css'ing
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui.simple / addbooks.tmpl
1 <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
2 <div id="mainbloc">
3 <h1>MARC biblio management</h1>
4 <!-- TMPL_IF name="noitemsfound" -->
5         <font color="red" size="4">No items found</font>
6 <!-- /TMPL_IF -->
7 <!-- TMPL_IF name="websiteadded" -->
8         <font color="red" size="4">Website Biblioitem Added</font>
9 <!-- /TMPL_IF -->
10
11 <form action="isbnsearch.pl">
12         <table>
13                 <tr>
14                         <th colspan=4>To add a new biblio/item, scan or type the ISBN/ISSN number:</th>
15                 </tr>
16                 <tr valign="top">
17                         <td>ISBN:</td>
18                         <td><input type="text" name="isbn" /></td>
19                         <td rowspan=2 valign="middle"><input type="submit" value="Go" class="button"/></td>
20                         <td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
21                                         If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
22                                         Otherwise, a biblio can be added from scratch.</td>
23                 </tr>
24                 <tr>
25                         <td>Title</td>
26                         <td><input type="text" name="title" /></td>
27                 </tr>
28                 <tr><td>&nbsp;</td>
29                 <!-- TMPL_IF NAME="NOTMARC" -->
30                         <td colspan=2><br/><a href="addbiblio-nomarc.pl" class="button">Create Empty biblio</a></td></tr>
31                 <!-- TMPL_ELSE -->
32                         <td colspan=2><br/><a href="addbiblio.pl" class="button">Create Empty biblio</a></td></tr>
33                 <!-- /TMPL_IF -->
34         </table>
35 </form>
36 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->