koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en includes/masth... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en includes/masth... [rel_3_0]
Date: Wed, 10 Jan 2007 14:34:39 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/10 14:34:38

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: masthead.inc opac.css 
        koha-tmpl/opac-tmpl/prog/en: opac-advsearch.tmpl opac-main.tmpl 
                                     opac-topissues.tmpl 

Log message:
        - some fixes in css
        - some reordering & documenting in css
        - dividing the mast head in 2 parts : the logo & the library name, with 
2 different divs.
        - rewritting the main page to show the various possibilities of 
searching the library catalogue
        - rewritting a little bit the top issue page to do something more easy 
to use

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.4&r2=1.2.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-advsearch.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.10&r2=1.1.2.11
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.9&r2=1.1.2.10
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/opac-topissues.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: includes/masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -b -r1.2.2.4 -r1.2.2.5
--- includes/masthead.inc       7 Dec 2006 15:42:15 -0000       1.2.2.4
+++ includes/masthead.inc       10 Jan 2007 14:34:38 -0000      1.2.2.5
@@ -1,8 +1,11 @@
-<div id="masthead">
-    <h1>
+<div id="masthead-image">
         <!-- TMPL_IF NAME="opacsmallimage" -->
         <img alt="<!-- TMPL_VAR NAME="LibraryName" -->" src="<!-- TMPL_VAR 
NAME="opacsmallimage" -->" />
+        <!-- TMPL_ELSE -->
+                       <img src="/opac-tmpl/<!-- TMPL_VAR name="theme" 
-->/images/koha-logo.gif" alt="koha logo"/>
+
         <!-- /TMPL_IF -->
+</div>
+<div id="masthead">
         <!-- TMPL_VAR NAME="LibraryName" -->
-    </h1>
 </div>

Index: includes/opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/opac.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- includes/opac.css   4 Jan 2007 13:11:50 -0000       1.1.2.4
+++ includes/opac.css   10 Jan 2007 14:34:38 -0000      1.1.2.5
@@ -5,6 +5,8 @@
 - #EEC95A : orange for action buttons & hyperlinks
 */
 
+/* attribute for standard html tags */
+
 body {
 font-family : Verdana, Geneva, Arial, sans-serif;
 font-size : 1em;
@@ -13,6 +15,13 @@
 margin-bottom:0px;
 }
 
+h1 {
+    padding-top:25px;
+    color: #384b73;
+    font-size:1.5em;
+    text-align:left;
+}
+
 p {
 margin:0px;
 padding:0px;
@@ -26,7 +35,6 @@
 a:hover {
 text-decoration : none;
 background-color : #EEC95A;
-/* color:white; */
 }
 
 fieldset {
@@ -34,14 +42,9 @@
 border: 1px solid #384b73;
 }
 
-#masthead {
-color:#384b73;
-}
-
 table {
 border-collapse : collapse;
 border : 1px solid #CCCCCC;
-/*border-right : 1px solid #CCCCCC;*/
 margin : 1em 0;
 }
 
@@ -75,33 +78,55 @@
 font-weight : bold;
 }
 
+li {
+list-style-type:square;
+}
+
+/* attributes for search result list */
 .searchresults td, .searchresults th, .searchresults table {
 border: 0;
 }
-
 .searchresults tr {
 border-bottom : 1px solid #CCCCCC;
 }
-
 .searchresults table {
 border-top : 0px solid #CCCCCC;
 border: 1px solid #CCCCCC;
 }
-
 p.searchresults {
 background-color : #EFF1DC;
 }
-
 .searchresults a.reserve {
 background-color : transparent;
 color : #006699;
 }
-
-
 .searchresults table tr:hover {
 background-color: #CCFFFF;
 }
+tr.highlight td, tr.highlight th {
+background-color : #EEEEEE;
+border: 1px solid #DDDDDD;
+border-right: 1px solid #DDDDDD;}
+
+/* the top part of the opac : (the LibraryName) */
+#masthead {
+color:#384b73;
+margin-left:15%;
+text-align:left;
+font-size:150%;
+font-weight:bold;
+margin-bottom:25px;
+}
 
