french translation updated (again...)
[koha.git] / koha-tmpl / opac-tmpl / prog / fr / opac-addbybiblionumber.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Ajouter à mon étagère
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5
6 <!-- TMPL_IF NAME="multiple"-->
7     <h1>Ajouter ces <!-- TMPL_VAR NAME="total"--> documents à l'étagère</h1>
8         <!-- TMPL_LOOP NAME="biblios"-->
9             <b><!-- TMPL_VAR NAME="title"--></b> 
10             <!-- TMPL_IF NAME="author"-->par <!-- TMPL_VAR NAME="author"--><!-- /TMPL_IF -->
11             <br /><br />
12         <!-- /TMPL_LOOP -->
13 <!-- TMPL_ELSE -->
14 <h1>Ajouter <i><!-- TMPL_VAR NAME="title" --></i>
15     <!-- TMPL_IF NAME="author" -->
16         par <!-- TMPL_VAR NAME="author" -->
17     <!-- /TMPL_IF --> vers une étagère virtuelle
18 </h1>
19 <!-- /TMPL_IF -->
20
21 <!-- TMPL_IF NAME="CGIvirtualshelves"-->
22 <form name="f1" action="/cgi-bin/koha/opac-addbybiblionumber.pl" method="POST">
23     <p><b>Sélectionner une étagère existante</b></p>
24     <label>Ajouter à l'étagère</label> <!-- TMPL_VAR NAME="CGIvirtualshelves" -->
25     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
26     <input type="hidden" name="modifyshelfcontents" value="1" />
27     <input type="submit" value="Ajouter à l'étagère" class="submit">
28 </form>
29 <p>... ou ...</p>
30 <!-- /TMPL_IF -->
31
32 <form name="f2" method="POST" action="/cgi-bin/koha/opac-addbybiblionumber.pl">
33     <b>Ajouter à une nouvelle étagère virtuelle</b>
34         <p>
35             <label for="newvirtualshelf">
36                 Nom de l'étagère :
37             </label>
38             <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
39         </p>
40             <label for="category">Catégorie :</label>
41             <select name="category" id="category">
42                 <option value="1">Privé</option>
43                 <option value="2">Public</option>
44             </select>
45     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
46     <input type="submit" value="Ajouter à l'étagère" class="submit"> 
47 </form>
48
49 <p align="center">
50     <br /><br />
51     <a href="javascript:closePopup();">Fermer la fenêtre</a>
52 </p>
53
54 <script type="text/javascript" language="javascript">
55     function closePopup () {
56         window.close();
57     }
58 </script>
59
60 </body>
61 </html>