some fixes & improvements for dictionnary search in librarian interface
[koha.git] / koha-tmpl / intranet-tmpl / default / en / 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 : Items with no Issues </h1>
7                 <!-- TMPL_IF NAME="loopfilter"-->
8                         <p>Filtered on</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">Num/Items</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="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
28                                                         </td>
29                                                 <!-- /TMPL_LOOP -->
30                                         </tr>
31                                 <!-- /TMPL_LOOP NAME="looprow" -->
32                 </table>
33         <!-- /TMPL_LOOP -->
34 <!-- TMPL_ELSE -->
35         <h1 class = "reports">Koha : Items with no Issues </h1>
36         <form method="post">
37         
38         <table>
39                 <thead>
40                         <tr>
41                         <th class="reports">Limit to </th>
42                         <th class="reports">By </th>
43                         <th class="reports" colspan="2">Filters</th>
44                         </tr>
45                 </thead>
46                 <tbody>
47                         <tr>
48                                 <td>
49                                         <select name="Limit">
50                                                 <option value ="" checked>None</option>
51                                                 <option value ="5"> 5</option>
52                                                 <option value ="10">10</option>
53                                                 <option value ="15">15</option>
54                                                 <option value ="20">20</option>
55                                                 <option value ="25">25</option>
56                                                 <option value ="40">40</option>
57                                                 <option value ="50">50</option>
58                                                 <option value ="100">100</option>
59                                         </select>
60                                 </td>
61                                 <td>
62                                         <select name="Criteria">
63                                                 <option value ="" checked>None</option>
64                                                 <option value ="homebranch">Branch</option>
65                                                 <option value ="itemtype">Itemtype</option>
66                                         </select>
67                                 </td>
68                         </tr>
69                         <tr class="hilighted">
70                                 <td>&nbsp;</td>
71                                 <td>&nbsp;</td>
72                                 <td>Branch</td>
73                                 <td><input type="text" name="Filter" value=""></td>
74                         </tr>
75                         <tr>
76                                 <td>&nbsp;</td>
77                                 <td>&nbsp;</td>
78                                 <td>Document Type</td>
79                                 <td><input type="text" name="Filter" value=""></td>
80                         </tr>
81                 </tbody>
82         </table>
83         
84         <div id="bloc25">
85                 <h3 class="reports"> Output </h3>
86                 <input type="radio" checked name="output" value="screen" > To screen into the browser
87                 <br>
88                 <input type="radio" name="output" value="file"> To file <input type="text" name="basename" value="Export"> into an application  
89                 <!-- TMPL_VAR NAME="CGIextChoice" -->
90                 <!-- TMPL_VAR NAME="CGIsepChoice" -->
91         </div>
92         <p>
93         <input TYPE="submit" value="OK" class="button reports">
94         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">
95         <input type="hidden" name="do_it" value="1">
96         </form>
97 <!-- /TMPL_IF -->
98 </div>
99 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->