synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / reports / catalogue_out.tmpl
1 <!-- TMPL_INCLUDE NAME="reportswcal-top.inc" -->
2 <div id="mainbloc" >
3
4 <!-- TMPL_IF NAME="do_it" -->
5         <!-- TMPL_LOOP NAME="mainloop" -->
6                 <h1 class="reports">Koha : documents jamais prétés </h1>
7                 <!-- TMPL_IF NAME="loopfilter"-->
8                         <p>Sélectionner sur</p>
9                         <!-- TMPL_LOOP NAME="loopfilter" -->
10                                         <p><!-- TMPL_IF NAME="err" --> <font color="red"> <b><!--/TMPL_IF --><label class="label100"> <!-- TMPL_VAR NAME="crit"--> =</label><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> </font> </b><!--/TMPL_IF --></p>
11                         <!-- /TMPL_LOOP -->
12                 <!-- /TMPL_IF NAME="loopfilter"-->
13                 <br>
14                 <table>
15                         <tr >
16                                 <th class="reports">Code à Barres/Titre</th>
17                                 <!-- TMPL_LOOP NAME="loopcol" -->
18                                         <th class="reports"><!-- TMPL_VAR NAME="coltitle" --></th>
19                                 <!-- /TMPL_LOOP -->
20                         </tr>
21                                 <!-- TMPL_LOOP NAME="looprow" -->
22                                         <tr>
23                                                 <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
24                                                 <!-- TMPL_VAR NAME="rowtitle" --></td>
25                                                 <!-- TMPL_LOOP NAME="loopcell" -->
26                                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
27                                                                 <!-- TMPL_IF NAME="title" --><b><!-- TMPL_VAR NAME="title" --></b><!-- /TMPL_IF -->
28                                                                 <!-- TMPL_IF NAME="author" --><!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
29                                                                 <!-- TMPL_IF NAME="barcode" --> <i><!-- TMPL_VAR NAME="barcode" --></i><!-- /TMPL_IF -->
30                                                         </td>
31                                                 <!-- /TMPL_LOOP -->
32                                         </tr>
33                                 <!-- /TMPL_LOOP NAME="looprow" -->
34                 </table>
35         <!-- /TMPL_LOOP -->
36 <!-- TMPL_ELSE -->
37         <h1 class = "reports">Koha : documents jamais prétés </h1>
38         <form method="post">
39         
40         <table>
41                 <thead>
42                         <tr>
43                         <th class="reports">Limiter à </th>
44                         <th class="reports">Par </th>
45                         <th class="reports" colspan="2">Sélectionner</th>
46                         </tr>
47                 </thead>
48                 <tbody>
49                         <tr>
50                                 <td>
51                                         <select name="Limit">
52                                                 <option value ="" checked>Aucun</option>
53                                                 <option value ="5"> 5</option>
54                                                 <option value ="10">10</option>
55                                                 <option value ="15">15</option>
56                                                 <option value ="20">20</option>
57                                                 <option value ="25">25</option>
58                                                 <option value ="40">40</option>
59                                                 <option value ="50">50</option>
60                                                 <option value ="100">100</option>
61                                         </select>
62                                 </td>
63                                 <td>
64                                         <select name="Criteria">
65                                                 <option value ="" checked>Aucun</option>
66                                                 <option value ="homebranch">Site</option>
67                                                 <option value ="itemtype">Type de document</option>
68                                         </select>
69                                 </td>
70                         </tr>
71                         <tr class="hilighted">
72                                 <td>&nbsp;</td>
73                                 <td>&nbsp;</td>
74                                 <td>Site</td>
75                                 <td>
76                                         <select name="Filter">
77                                                 <option value="">Tous sites</option>
78                                                 <!-- TMPL_LOOP name="branchloop" -->
79                                                         <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
80         ="branchname" --></option>
81                                                 <!-- /TMPL_LOOP -->
82                                         </select>
83                                 </td>
84                         </tr>
85                         <tr>
86                                 <td>&nbsp;</td>
87                                 <td>&nbsp;</td>
88                                 <td>Type document</td>
89                                 <td>
90                                         <select name="Filter">
91                                                 <option value="">Tous types de document</option>
92                                                 <!-- TMPL_LOOP name="itemtypeloop" -->
93                                                         <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
94         ="description" --></option>
95                                                 <!-- /TMPL_LOOP -->
96                                         </select>
97                                 </td>
98                         </tr>
99                 </tbody>
100         </table>
101         
102         <div id="bloc25">
103                 <h3 class="reports"> Sortie </h3>
104                 <input type="radio" checked name="output" value="screen" > à l'écran, dans le navigateur
105                 <br>
106                 <input type="radio" name="output" value="file"> Dans un fichier <input type="text" name="basename" value="Export"> dans le logiciel <!-- TMPL_VAR NAME="CGIextChoice" --> <!-- TMPL_VAR NAME="CGIsepChoice" -->
107         </div>
108         <p>
109         <input TYPE="submit" value="OK" class="button reports">
110         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">
111         <input type="hidden" name="do_it" value="1">
112         </form>
113 <!-- /TMPL_IF -->
114 </div>
115 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->