Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / catalogue_out.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Reports &rsaquo; Items with no checkouts</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Items with no checkouts</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <!-- TMPL_IF NAME="do_it" -->
18         <!-- TMPL_LOOP NAME="mainloop" -->
19                 <h1>Items with no checkouts</h1>
20                 <!-- TMPL_IF NAME="loopfilter"-->
21                         <p>Filtered on</p>
22                         <!-- TMPL_LOOP NAME="loopfilter" -->
23                                         <p><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --><!-- TMPL_VAR NAME="crit"--> =<!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --></p>
24                         <!-- /TMPL_LOOP -->
25                 <!-- /TMPL_IF-->
26                 
27                 <table>
28                         <tr>
29                                 <th>Num/Items</th>
30                                 <!-- TMPL_LOOP NAME="loopcol" -->
31                                         <th><!-- TMPL_VAR NAME="coltitle" --></th>
32                                 <!-- /TMPL_LOOP -->
33                         </tr>
34                                 <!-- TMPL_LOOP NAME="looprow" -->
35                                         <tr>
36                                                 <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
37                                                 <!-- TMPL_VAR NAME="rowtitle" --></td>
38                                                 <!-- TMPL_LOOP NAME="loopcell" -->
39                                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
40                                                                 <!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
41                                                         </td>
42                                                 <!-- /TMPL_LOOP -->
43                                         </tr>
44                                 <!-- /TMPL_LOOP -->
45                 </table>
46         <!-- /TMPL_LOOP -->
47 <!-- TMPL_ELSE -->
48         <h1>Items with no checkouts</h1>
49         <form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
50         
51         <fieldset class="rows">
52                 <ol>
53                         <li><label for="branchFilter">Branch: </label> <input type="text" id="branchFilter" name="Filter" value="" /></li>
54                         <li><label for="docFilter">Document type: </label> <input type="text" id="docFilter" name="Filter" value="" /></li>
55                 </ol>   
56         </fieldset>
57         
58         <fieldset class="rows">
59         <legend>Limits</legend>
60                 <ol>
61                 <li><label for="numberlimit">Limit to: </label> <select name="Limit" id="numberlimit">
62                                                 <option value ="" selected="selected">None</option>
63                                                 <option value ="5"> 5</option>
64                                                 <option value ="10">10</option>
65                                                 <option value ="15">15</option>
66                                                 <option value ="20">20</option>
67                                                 <option value ="25">25</option>
68                                                 <option value ="40">40</option>
69                                                 <option value ="50">50</option>
70                                                 <option value ="100">100</option>
71                                         </select></li>
72                 <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
73                                                 <option value ="" selected="selected">None</option>
74                                                 <option value ="homebranch">Branch</option>
75                                                 <option value ="itemtype">Itemtype</option>
76                                         </select></li>
77                 </ol>
78         </fieldset>
79         
80         <fieldset class="rows">
81         <legend>Output</legend>
82 <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
83 <li><label for="outputfile">To a file:</label>          <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> <label class="inline" for="MIME">Into an application  
84                 </label><!-- TMPL_VAR NAME="CGIextChoice" -->
85                 <!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
86         </fieldset>
87
88         <fieldset class="action">
89         <input type="submit" value="Submit" />
90         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
91         <input type="hidden" name="do_it" value="1" />
92         </fieldset>
93         </form>
94 <!-- /TMPL_IF -->
95
96 </div>
97 </div>
98 <div class="yui-b">
99 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
100 </div>
101 </div>
102 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->