+/* The image on the top-left (the logo) */
+#masthead-image {
+    position:fixed;
+}
+#masthead-image img {
+    height:80px;
+}
+
+/* the itemtype list in advanced search */
 #advsearch-itemtype table {
 border-collapse: separate;
 border-spacing: 3px;
@@ -113,61 +138,47 @@
 #advsearch-itemtype table tr td p {
 font-size:0.8em;
 }
-tr.highlight td, tr.highlight th {
-background-color : #EEEEEE;
-border: 1px solid #DDDDDD;
-border-right: 1px solid #DDDDDD;}
-
-/* style for search terms in catalogsearch */
-.term {
-background-color:yellow;
-}
-
-.here {
-color: black;
-text-decoration:none;
-}
 
+/* the content part of every page */
 #main {
 margin-left:15%;
 margin-bottom:0px;
 }
 
+/* the main menu (home, adv search, login...) */
 #menu {
-float:left;
+position:fixed;
+margin-top:100px;
 border-right:1px solid black;
 padding:0px;
-margin:5px;
 font-size:0.8em;
 color:#384b73;
 }
-
 #menu ul a {
 display:block;
 margin:5px 5px 0px 5px;
 padding :5px 5px 0px 5px;
 text-decoration:none;
-/*    font-weight:bold;*/
 color:#384b73;
 }
-
 #menu ul a:hover {
 display:block;
 margin:5px 5px 0px 5px;
 padding :5px 5px 0px 5px;
 text-decoration:none;
-/*    font-weight:bold;*/
 background-color:#384b73;
 color:white;
 }
-
 #menu ul {
-list-style-type: none;
 padding-left:0px;
 margin-bottom:0px;
 margin-top:0px;
 }
+#menu li {
+list-style-type:none;
+}
 
+/* the user menu, for user option (and biblio detail view) */
 #usermenu a {
 background-color : #EEC95A;
 color : #FFFFFF;
@@ -176,29 +187,26 @@
 font-weight : bold;
 margin:0px 5px 0px 0px;
 padding:2px 5px 2px 5px;
-/*padding-left:5px;*/
-
 text-decoration:none;
 display: inline;
 }
-
 #usermenu a:hover {
 border: 2px inset;
 background-color:#384b73;
 }
 
-#problem {
-color: red;
-background-color:white;
-font-weight : bold;
-}
-
-#admin_stopwords_select UL {
-width: 600px;
+/* the opac-news */
+#news {
+display:float;
+float:right;
+border:1px solid black;
+font-size:8px;
 }
 
-#admin_stopwords_select UL LI {
-white-space: nowrap;
+/* "problem" enhancement */
+.problem {
+color: white;
+background-color:red;
 }
 
 #action a {
@@ -213,7 +221,6 @@
 text-decoration:none;
 display: inline;
 }
-
 #action a:hover {
 border: 2px inset;
 background-color:#CCCCCC;
@@ -231,15 +238,12 @@
 margin-left: 15px;
 font-size:0.8em;
 }
-
 #facets h2 {
 background-color:#EFF1DC;
 border-bottom: 1px solid #CCCCCC;
-/*    padding: 5px 5px 10px 5px;*/
 margin:0px;
 font-size:1em;
 }
-
 #facets ul {
 list-style-type: none;
 padding-left:10px;
@@ -254,55 +258,52 @@
 font-size:10pt;
 }
 
+/* the footer */
+#footer h2 {
+    margin-left:15%;
+    border-top:1px solid #384b73;
+    color: #384b73;
+    font-size:1em;
+    text-align:center;
+}
+
+
 legend {
 font-weight:bold;
 color:#384b73;
 }
 
