fixing misplaced apostrophe
[koha_fer] / koha-tmpl / intranet-tmpl / prog / fr / modules / cataloguing / additem-nomarc.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalogage &rsaquo;  Ajout exemplaires</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <!-- TMPL_IF NAME="NOBARCODE" -->
15 Vous devez attribuer un code à barres à l'exemplaire
16 <!-- /TMPL_IF -->
17
18 <!-- TMPL_IF NAME="NOBIBLIOITEM" -->
19 Vous devez créer un nouveau groupe pour y ajouter votre exemplaire<!-- /TMPL_IF -->
20
21 <!-- TMPL_IF NAME="BARCODEINUSE" -->
22 Désolé, ce code à barres est déjà utilisé<!-- /TMPL_IF -->
23
24 <h2>Ajouter des exemplaires à <!-- TMPL_VAR NAME="TITLE" --></h2>
25
26 <table>
27         <caption>Détails bibliographiques</caption>
28 <tr><th scope="row">Auteur : </th><td><!-- TMPL_VAR NAME="AUTHOR" --></td></tr>
29 <tr><th scope="row">Copyright : </th><td><!-- TMPL_VAR NAME="COPYRIGHT" --></td></tr>
30 <tr><th scope="row">Titre de collection : </th><td><!-- TMPL_VAR NAME="SERIES" --></td></tr>
31 <tr><th scope="row">Notes : </th><td><!-- TMPL_VAR NAME="NOTES" --></td></tr>
32
33 <!-- TMPL_LOOP NAME="BIBITEMS" -->
34 <tr><th scope="row">Numéro du Biblioitem :  </th><td><!-- TMPL_VAR NAME="biblioitemnumber" --></td></tr>
35 <tr><th scope="row">Type de document :  </th><td><!-- TMPL_VAR NAME="itemtype" --></td></tr>
36 <tr><th scope="row">ISBN : </th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
37 <tr><th scope="row">Dewey : </th><td><!-- TMPL_VAR NAME="dewey" --></td></tr>
38 <tr><th scope="row">Editeur : </th><td><!-- TMPL_VAR NAME="publishercode" --></td></tr>
39 <tr><th scope="row">Emplacement : </th><td><!-- TMPL_VAR NAME="place" --></td></tr>
40 <tr><th scope="row">Date : </th><td><!-- TMPL_VAR NAME="publicationyear" --></td></tr>
41
42 <!-- TMPL_LOOP NAME="ITEMS -->
43 <tr><th scope="row">Exemplaire :</th><td><!-- TMPL_VAR NAME="barcode" --></td></tr>
44 <tr><th scope="row">Bibliothèque</th><td><!-- TMPL_VAR NAME="homebranch" --></td></tr>
45 <tr><th scope="row">Notes : </th><td><!-- TMPL_VAR NAME="itemnotes" --></td></tr>
46 <!-- /TMPL_LOOP -->
47
48 <!-- /TMPL_LOOP -->
49 </table>
50
51
52 <form action="saveitem.pl" method="post">
53 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="BIBNUM" -->" />
54 <table>
55 <caption>Ajouter un nouvel exemplaire</caption>
56 <tr><th scope="row"><label for="barcode">Code à barres de l'exemplaire : </label></th><td><input type="text" id="barcode" name="barcode" size="40" /></td>
57 </tr>
58 <tr><th scope="row"><label for="homebranch">Site :</label></th><td><select name="homebranch" id="branch">
59 <!-- TMPL_LOOP NAME="BRANCHES" -->
60 <option value="<!-- TMPL_VAR NAME="branchcode" -->"><!-- TMPL_VAR NAME="branchname" --></option>
61 <!-- /TMPL_LOOP -->
62 </select></td>
63 </tr>
64 <tr><th scope="row"><label for="replacementprice">Prix de remplacement : </label></th><td><input type="text" name="replacementprice" id="replacementprice" size="40" /></td>
65 </tr>
66 <tr><th scope="row"><label for="itemnotes">Notes : </label></th><td><textarea name="itemnotes" id="itemnotes" cols="30" rows="6"></textarea></td>
67 </tr>
68 <tr>
69 <th colspan="2" >Ajouter au groupe existant</td>
70 </tr>
71 <tr><th scope="row"><label for="biblioitemnumber">Numéro du Biblioitem : </label></th><td><select name="biblioitemnumber" id="biblioitemnumber">
72 <!-- TMPL_LOOP NAME="BIBITEMS" -->
73     <option value="<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="itemtype" --></option>
74 <!-- /TMPL_LOOP -->
75 </select></td></tr>
76 </table>
77 <input type="submit" name="existinggroup" value="Ajouter un nouvel exemplaire à un groupe existant">
78 <table>
79 <caption>OU Ajouter à un nouveau groupe : </caption>
80 <tr><th scope="row"><label for="itemtype">Type de document : </label></th><td><select name="itemtype" id="itemtype">
81 <!-- TMPL_LOOP NAME="ITEMTYPES" -->
82 <option value="<!-- TMPL_VAR NAME="itemtype" -->"><!-- TMPL_VAR NAME="description" --></option>
83 <!-- /TMPL_LOOP -->
84 </select></td>
85 </tr>
86 <tr><th scope="row"><label for="isbn">ISBN : </label></th><td><input type="text" name="isbn" id="isbn" size="40" /></td>
87 </tr>
88 <tr><th scope="row"><label for="publishercode">Editeur : </label></th><td><input type="text" name="publishercode" id="publishercode" size="40" /></td>
89 </tr>
90 <tr><th scope="row"><label for="publicationyear">Année de publication : </label></th><td><input type="text" name="publicationyear" id="publicationyear" size="40" /></td>
91 </tr>
92 <tr><th scope="row"><label for="place">Lieu d'édition : </label></th><td><input type="text" name="place" id="place" size="40" /></td>
93 </tr>
94 <tr><th scope="row"><label for="illus">Illustrateur : </label></th><td><input type="text" name="illus" id="illus" size="40" /></td>
95 </tr>
96 <tr><th scope="row"><label for="url">URL du site Web : </label></th><td><input type="text" name="url" id="url" size="40" /></td>
97 </tr>
98 <tr><th scope="row"><label for="dewey">Dewey : </label></th><td><input type="text" name="dewey" id="dewey" size="40" /></td>
99 </tr>
100 <tr><th scope="row"><label for="subclass">Sous-classe Dewey : </label></th><td><input type="text" name="subclass" id="subclass" size="40" /></td>
101 </tr>
102 <tr><th scope="row"><label for="issn">ISSN : </label></th><td><input type="text" name="issn" id="issn" size="40" /></td>
103 </tr>
104 <tr><th scope="row"><label for="lccn">LCCN : </label></th><td><input type="text" name="lccn" id="lccn" size="40" /></td>
105 </tr>
106 <tr><th scope="row"><label for="volume">Volume : </label></th><td><input type="text" name="volume" id="volume" size="40" /></td>
107 </tr>
108 <tr><th scope="row"><label for="number">Nombre : </label></th><td><input type="text" name="number" id="number" size="40" /></td>
109 </tr>
110 <tr><th scope="row"><label for="volumeddesc">Description du volume : </label></th><td><input type="text" name="volumeddesc" id="volumeddesc" size="40" /></td>
111 </tr>
112 <tr><th scope="row"><label for="pages">Pages : </label></th><td><input type="text" name="pages" id="pages" size="40" /></td>
113 </tr>
114 <tr><th scope="row"><label for="size">Taille : </label></th><td><input name="size" size="40" /></td>
115 </tr>
116 <tr><th scope="row"><label for="notes">Notes : </label></th><td><textarea cols="30" rows="6" name="notes" id="notes"></textarea></td>
117 </tr>
118 </table>
119 <input type="submit" name="newgroup" value="Ajouter un nouvel exemplaire à un nouveau groupe">
120 </form>
121 </div>
122 </div>
123 </div>
124
125 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
126 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->