Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance...
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / catalogue_stats.tmpl
index 772f776..8e6d11e 100644 (file)
@@ -1,12 +1,12 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Reports &rsaquo; Catalogue statistics</title>
+<title>Koha &rsaquo; Reports <!-- TMPL_IF NAME="do_it" -->&rsaquo; Catalogue statistics &rsaquo; Results<!-- TMPL_ELSE -->&rsaquo; Catalogue statistics<!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </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; Catalogue statistics</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> <!-- TMPL_IF NAME="do_it" -->&rsaquo; <a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalogue statistics</a> &rsaquo; Results<!-- TMPL_ELSE -->&rsaquo; Catalogue statistics<!-- /TMPL_IF --></div>
 
 <div id="doc3" class="yui-t2">
    
                </table>
        <!-- /TMPL_LOOP -->
 <!-- TMPL_ELSE -->
-       <h1>Catalogue statistics</h1>
+
        <form method="post" action="/cgi-bin/koha/reports/catalogue_stats.pl">
+       <fieldset class="rows">
+       <legend>Catalogue statistics</legend>
        <table>
                <thead>
                        <tr>
                                <td><!-- TMPL_VAR NAME="CGILocation" --> </td>
                        </tr>
                </tbody>
-       </table>
-       
+       </table><br /></fieldset>
        
-               <h3> Output </h3>
-               <input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> <label for="outputscreen">To screen into the browser</label>
-               
-               <input type="radio" name="output" value="file" id="outputfile" /> <label for="outputfile">To file</label> <input type="text" name="basename" value="Export" /> into an application  
-               <!-- TMPL_VAR NAME="CGIextChoice" -->
-               <!-- TMPL_VAR NAME="CGIsepChoice" -->
+       <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>
 
-       <p><input type="submit" value="OK" />
+       <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" /></p>
+       <input type="hidden" name="do_it" value="1" />
+       </fieldset>
        </form>
 <!-- /TMPL_IF -->
 </div>