-.problem {
-color: white;
-background-color:red;
-}
 
 /* css styles for reserves color alerts */
 .onloan {
-background-color: #FFED3D;
+    background-color: #FFED3D;
 }
 
 .reserved {
-background-color: #8EBAFF;
+    background-color: #8EBAFF;
 }
 
 .transfered {
-background-color: #F9FF9A;
+    background-color: #F9FF9A;
 }
 
 .inwait {
-background-color: #33CC99;
+    background-color: #33CC99;
 }
 
 .other {
-background-color: #FF0000;
+    background-color: #FF0000;
 }
 
 .available {
-background-color: white;
+    background-color: white;
 }
 
 .unavailable {
-background-color: #FFED3D;
+    background-color: #FFED3D;
 }
 
 /* style for search terms in catalogsearch */
 .term {
 background-color:green;
 }
-
-/* the footer */
-#footer h2 {
-/*     margin-left:15%; */
-    border-top:1px solid #384b73;
-    color: #384b73;
-    font-size:1em;
-    text-align:center;
-}
\ No newline at end of file

Index: opac-advsearch.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/Attic/opac-advsearch.tmpl,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -b -r1.1.2.10 -r1.1.2.11
--- opac-advsearch.tmpl 4 Jan 2007 13:12:19 -0000       1.1.2.10
+++ opac-advsearch.tmpl 10 Jan 2007 14:34:38 -0000      1.1.2.11
@@ -8,14 +8,12 @@
 
 
 <form action="/cgi-bin/koha/opac-search.pl" method="get">
-    <div id="main-sidebar">
-        <div id="advanced-search">
+    <!-- TMPL_IF NAME="if_expanded_options_actually_worked" -->
+        <div id="expanded_options">
+        <!-- TMPL_IF NAME="outer_servers_loop" -->
+            <!-- DATABASES -->
 
-<!-- TMPL_IF NAME="if_expanded_options_actually_worked" -->
-<!-- TMPL_IF NAME="outer_servers_loop" -->
-<!-- DATABASES -->
-
-<fieldset>
+            <fieldset>
         <legend>Select local databases:</legend>
             <p>
                 <!-- TMPL_LOOP NAME="outer_servers_loop" -->
@@ -24,13 +22,13 @@
                 <!-- /TMPL_LOOP -->
                 <!-- /TMPL_LOOP -->
             </p>
-</fieldset>
-<!-- /DATABASES -->
-<!-- /TMPL_IF -->
+            </fieldset>
+            <!-- /DATABASES -->
+        <!-- /TMPL_IF -->
 
-<!-- TMPL_IF NAME="outer_sup_servers_loop" -->
-<!-- REMOTE DATABASES -->
-<fieldset>
+        <!-- TMPL_IF NAME="outer_sup_servers_loop" -->
+            <!-- REMOTE DATABASES -->
+            <fieldset>
     <legend>Select remote databases:</legend>
         <p>
                 <!-- TMPL_LOOP NAME="outer_sup_servers_loop" -->
@@ -40,11 +38,11 @@
                 <!-- /TMPL_LOOP -->
     </p>
     </fieldset>
-<!-- /REMOTE DATABASES -->
-<!-- /TMPL_IF -->
-<!-- /TMPL_IF -->
+            <!-- /REMOTE DATABASES -->
+        <!-- /TMPL_IF -->
+    <!-- /TMPL_IF -->
 
-<!-- BOOLEAN SEARCH OPTIONS -->
+    <!-- BOOLEAN SEARCH OPTIONS -->
     <fieldset>
     <legend>Search For:</legend>
     <!-- TMPL_LOOP NAME="search_boxes_loop" -->
@@ -84,21 +82,18 @@
         <option value="ti,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- 
TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>&nbsp;&nbsp;&nbsp;&nbsp; Title 
Phrase</option>
         <option value="se" <!-- TMPL_IF NAME="selected" -->selected="<!-- 
TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>&nbsp;&nbsp;&nbsp;&nbsp; Series 
Title</option>
     <!-- /TMPL_IF -->
-
         </select>
         <input type="text" size="30" name="q" title="Enter search terms" 
value=""/>
             <!-- TMPL_IF NAME="expanded_options" -->
         <!-- TMPL_IF NAME="scan_index" --><!-- TMPL_VAR NAME="scan_index" 
--><!-- /TMPL_IF -->
         <!-- TMPL_IF NAME="add_field" --><a href="JavaScript:add_field();" 
