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/npl/en opac-zoomsearch... [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-zoomsearch... [dev_week]
Date: Fri, 14 Jul 2006 19:11:06 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/07/14 19:11:06

Modified files:
        koha-tmpl/opac-tmpl/npl/en: opac-zoomsearch.tmpl 

Log message:
        modifying date handling to use 008/07-10 in MARC21

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-zoomsearch.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: opac-zoomsearch.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-zoomsearch.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- opac-zoomsearch.tmpl        13 Jul 2006 19:43:19 -0000      1.1.2.5
+++ opac-zoomsearch.tmpl        14 Jul 2006 19:11:06 -0000      1.1.2.6
@@ -94,7 +94,7 @@
         </select>
 <br/>
 <input type="hidden" name="op3" value="@and" />
-    <input type="hidden" name="search_point3" value="@attr 1=8802 @attr 2=4 
@attr 4=109" />
+    <input type="hidden" name="search_point3" value="@attr 1=8801 @attr 4=109" 
/>
     <label for="power_year">Limit by Copyright Date</label>
     <input name="query3" type="text"/>
 
@@ -268,8 +268,12 @@
 <p><label for="advanced_sort_by">Sort by</label></td><td>
                <select name="then_sort_by" id="advanced_sort_by">
                <option value="">Default</option>
-               <option value="1=4 <i 1=8802 >i">Title, Date</option>
-               <option value="1=1003 <i 1=8802 >i">Author, Date </option>  
+               <option value="1=4 <i 1=8801 >i">Title, Date</option>
+               <option value="1=1003 <i 1=8801 >i">Author, Date 
Decending</option>  
+               <option value="1=1003 <i 1=8801 <i">Author, Date 
Ascending</option>
+               <option value="1=8801 >i">Date Descending</option>
+               <option value="1=8801 <i">Date Ascending</option>
+
                                
                </select></p>
 <p><label for="adv-results_per_page">Results per page</label></td><td>
@@ -515,14 +519,14 @@
 
 <tr><td>
        <input type="hidden" name="op4" value="@and" />
-       <input type="hidden" name="use4" value="@attr 1=8802"/>
+       <input type="hidden" name="use4" value="@attr 1=8801"/>
        <input type="hidden" name="relation4" value="@attr 2=4"/>
        <input type="hidden" name="structure4" value="@attr 4=109"/>
        <label for="power_year">Published between: </label>
        <input name="query4" id="power_year" type="text"/> <label 
for="power_year2">and</label> 
 
         <input type="hidden" name="op5" value="@and" /> 
-       <input type="hidden" name="use5" value="@attr 1=8802"/>
+       <input type="hidden" name="use5" value="@attr 1=8801"/>
        <input type="hidden" name="relation5" value="@attr 2=2"/>
        <input type="hidden" name="structure5" value="@attr 4=109"/>
        <input name="query5" id="power_year2" /> <span class="ex">(format: 
yyyy)</span>




reply via email to

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