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-results.tm... [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-results.tm... [dev_week]
Date: Mon, 24 Jul 2006 04:57:52 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/07/24 04:57:52

Modified files:
        koha-tmpl/opac-tmpl/npl/en: opac-results.tmpl 
                                    opac-zoomsearch.tmpl 
        koha-tmpl/opac-tmpl/npl/en/includes: doc-head-close.inc 
                                             masthead.inc navigation.inc 
        koha-tmpl/opac-tmpl/npl/en/includes/tigra: tree_tpl.js 
Removed files:
        koha-tmpl/opac-tmpl/npl/en/includes: doc-head-close-cat-zoom.inc 

Log message:
        remove doc-head-close-cat-zoom.inc, just use doc-head-close.inc

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-results.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.7&r2=1.1.2.8
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.13&r2=1.1.2.14
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.11&r2=1.1.2.11.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.8.2.4&r2=1.1.2.8.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.4.2.4&r2=1.2.2.4.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-cat-zoom.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/tigra/tree_tpl.js?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: opac-results.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-results.tmpl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- opac-results.tmpl   23 Jul 2006 18:02:09 -0000      1.1.2.7
+++ opac-results.tmpl   24 Jul 2006 04:57:52 -0000      1.1.2.8
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" 
--> Catalog -- <!-- TMPL_IF NAME="searchdesc" -->Results of Search for '<!-- 
TMPL_VAR NAME="searchdesc" -->'<!-- TMPL_ELSE -->You did not specify any search 
criteria<!-- /TMPL_IF -->
-<!-- TMPL_INCLUDE NAME="doc-head-close-cat-zoom.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
 <!-- TMPL_INCLUDE NAME="navigation.inc" -->
 <div id="main">
@@ -67,11 +67,18 @@
 </table>
 </form>
 <!-- TMPL_ELSE -->
+
 <form style="float:right;" action="/cgi-bin/koha/opac-zoomsearch.pl" 
method="get">
         <input type="hidden" name="op" value="get_results" />
+       <!-- TMPL_IF NAME="pqf_query" -->
     <input type="hidden" name="pqf_query" value="<!-- TMPL_VAR 
NAME="pqf_query" escape="html" -->" />
+       <!-- /TMPL_IF -->
+       <!-- TMPL_IF NAME="ccl_query" -->
     <input type="hidden" name="ccl_query" value="<!-- TMPL_VAR 
NAME="ccl_query" escape="html" -->" />
+       <!-- /TMPL_IF -->
+       <!-- TMPL_IF NAME="cql_query" -->
     <input type="hidden" name="cql_query" value="<!-- TMPL_VAR 
NAME="cql_query" escape="html" -->" />
+       <!-- /TMPL_IF -->
         <label for="then_sort_by">Re-sort by:</label>
         <select name="then_sort_by" id="then_sort_by">
         <option value="">Relevance</option>

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.13
retrieving revision 1.1.2.14
diff -u -b -r1.1.2.13 -r1.1.2.14
--- opac-zoomsearch.tmpl        23 Jul 2006 21:25:13 -0000      1.1.2.13
+++ opac-zoomsearch.tmpl        24 Jul 2006 04:57:52 -0000      1.1.2.14
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" 
--> Catalog -- Advanced Search
-<!-- TMPL_INCLUDE NAME="doc-head-close-cat-zoom.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <script type="text/javascript" src="<!-- TMPL_VAR NAME="themelang" 
-->/includes/livesearch.js"></script>
 <script type="text/javascript" src="<!-- TMPL_VAR NAME="themelang" 
-->/includes/main.js"></script>
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
@@ -107,44 +107,31 @@
 </td></tr>
 
 
-        <tr><td>
+<tr><td>
         <input type="hidden" name="op6" value="@and" />
         <select name="query6" id="query6">
-               <option value="">All Types...</option>
+               <option value="">All Collections...</option>
                 <!-- TMPL_LOOP NAME="itemtypeloop" -->
                 <option <!-- TMPL_IF NAME='selected' 
-->selected="selected"<!-- /TMPL_IF --> value="@attr 1=1031 <!-- TMPL_VAR 
NAME='value' -->"><!-- TMPL_VAR NAME='description' --></option>
                 <!-- /TMPL_LOOP -->
         </select></td></tr>
 
-     <tr><td>   
-        <input type="hidden" name="op7" value="@and" />
-       <select name="query7" id="query7">
-               <option value="" selected="selected" >All Branches...</option>
-               <!-- TMPL_LOOP NAME="branchloop" -->
-                <option value="@attr 1=1019 <!-- TMPL_VAR NAME='value' 
-->"><!-- TMPL_VAR NAME='branchname' --></option>
-       <!-- /TMPL_LOOP -->
-        </select>
-</td></tr>
-
-       
-       <tr><td><input type="hidden" name="op8" value="@and" />
+<tr><td><input type="hidden" name="op8" value="@and" />
                <select name="query8" id="query8">
                <option value="">All Audiences...</option>
                <option value="@or @or @or @attr 1=8822 a @attr 1=8822 b @attr 
1=8822 c @attr 1=8822 j">Juvenile</option>
                <option value="@or @attr 1=8822 d">Young Adult</option>
        </select>
-</td></tr>
 
-       
-       <tr><td><input type="hidden" name="op9" value="@and" />
+       <input type="hidden" name="op9" value="@and" />
                <select name="query9" id="query9">
                <option value="">All Contents...</option>
                <option value="@attr 1=8833 1">Fiction</option>
                <option value="@attr 1=8833 0">Non Fiction</option>
                <option value="@attr 1=8834 b">Biography</option>
-       </select></td></tr>
+       </select>
 
-       <tr><td><input type="hidden" name="op10" value="@and" />
+       <input type="hidden" name="op10" value="@and" />
        <select name="query10" id="query10">
                <option value="">All Formats...</option>
         <option value="@and @attr 1=8700 t @attr 1=8701 a">Regular 
Print</option>
@@ -154,6 +141,18 @@
         <option value="@and @attr 1=8700 s @attr 1=8701 d">CD (Music or 
Book)</option>
         <option value="@and @attr 1=8700 c @attr 1=8701 o">CD-ROM 
(Computer)</option>
        </select></td></tr>
+    <tr><td>
+       <input type="hidden" name="op7" value="@and" />
+    <select name="query7" id="query7">
+        <option value="" selected="selected" >All Branches...</option>
+        <!-- TMPL_LOOP NAME="branchloop" -->
+                <option value="@attr 1=1019 <!-- TMPL_VAR NAME='value' 
-->"><!-- TMPL_VAR NAME='branchname' --></option>
+    <!-- /TMPL_LOOP -->
+        </select>
+    </td></tr>
+       <tr><td>
+       <input type="submit" value="Search" class="submit" />
+       </td></tr>
 </table>
 </div>
 
@@ -168,8 +167,6 @@
                <option value="1=1003 &lt;i 1=8801 &lt;i">Author, Date 
Ascending</option>
                <option value="1=8801 &gt;i">Date Descending</option>
                <option value="1=8801 &lt;i">Date Ascending</option>
-
-                               
                </select></p>
 <p><label for="adv-results_per_page">Results per page</label>
                <select name="results_per_page" id="adv-results_per_page">
@@ -182,8 +179,6 @@
                </select></p></div>
 </div>
 <br class="clear" />
-               
-<p><input type="submit" value="Search" class="submit" /></p>
 </form>
 </div>
 

Index: includes/doc-head-close.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.11.2.1
diff -u -b -r1.1.2.11 -r1.1.2.11.2.1
--- includes/doc-head-close.inc 5 Apr 2006 14:54:09 -0000       1.1.2.11
+++ includes/doc-head-close.inc 24 Jul 2006 04:57:52 -0000      1.1.2.11.2.1
@@ -5,10 +5,10 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <!-- /TMPL_IF -->
 <meta http-equiv="Content-Language" content="en-us" />
-<link rel="shortcut icon" href="<TMPL_VAR 
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="<!-- TMPL_VAR 
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
        <!-- TMPL_IF name="opacstylesheet" -->
 <style type="text/css"> 
-       @import url(<!-- TMPL_VAR NAME="opacstylesheet" -->);
+    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR 
NAME="opacstylesheet" -->);
 </style>
        <!-- TMPL_ELSE -->
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" />
@@ -16,6 +16,148 @@
        @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR 