id="ButtonPlus" title="Add another field">[+]</a><!-- /TMPL_IF -->
             <!-- /TMPL_IF -->
-        </p>
-
     <!-- /TMPL_LOOP -->
     </fieldset>
-    <!-- /BOOLEAN SEARCH OPTIONS -->
-    <div id="advsearch-itemtype">
-    <fieldset>
-    <legend>Itemtype to: match any of the following </legend>
+<!-- /BOOLEAN SEARCH OPTIONS -->
+<div id="advsearch-itemtype">
+<fieldset>
+<legend>Itemtype to: match any of the following </legend>
         <table><tr>
         <!--TMPL_LOOP Name="itemtypeloop"-->
         <td><p><input type="checkbox" id="mt-<!--TMPL_VAR Name="number" -->" 
name="limit" value="mt:<!--TMPL_VAR Name="code" -->"/><img border="0" 
src="<!--TMPL_VAR Name="imageurl" -->" /> <!--TMPL_VAR Name="description" 
--></p></td>
@@ -106,12 +101,11 @@
         <!--/TMPL_LOOP-->
         </table>
         </fieldset>
-    </div>
+</div>
 <!-- TMPL_IF NAME="expanded_options" -->
-<!-- BASIC LIMITS -->
-<!--TMPL_IF Name="usmarc"-->
+    <!-- BASIC LIMITS -->
+    <!--TMPL_IF Name="usmarc"-->
     <fieldset>
-
     <legend>Limit type to: match any of the following</legend>
     <table class="itemtypes">
             <tr>
@@ -132,14 +126,10 @@
             </tr>
             
             </table>
-</fieldset>
-<!-- /TYPE LIMITS -->
-
-
-</div>
-</div>
-<div id="sidebar">
-<!-- SUBTYPE LIMITS -->
+    </fieldset>
+    <!-- /TYPE LIMITS -->
+    <div id="sidebar">
+        <!-- SUBTYPE LIMITS -->
         <fieldset>
         <legend>Subtype limits</legend><p>
         
@@ -202,12 +192,11 @@
         </select>
        </p>
 
-</fieldset>
-<!--/TMPL_IF -->
-<!--TMPL_IF Name="UNIMARC" -->
-</div></div>
-<div id="sidebar">
-<!-- SUBTYPE LIMITS -->
+    </fieldset>
+    <!--/TMPL_IF -->
+    <!--TMPL_IF Name="UNIMARC" -->
+    <div id="sidebar">
+    <!-- SUBTYPE LIMITS -->
                <fieldset>
                <legend>Champs Cod&eacute;s</legend>
                <p>
@@ -410,8 +399,8 @@
                </select>
         </p>
 
-</fieldset>
-<!--/TMPL_IF-->
+    </fieldset>
+    <!--/TMPL_IF-->
 <!--/TMPL_IF-->
 <!-- AVAILABILITY LIMITS -->
     <fieldset><legend>Location and availability: </legend>
@@ -430,7 +419,7 @@
 
 <!-- RANK LIMITS -->
 <!-- TMPL_IF NAME="sort_by_loop" -->
-<fieldset><legend>Sort by: </legend>
+    <fieldset><legend>Sort by: </legend>
     <p><select id="sort_by" name="sort_by">
         <option value="">Field-weighted, Relevance Ranked</option>
         <!-- TMPL_LOOP NAME="sort_by_loop" -->
@@ -438,21 +427,20 @@
         <!-- /TMPL_LOOP -->
     </select>
       </p>
-</fieldset>
+    </fieldset>
 <!-- /TMPL_IF -->
 <!-- RANK LIMITS -->
-<p></p>
 <!-- SEARCH BUTTONS -->
-            <p><input class="submit" type="submit" accesskey="s" name="do" 
title="Search" value="Search"/>
+<p>
+    <input class="submit" type="submit" accesskey="s" name="do" title="Search" 
value="Search"/>
             <!-- TMPL_IF NAME="expanded_options" -->
                 <a href="/cgi-bin/koha/opac-search.pl">[Fewer Options]</a>
             <!-- TMPL_ELSE -->
                 <a 
