Koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple/addbooks.tmpl
2003-09-03 11:58:47 +00:00

59 lines
1.8 KiB
Cheetah

<TMPL_INCLUDE NAME="acquisitions-top.inc">
<font size="5"><em>Import et saisie de notices</em></font>
<TMPL_IF name="noitemsfound">
<p />
<font color="red" size="4">Pas d'exemplaires</font>
</TMPL_IF>
<TMPL_IF name="websiteadded">
<p />
<font color="red" size="4">Site web ajouté</font>
</TMPL_IF>
<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
<td><font size="4">Pour ajouter une nouvelle notice, scanner le code barre ou saisir l'ISBN/ISSN/titre de l'ouvrage</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>Si l'ouvrage est trouvé dans la table des notices actives, il sera rappelé et pourra être modifié.<br />
Si l'ouvrage est trouvé dans le réservoir, il pourra être appelé pour la saisie d'une nouvelle notice active.<br />
Sinon, il est possible de créer une notice à partir de 0</td>
</tr>
<td width="5%">Titre</td>
<td width="20%"><input type="text" name="title" /></td>
</tr>
<tr><td>&nbsp;</td>
<TMPL_IF NAME="NOTMARC">
<td colspan=2><a href=addbiblio-nomarc.pl>Créer une notice vide</a></td></tr>
<TMPL_ELSE>
<td colspan=2><a href=addbiblio.pl>Créer une notice vide</a></td></tr>
</TMPL_IF>
</table>
</form>
<p />
<p />
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
<td><FONT SIZE=4>Ajout d'un site web</font></td>
</tr>
</table>
<form action="websitesearch.pl" method="post">
<table>
<tr>
<td>mot-clef:</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">