NAME="opaclayoutstylesheet" -->);
 </style>
        <!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="livesearch" -->
+<style type="text/css">
+       @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/livesearch.css);
+</style>
+<!-- /TMPL_IF -->
+
+<!-- Tigra Menus -->
+<style type="text/css">
+.intd td {
+    padding: 0;
+}
+i_txt0_0 {
+       color: #000000;
+       font-size: 14px;
+}
+td .intd {
+       width: 100px; 
+}
+.intd table {
+    border-collapse: separate;
+       margin : 0;
+       padding : 0;
+}
+.ctrl {
+       padding:0;
+}
+</style>
+<script type="text/javascript" language="javascript" src="<!-- TMPL_VAR 
NAME="themelang" -->/includes/tigra/tree.js"></script>
+<script type="text/javascript" language="javascript" src="<!-- TMPL_VAR 
NAME="themelang" -->/includes/tigra/tree_tpl.js"></script>
+<script type="text/javascript" language="javascript">
+<!-- TMPL_IF NAME="total" -->
+var LIMITS_TREE = [
+['Further limit search to', null,
+
+               <!-- TMPL_IF NAME=branchloop -->
+               ['Branch', 'null',
+               <!-- TMPL_LOOP NAME=branchloop -->
+            ['<!-- TMPL_VAR NAME=branchname 
-->','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and branch=<!-- TMPL_VAR NAME=value -->'],
+            <!-- /TMPL_LOOP -->
+        ],
+        <!-- /TMPL_IF -->
+               <!-- TMPL_IF NAME=itemtypeloop -->
+               ['Collection Code', 'null',
+                       <!-- TMPL_LOOP NAME=itemtypeloop -->
+                       ['<!-- TMPL_VAR NAME=description 
-->','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and collection=<!-- TMPL_VAR NAME=value -->'],
+            <!-- /TMPL_LOOP -->
+               ],
+               <!-- /TMPL_IF -->
+                       
+               ['Format', 'null',
+                       ['Regular 
Print','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=a'],
+                       ['Large 
Print','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=b'],
+                       
['Braille','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=b'],
+                       
['Manuscript','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!--
 TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=a'],
+                       
['Microform','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!--
 TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=a'],
+                       ['CD 
Audio','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=a'],
+                       ['Cassette 
Recording','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=a'],
+                       ['LP 
Recording','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=t and 
material-designation=a'],
+                       ['Videocassette 
(VHS)','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=v and 
material-designation=f'],
+                       ['Videodisk 
(DVD)','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=v and 
material-designation=d'],
+                       ['CD-ROM 
(Computer)','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and material-category=c and 
material-designation=o'],
+               ],
+               ['Audience',    'null',
+                       
['Easy','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and (audience=a or audience=b)' ],
+                       
['Juvenile','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and (audience=j or audience=c)' ],
+                       ['Young 
Adult','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and audience=d' ],
+                       
['Adult','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and audience=e' ],
+               ],
+               ['Content',  'null',
+                       ['Fiction',''],
+                       ['Non-Fiction',''],
+                       ['Biography',''],
+                       ['Mystery',''],
+                       ['Thesis/Dissertation',''],
+                       ['Musical Recording',''],
+                       ['non-Musical Recording',''],
+               ],
+               ['Language', 'null',
+                       
['&#20013;&#25991;','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!--
 TMPL_VAR NAME=searchdesc --> and language=chi'],
+                       
['deutsch','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and language=ger'],
+                       
['english','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and language=eng'],
+                       
['espa&ntilde;ol','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!--
 TMPL_VAR NAME=searchdesc --> and language=spa'],
+                       
['fran&ccedil;ais','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!--
 TMPL_VAR NAME=searchdesc --> and language=fre'],
+                       
['italiano','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!-- 
TMPL_VAR NAME=searchdesc --> and language=ita'],
+                       
['&#26085;&#26412;&#35486;','/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=<!--
 TMPL_VAR NAME=searchdesc --> and language=jpn'],
+               ],
+
+       ],
+];
+<!-- TMPL_ELSE -->
+var LIMITS_TREE = '';
+<!-- /TMPL_IF -->
+
+<!-- TMPL_VAR NAME="facets" -->
+</script>
+<!-- /Tigra -->
+<script language="javascript" type="text/javascript">
+function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
+
+function openWindow(targeturl, windowname) {
+       newwin =
+       
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+}
+ 
+       var newwin;
+       
+       // Open the popup window if it doesn't already exist and give it focus.
+       function PopWin(targeturl, windowname) {
+       
+               if (!newwin || newwin.closed) newwin = 
window.open(targeturl,windowname, 
"height=300,width=400,scrollbars=yes,resizable=yes");
+         newwin.focus();
+       }
+       
+  // Set the value of the form field to the passed value and optionally shift
+       // focus and close the popup.
+       function FillForm(val,formname,formfield) {
+       
+               document.forms[formname].elements[formfield].value = val;
+
+               // Uncomment below to shift focus after clicking link in popup.
+               document.forms[formname].elements[formfield].focus();
+               
+               // Uncomment below to close popup after clicking link.
+               newwin.close();
+       }
+ 
+
+
+       function openDictionary(dict, search, target) {
+           if ((dict == 'all') || (dict == 'publicationyear')) {
+               alert("The selected field is not correct to search on 
dictionary.");
+               } else {
+               var dict_window = 
window.open('/cgi-bin/koha/dictionary.pl?dictionary=' + dict + '&amp;search=' + 
search + '&amp;target=' + 
target,'_blanck','height=325,width=550,status=no,toolbar=no,menubar=no,location=no,resizable=no,top=100,left=100');
+               dict_window.focus();
+               }
+       }
+
+       </script>
+       <script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/catsearch.js"></script>
 <script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/main.js"></script>
 <!-- TMPL_IF NAME="AmazonContent" -->
 <script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/amazonimages.js"></script>

Index: includes/masthead.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/masthead.inc,v
retrieving revision 1.1.2.8.2.4
retrieving revision 1.1.2.8.2.5
diff -u -b -r1.1.2.8.2.4 -r1.1.2.8.2.5
--- includes/masthead.inc       23 Jul 2006 19:47:26 -0000      1.1.2.8.2.4
+++ includes/masthead.inc       24 Jul 2006 04:57:52 -0000      1.1.2.8.2.5
@@ -5,22 +5,20 @@
 
 <form name="searchform" method="get" action="/cgi-bin/koha/opac-zoomsearch.pl" 
id="searchform">
 <p>
-<input type="hidden" name="query_form" value="advanced" />
-
 <label for="masthead_search">Search</label>
 <input type="hidden" name="op" value="get_results" />
-<select name="search_point1" id="masthead_search">
-        <option selected="selected" value="@attr 4=6 @attr 
1=1016">Keyword</option>
-        <option value="@attr 1=4 @attr 4=1 @attr 5=1">Title</option>
-        <option value="@attr 4=1 @attr 6=3 @attr 1=4">Exact Title</option>
-        <option value="@attr 1=1003 @attr 4=1 @attr 5=1">Author</option>
-        <option value="@attr 1=21">Subject</option>
-        <option value="@attr 1=5">Series</option>
-        <option value="@attr 1=1018">Publisher</option>
-        <option value="@attr 1=8001">Acquisition Date</option>
-        <option value="@attr 1=12">Call Number</option>
+<select name="ccl_query" id="masthead_search">
+        <option selected="selected" value="kw=">Keyword</option>
+        <option value="ti=">Title</option>
+        <option value="te=">Exact Title</option>
+        <option value="au=">Author</option>
+        <option value="su=">Subject</option>
+        <option value="series=">Series</option>
+        <option value="publisher=">Publisher</option>
+        <option value="acqdate=">Acquisition Date</option>
+        <option value="callnum=">Call Number</option>
 </select>
- <input type="text" name="query1" style="width: 320px;"/>
+ <input type="text" name="ccl_query" style="width: 320px;"/>
 <input type="submit" value="Search" class="submit" /></p>
 </form></div>
 

Index: includes/navigation.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc,v
retrieving revision 1.2.2.4.2.4
retrieving revision 1.2.2.4.2.5
diff -u -b -r1.2.2.4.2.4 -r1.2.2.4.2.5
--- includes/navigation.inc     23 Jul 2006 22:08:19 -0000      1.2.2.4.2.4
+++ includes/navigation.inc     24 Jul 2006 04:57:52 -0000      1.2.2.4.2.5
@@ -4,6 +4,7 @@
 <!-- TMPL_IF NAME="searchdesc" -->
 
 <!-- TMPL_IF name=total -->
+<a style="border:0; text-decoration:none;" 
href="http://a9.com/-/opensearch/search/B0007WF826/<!-- TMPL_VAR 
NAME='searchdesc' -->?count=10&startPage=1"><img style="border:0;" title="RSS 
Feed for search <!-- TMPL_VAR NAME='searchdesc' -->" alt="RSS Feed for search 
<!-- TMPL_VAR NAME='searchdesc' -->" src="<!-- TMPL_VAR 
NAME=themelang>/images/feed-icon-16x16.png"/></a>
 <span style="color:#FEEDDB; font-weight: bold;">&ldquo;<!-- TMPL_VAR 
NAME="searchdesc" -->&rdquo;</span> returned <span><!-- TMPL_VAR NAME="total" 
--></span> results<!-- TMPL_IF NAME="related" --> (related searches: <!-- 
TMPL_LOOP NAME="related" --><!-- TMPL_VAR NAME="related_search" --><!-- 
/TMPL_LOOP -->)<!-- /TMPL_IF -->.</li>
 <!-- TMPL_ELSE -->
 <span style="color:#FEEDDB; font-weight: bold;">&ldquo;<!-- TMPL_VAR 
NAME="searchdesc" -->&rdquo;</span>
@@ -23,6 +24,7 @@
         <script type="text/javascript" language="javascript">
             <!--
                        new tree (DEFAULT_TREE, default_tpl);
+                       new tree (LIMITS_TREE, subject_tpl);
                        new tree (SUBJECT_TREE, subject_tpl);
                        new tree (SERIES_TREE, series_tpl);
                        new tree (AUTHOR_TREE, author_tpl);

Index: includes/tigra/tree_tpl.js
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/tigra/Attic/tree_tpl.js,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- includes/tigra/tree_tpl.js  23 Jul 2006 22:08:19 -0000      1.1.2.2
+++ includes/tigra/tree_tpl.js  24 Jul 2006 04:57:52 -0000      1.1.2.3
@@ -10,13 +10,13 @@
     'icon_e'  : '/opac-tmpl/npl/en/includes/tigra/icons/empty.gif', // empty 
image
     'icon_l'  : '/opac-tmpl/npl/en/includes/tigra/icons/line.gif',  // 
vertical line
 
-    'icon_32' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_boxes.png',   // root 
leaf icon normal
-    'icon_36' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_boxes.png',   // root 
leaf icon selected
+    'icon_32' : '/opac-tmpl/npl/en/includes/tigra/icons/new.png',   // root 
leaf icon normal
+    'icon_36' : '/opac-tmpl/npl/en/includes/tigra/icons/new.png',   // root 
leaf icon selected
 
-    'icon_48' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_boxes.png',   // root 
icon normal
-    'icon_52' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_boxes.png',   // root 
icon selected
-    'icon_56' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_boxes.png',   // root 
icon opened
-    'icon_60' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_boxes.png',   // root 
icon selected
+    'icon_48' : '/opac-tmpl/npl/en/includes/tigra/icons/new.png',   // root 
icon normal
+    'icon_52' : '/opac-tmpl/npl/en/includes/tigra/icons/new.png',   // root 
icon selected
+    'icon_56' : '/opac-tmpl/npl/en/includes/tigra/icons/new.png',   // root 
icon opened
+    'icon_60' : '/opac-tmpl/npl/en/includes/tigra/icons/new.png',   // root 
icon selected
 
 //  'icon_16' : '/opac-tmpl/npl/en/includes/tigra/icons/application_go.png', 
// node icon normal
 //  'icon_20' : 
'/opac-tmpl/npl/en/includes/tigra/icons/application_side_expand.png', // node 
icon selected

Index: includes/doc-head-close-cat-zoom.inc
===================================================================
RCS file: includes/doc-head-close-cat-zoom.inc
diff -N includes/doc-head-close-cat-zoom.inc
--- includes/doc-head-close-cat-zoom.inc        23 Jul 2006 19:47:26 -0000      
1.1.2.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,115 +0,0 @@
-</title>
-<!-- TMPL_IF NAME="TemplateEncoding" -->
-<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR 
NAME='TemplateEncoding' -->" />
-<!-- TMPL_ELSE -->
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<!-- /TMPL_IF -->
-<meta http-equiv="Content-Language" content="en-us" />
-<link rel="shortcut icon" href="<!-- TMPL_VAR 
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
-    <!-- TMPL_IF name="opacstylesheet" -->
-<style type="text/css">
-    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR 
NAME="opacstylesheet" -->);
-</style>
-    <!-- TMPL_ELSE -->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" />
-<style type="text/css">
-    @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR 
NAME="opaclayoutstylesheet" -->);
-</style>
-    <!-- /TMPL_IF -->
-
-<!-- TMPL_IF NAME="livesearch" -->
-<style type="text/css">
-       @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/livesearch.css);
-</style>
-<!-- /TMPL_IF -->
-
-<!-- Tigra Menus -->
-<style type="text/css">
-.intd td {
-    padding: 0;
-}
-i_txt0_0 {
-       color: #000000;
-       font-size: 14px;
-}
-td .intd {
-       width: 100px; 
-}
-.intd table {
-    border-collapse: separate;
-       margin : 0;
-       padding : 0;
-}
-.ctrl {
-       padding:0;
-}
-</style>
-<script type="text/javascript" language="javascript" src="<!-- TMPL_VAR 
NAME="themelang" -->/includes/tigra/tree.js"></script>
-<script type="text/javascript" language="javascript" src="<!-- TMPL_VAR 
NAME="themelang" -->/includes/tigra/tree_tpl.js"></script>
-<script type="text/javascript" language="javascript">
-<!-- TMPL_VAR NAME="facets" -->
-</script>
-<!-- /Tigra -->
-<script language="javascript" type="text/javascript">
-function Help() {
-       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
-}
-
-function openWindow(targeturl, windowname) {
-       newwin =
-       
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
-}
- 
-       var newwin;
-       
-       // Open the popup window if it doesn't already exist and give it focus.
-       function PopWin(targeturl, windowname) {
-       
-               if (!newwin || newwin.closed) newwin = 
window.open(targeturl,windowname, 
"height=300,width=400,scrollbars=yes,resizable=yes");
-         newwin.focus();
-       }
-       
-  // Set the value of the form field to the passed value and optionally shift
-       // focus and close the popup.
-       function FillForm(val,formname,formfield) {
-       
-               document.forms[formname].elements[formfield].value = val;
-
-               // Uncomment below to shift focus after clicking link in popup.
-               document.forms[formname].elements[formfield].focus();
-               
-               // Uncomment below to close popup after clicking link.
-               newwin.close();
-       }
- 
-
-
-       function openDictionary(dict, search, target) {
-           if ((dict == 'all') || (dict == 'publicationyear')) {
-               alert("The selected field is not correct to search on 
dictionary.");
-               } else {
-               var dict_window = 
window.open('/cgi-bin/koha/dictionary.pl?dictionary=' + dict + '&amp;search=' + 
search + '&amp;target=' + 
target,'_blanck','height=325,width=550,status=no,toolbar=no,menubar=no,location=no,resizable=no,top=100,left=100');
-               dict_window.focus();
-               }
-       }
-
-       </script>
-       <script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/catsearch.js"></script>
-<script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/main.js"></script>
-<!-- TMPL_IF NAME="AmazonContent" -->
-<script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/amazonimages.js"></script>
-<!-- /TMPL_IF -->
-<script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/script.js"></script>
-<script type="text/javascript" language="javascript" src="<TMPL_VAR 
NAME="themelang">/includes/basket.js"></script>
-<script type="text/javascript" language="javascript">
-       var MSG_BASKET_EMPTY = "You book bag is currently empty";
-       var MSG_RECORD_IN_BASKET = "This item is already in your book bag";
-       var MSG_RECORD_ADDED = "This item has been added to your book bag";
-       var MSG_NRECORDS_ADDED = " item(s) added to your book bag";
-       var MSG_NRECORDS_IN_BASKET = "already in the bag";
-       var MSG_NO_RECORD_SELECTED = "No item was selected";
-       var MSG_NO_RECORD_ADDED = "No item was added to your book bag";
-</script>
-</head>
-
-<body>




reply via email to

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