href="/cgi-bin/koha/opac-search.pl?expanded_options=1">[More options]</a>
             <!-- /TMPL_IF -->
                 <a href="/cgi-bin/koha/opac-search.pl?do=Clear">[New 
Search]</a>
-            </p>
+</p>
 <!-- /SEARCH BUTTONS -->
-</div>
 </form>
 
 <script type="text/JavaScript" language="JavaScript">

Index: opac-main.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/opac-main.tmpl,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -b -r1.1.2.9 -r1.1.2.10
--- opac-main.tmpl      22 Dec 2006 17:12:12 -0000      1.1.2.9
+++ opac-main.tmpl      10 Jan 2007 14:34:38 -0000      1.1.2.10
@@ -6,18 +6,29 @@
 <!--TMPL_INCLUDE NAME="navigation.inc" -->
 
 <div id="opac-main-search">
+<h1>Search our catalogue</h1>
     <form name="searchform" method="POST" 
action="/cgi-bin/koha/opac-search.pl" id="searchform">
-    <p>
-    <label for="masthead_search">Search</label>
+    <ul><li>
+    <label for="masthead_search">Query the catalogue</label>
     <input type="text" name="q" style="width: 30%;"/>
-    <input type="submit" value="Search" class="submit" /></p>
+    <input type="submit" value="Search" class="submit" /> <i>(click <a 
href="/cgi-bin/koha/opac-search.pl">here</a> for more search options)</i>
+    </li>
     </form>
+    <!-- TMPL_IF name="OpacAuthorities" -->
+        <li>Query the <a 
href="/cgi-bin/koha/opac-authorities-home.pl">authorities</a></li>
+    <!-- /TMPL_IF -->
+    <!-- TMPL_IF name="OpacCloud" -->
+        <li>Dig into <a href="/cgi-bin/koha/opac-tags_subject.pl">tag 
cloud</a></li>
+    <!-- /TMPL_IF -->
+    </ul>
 </div>
 
 <!-- TMPL_IF NAME="languages" -->
-<div>
+<div id="opac-main-changelanguage">
+    <h1>Change language</h1>
+    <ul>
     <form action="/cgi-bin/koha/changelanguage.pl" method="POST">
-        <label for="selectlang">Change Language:</label>
+        <label for="selectlang">Set language to</label>
         <select id="selectlang" name="language" 
onchange="javascript:submit();">
             <!-- TMPL_LOOP NAME="languages" -->
                 <option value="<TMPL_VAR NAME="language">">
@@ -26,12 +37,14 @@
             <!-- /TMPL_LOOP -->
         </select>
     </form>
+    </ul>
 </div>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF name="koha_news_count" -->
+<div id="news">
 <p><!-- TMPL_VAR name="koha_news_count" --> recent news</p>
-<table>
+    <table>
     <!-- TMPL_LOOP name="koha_news" -->
     <tr>
         <th>
@@ -42,6 +55,7 @@
             </td></tr>
         <!-- /TMPL_LOOP -->
     </table>
-        <!-- /TMPL_IF -->
+</div>
+<!-- /TMPL_IF -->
 
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->

Index: opac-topissues.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/Attic/opac-topissues.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- opac-topissues.tmpl 10 Jan 2007 10:15:30 -0000      1.1.2.3
+++ opac-topissues.tmpl 10 Jan 2007 14:34:38 -0000      1.1.2.4
@@ -4,12 +4,53 @@
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
 <!--TMPL_INCLUDE NAME="navigation.inc" -->
 
-<!-- TMPL_IF NAME="do_it" -->
 <script language="JavaScript" type="text/javascript">
 function Dopop(link) {
     
newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
 }
 </script>
