Koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl
2003-04-24 14:38:17 +00:00

88 lines
2.8 KiB
Cheetah

<TMPL_INCLUDE NAME="marc-top.inc">
<font size="5"><em>MARC import and BIBLIO management</em></font>
<TMPL_IF name="noitemsfound">
<p />
<font color="red" size="4">No items found</font>
</TMPL_IF>
<TMPL_IF name="websiteadded">
<p />
<font color="red" size="4">Website Biblioitem Added</font>
</TMPL_IF>
<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
<td><font size="4">To add a new biblio/item, scan or type the ISBN/ISSN number:</font></td>
</tr>
</table>
<form action="isbnsearch.pl">
<table cellpadding="3" border=0 width="100%">
<tr valign="top">
<td width="5%">ISBN:</td>
<td width="20%"><input type="text" name="isbn" /></td>
<td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" /></td>
<td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
Otherwise, a biblio can be added from scratch.</td>
</tr>
<td width="5%">Title</td>
<td width="20%"><input type="text" name="title" /></td>
</tr>
<tr><td>&nbsp;</td>
<td colspan=2><a href=addbiblio.pl>Add biblio without ISBN/ISSN</a></td></tr>
</table>
</form>
<p />
<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
<td><font size="4">Tools for importing MARC records into breeding farm</font></td>
</tr>
</table>
<table cellpadding="3" border=0 width="100%">
<tr valign="top">
<td width="5%">&nbsp;</td>
<td width="20%"><li><a href=marcimport.pl>Upload MARC records</a></li></td>
<td width="10%">&nbsp;</td>
<td>The breeding farm is a table where imported MARC records are stored.<br/>
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.
If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
</td>
</tr>
</table>
<table bgcolor="#ffcc00" width="80%" cellpadding"5">
<tr>
<td><font size="4">Tools for importing a MARC record from a z39.50 server</font></td>
</tr>
</table>
<table cellpadding="3" border=0 width="100%">
<tr valign="top">
<td width="5%">&nbsp;</td>
<td width="20%"><li><a href=marcimport.pl?menu=z3950>z39.50 Search Tool</a></li></td>
<td width="10%">&nbsp;</td>
<td>does not work</td>
</tr>
</table>
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
<td><FONT SIZE=4>Add New Website</font></td>
</tr>
</table>
<form action="websitesearch.pl" method="post">
<table>
<tr>
<td>Keyword:</td>
<td><input type="text" name="keyword" /></td>
<td><input type="submit" value="Go" /></td>
</tr>
</table>
</FORM>
<p />
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">