Fixed Bug #189
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / acqui.simple / addbooks.tmpl
1 <TMPL_INCLUDE NAME="acquisitions-top.inc">
2
3 <TMPL_IF NAME="loggedinuser">
4         <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
5 <TMPL_ELSE>
6     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> à Koha</p>
7 </TMPL_IF>
8
9 <font size="5"><em>Import et saisie de notices</em></font>
10 <TMPL_IF name="noitemsfound">
11         <p />
12         <font color="red" size="4">Pas d'exemplaires</font>
13 </TMPL_IF>
14 <TMPL_IF name="websiteadded">
15         <p />
16         <font color="red" size="4">Site web ajouté</font>
17 </TMPL_IF>
18
19 <p />
20 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
21         <tr valign="center">
22         <td><font size="4">Pour ajouter une nouvelle notice, scanner le code barre ou saisir l'ISBN/ISSN/titre de l'ouvrage</font></td>
23         </tr>
24 </table>
25 <form action="isbnsearch.pl">
26         <table cellpadding="3" border=0 width="100%">
27                 <tr valign="top">
28                         <td width="5%">ISBN:</td>
29                         <td width="20%"><input type="text" name="isbn" /></td>
30                         <td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" /></td>
31                         <td rowspan=2>Si l'ouvrage est trouvé dans la table des notices actives, il sera rappelé et pourra être modifié.<br />
32                         Si l'ouvrage est trouvé dans le réservoir, il pourra être appelé pour la saisie d'une nouvelle notice active.<br />
33                         Sinon, il est possible de créer une notice à partir de 0</td>
34                 </tr>
35                         <td width="5%">Titre</td>
36                         <td width="20%"><input type="text" name="title" /></td>
37                 </tr>
38                 <tr><td>&nbsp;</td>
39                         <td colspan=2><a href=addbiblio.pl>Créer une notice sans ISBN/ISSN</a></td></tr>
40         </table>
41 </form>
42
43 <p />
44 <p />
45 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
46         <tr valign="center">
47                 <td><font size="4">Outil pour imoprter des notices MARC dans le réservoir.</font></td>
48         </tr>
49 </table>
50 <table cellpadding="3" border=0 width="100%">
51         <tr valign="top">
52                 <td width="5%">&nbsp;</td>
53                 <td width="20%"><li><a href=marcimport.pl>Décharger des notices MARC</a></li></td>
54                 <td width="10%">&nbsp;</td>
55                 <td>Le réservoir est une table ou sont stockées des notices inactives.<br/>
56                         Unenotice MARC est stockée dans le réservoir tant qu'il n'y pas d'exemplaire correspondant. Si vous entrez l'ISBN ou le titre d'un ouvrage, il est recherché dans le réservoir.
57                         S'il est trouvé, une notice active sera créée.
58                 </td>
59
60
61 <table bgcolor="#ffcc00" width="80%" cellpadding"5">
62         <tr>
63                 <td><font size="4">Outils z39.50</font></td>
64         </tr>
65 </table>
66 <table cellpadding="3" border=0 width="100%">
67         <tr valign="top">
68                 <td width="5%">&nbsp;</td>
69                 <td width="20%"><li><a href=marcimport.pl?menu=z3950>Outil de recherche z39.50</a></li></td>
70                 <td width="10%">&nbsp;</td>
71                 <td>NE FONCTIONNE PAS</td>
72         </tr>
73 </table>
74
75 <table bgcolor="#ffcc00" width="80%" cellpadding="3">
76         <tr valign="center">
77                 <td><FONT SIZE=4>Ajout d'un site web</font></td>
78         </tr>
79 </table>
80 <form action="websitesearch.pl" method="post">
81         <table>
82         <tr>
83                 <td>Keyword:</td>
84                 <td><input type="text" name="keyword" /></td>
85                 <td><input type="submit" value="Go" /></td>
86         </tr>
87         </table>
88 </FORM>
89 <p />
90 <TMPL_INCLUDE NAME="acquisitions-bottom.inc">