+    <fieldset>
+    <legend>Show</legend>
+        <form method="post">
+            <p>the <select name="limit">
+                            <option value ="10" checked>10</option>
+                            <option value ="15">15</option>
+                            <option value ="20">20</option>
+                            <option value ="25">25</option>
+                            <option value ="40">40</option>
+                            <option value ="50">50</option>
+                            <option value ="100">100</option>
+                        </select>
+                most issued documents owned by branch 
+                <select name="branch">
+                <option value="">All branches</option>
+                <!-- TMPL_LOOP name="branchloop" -->
+                    <option value="<!-- TMPL_VAR name="value" -->">
+                        <!-- TMPL_VAR name="branchname" -->
+                    </option>
+                <!-- /TMPL_LOOP -->
+                </select>
+            </p>
+            <p>Limit palmares to
+                    <select name="itemtype">
+                        <option value="">All item types</option>
+                        <!-- TMPL_LOOP name="itemtypeloop" -->
+                            <option value="<!-- TMPL_VAR name="value" -->">
+                                <!-- TMPL_VAR name="description" -->
+                            </option>
+                        <!-- /TMPL_LOOP -->
+                    </select>
+            acquired in the last <select name="timeLimit">
+                <option value="3">3 months</option>
+                <option value="6">6 months</option>
+                <option value="12">12 months</option>
+                <option value="0">No limit</option>
+            <p>
+        <input TYPE="submit" value="OK" class="button reports">
+        <input type="hidden" name="do_it" value="1">
+        </form>
+    </fieldset>
+    <!-- TMPL_IF NAME="results_loop" -->
     <h1>The <!-- TMPL_VAR NAME="limit"--> most issued 
         <!-- TMPL_IF name="itemtype" -->
             <!-- TMPL_VAR name="itemtype" -->
@@ -22,8 +63,6 @@
         since <!-- TMPL_VAR name="timeLimit" --> months
         <!-- TMPL_ELSE --> (no time limit)<!-- /TMPL_IF -->
     </h1>
-    <a href="javascript:back();">&lt;&lt; Go back</a>
-    <!-- TMPL_IF NAME="results_loop" -->
         <table>
             <tr>
                 <th>Title</th>
@@ -50,57 +89,5 @@
                 <!-- /TMPL_LOOP-->
         </table>
    <!-- /TMPL_IF -->
-<!-- TMPL_ELSE -->
-    <h1 class = "reports">Our major success</h1>
-    <form method="post">
-        <p>Show the <select name="limit">
-                        <option value ="5" checked> 5</option>
-                        <option value ="10">10</option>
-                        <option value ="15">15</option>
-                        <option value ="20">20</option>
-                        <option value ="25">25</option>
-                        <option value ="40">40</option>
-                        <option value ="50">50</option>
-                        <option value ="100">100</option>
-                    </select>
-            most issued documents</p>
-        <p>Owned by branch 
-            <select name="branch">
-            <option value="">All branches</option>
-            <!-- TMPL_LOOP name="branchloop" -->
-                <option value="<!-- TMPL_VAR name="value" -->">
-                    <!-- TMPL_VAR name="branchname" -->
-                </option>
-            <!-- /TMPL_LOOP -->
-            </select>
-        </p>
-        <p>Limit palmares to
-                <select name="itemtype">
-                    <option value="">All item types</option>
-                    <!-- TMPL_LOOP name="itemtypeloop" -->
-                        <option value="<!-- TMPL_VAR name="value" -->">
-                            <!-- TMPL_VAR name="description" -->
-                        </option>
-                    <!-- /TMPL_LOOP -->
-                </select>
-        </p>
-        <p>and documents acquired in the last</p>
-        <p>
-        <label><input type="radio" name="timeLimit" value="3" CHECKED />3 
months</label>
-        </p>
-        <p>
-        <label><input type="radio" name="timeLimit" value="6" />6 
months</label>
-        </p>
-        <p>
-        <label><input type="radio" name="timeLimit" value="12" />12 
months</label>
-        </p>
-        <p>
-        <label><input type="radio" name="timeLimit" value="0" />No 
limit</label>
-        </p>
-        <p>
-    <input TYPE="submit" value="OK" class="button reports">
-    <input type="hidden" name="do_it" value="1">
-    </form>
-<!-- /TMPL_IF -->
 
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]