Fix for Bug 1854, Selecting Columns for Display window doesn't resize in Guided Repor...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / catalogue_out.tmpl
index 5851455..4e56580 100644 (file)
@@ -1,15 +1,18 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Reports</title>
+<title>Koha &rsaquo; Reports &rsaquo; Items with no checkouts</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!--TMPL_INCLUDE NAME="menus.inc" --><!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
-<!-- Additions to enable Calendar system -->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-system.css" />
-<!-- End of additions --><!-- Additions to enable Calendar system -->
-<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar.js"></script>
-<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-en.js"></script>
-<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-setup.js"></script>
-<!-- End of additions -->
+</head>
+<body>
+<!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
+<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>
+
+<div id="doc3" class="yui-t2">
+   
+   <div id="bd">
+       <div id="yui-main">
+       <div class="yui-b">
 
 <!-- TMPL_IF NAME="do_it" -->
        <!-- TMPL_LOOP NAME="mainloop" -->
                        <!-- TMPL_LOOP NAME="loopfilter" -->
                                        <p><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --><!-- TMPL_VAR NAME="crit"--> =<!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --></p>
                        <!-- /TMPL_LOOP -->
-               <!-- /TMPL_IF NAME="loopfilter"-->
+               <!-- /TMPL_IF-->
                
                <table>
-                       <tr >
+                       <tr>
                                <th>Num/Items</th>
                                <!-- TMPL_LOOP NAME="loopcol" -->
                                        <th><!-- TMPL_VAR NAME="coltitle" --></th>
                                                        </td>
                                                <!-- /TMPL_LOOP -->
                                        </tr>
-                               <!-- /TMPL_LOOP NAME="looprow" -->
+                               <!-- /TMPL_LOOP -->
                </table>
        <!-- /TMPL_LOOP -->
 <!-- TMPL_ELSE -->
-       <h1>Items with no Issues</h1>
-       <form method="post">
+       <h1>Items with no checkouts</h1>
+       <form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
        
-       <table>
-               <thead>
-                       <tr>
-                       <th>Limit to </th>
-                       <th>By </th>
-                       <th colspan="2">Filters</th>
-                       </tr>
-               </thead>
-               <tbody>
-                       <tr>
-                               <td>
-                                       <select name="Limit">
-                                               <option value ="" checked="checked">None</option>
+       <fieldset class="rows">
+               <ol>
+                       <li>        <label for="branch">Branch: </label>
+<select name="Filter" id="branch"><option value="" > Any Branch</option>
+    <!--TMPL_LOOP Name="branchloop"-->
+        <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="branchname"--> </option>  
+     <!--/TMPL_LOOP --> 
+    </select>     </li>
+      <li> 
+        <label for="documenttype">Document Type: </label><select name="Filter" id="documenttype"><option value="" > Any Document type</option>
+    <!--TMPL_LOOP Name="itemtypeloop"-->
+        <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
+     <!--/TMPL_LOOP --> 
+    </select>
+    </li>
+               </ol>   
+       </fieldset>
+       
+       <fieldset class="rows">
+       <legend>Limits</legend>
+               <ol>
+               <li><label for="numberlimit">Limit to: </label> <select name="Limit" id="numberlimit">
+                                               <option value ="" selected="selected">None</option>
                                                <option value ="5"> 5</option>
                                                <option value ="10">10</option>
                                                <option value ="15">15</option>
                                                <option value ="40">40</option>
                                                <option value ="50">50</option>
                                                <option value ="100">100</option>
-                                       </select>
-                               </td>
-                               <td>
-                                       <select name="Criteria">
-                                               <option value ="" checked="checked">None</option>
+                                       </select></li>
+               <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
+                                               <option value ="" selected="selected">None</option>
                                                <option value ="homebranch">Branch</option>
                                                <option value ="itemtype">Itemtype</option>
-                                       </select>
-                               </td>
-                       </tr>
-                       <tr class="hilighted">
-                               <td>&nbsp;</td>
-                               <td>&nbsp;</td>
-                               <td>Branch</td>
-                               <td><input type="text" name="Filter" value="" /></td>
-                       </tr>
-                       <tr>
-                               <td>&nbsp;</td>
-                               <td>&nbsp;</td>
-                               <td>Document type</td>
-                               <td><input type="text" name="Filter" value="" /></td>
-                       </tr>
-               </tbody>
-       </table>
-       
+                                       </select></li>
+               </ol>
+       </fieldset>
        
-               <h3> Output </h3>
-               <input type="radio" checked name="output" value="screen" /> To screen into the browser
-               
-               <input type="radio" name="output" value="file"> To file <input type="text" name="basename" value="Export" /> into an application  
-               <!-- TMPL_VAR NAME="CGIextChoice" -->
-               <!-- TMPL_VAR NAME="CGIsepChoice" -->
-       
-       <p>
-       <input type="submit" value="OK" />
+       <fieldset class="rows">
+       <legend>Output</legend>
+<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
+<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  
+               </label><!-- TMPL_VAR NAME="CGIextChoice" -->
+               <!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
+       </fieldset>
+
+       <fieldset class="action">
+       <input type="submit" value="Submit" />
        <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
        <input type="hidden" name="do_it" value="1" />
+       </fieldset>
        </form>
 <!-- /TMPL_IF -->
 
-<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
+</div>
+</div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
+</div>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->