Clean up before final commits
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / bookshelves / addbookbybiblionumber.tmpl
1 <!-- TMPL_INCLUDE Name="popup-top.inc" -->
2 <div id="mainbloc">
3 <h2 class="catalogue">Sélectionner une étagère</h2>
4 <form action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl" method="get">
5         <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
6         <p><label>Titre</label><!-- TMPL_VAR NAME="title" --></p>
7         <p><label>Auteur</label><!-- TMPL_VAR NAME="author" --></p>
8         <p><label>Ajouter dans l'étagère virtuelle</label><!-- TMPL_VAR NAME="CGIbookshelves" --></p>
9         <p>ou ajouter une nouvlle étagère virtuelle </p>
10         <p><input type="text" name="newbookshelf" maxlength=40 size=40>
11                 <select name="category">
12                         <option value="1">Privé</option>
13                         <option value="2">Publique</option>
14                         <option value="3">Libre</option>
15                 </select>
16         </p>
17         <input type="submit" value="Ajouter dans l'étagère virtuelle" class="button catalogue">
18 </form>
19 <!-- TMPL_INCLUDE Name="popup-bottom.inc" -->