[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc sear
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc search.tmpl,1.21,1.22 |
Date: |
Sun, 01 May 2005 23:20:14 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27045/koha-tmpl/intranet-tmpl/default/en/search.marc
Modified Files:
search.tmpl
Log Message:
Integrating a call to a dictionary
Index: search.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** search.tmpl 9 Dec 2004 16:30:14 -0000 1.21
--- search.tmpl 2 May 2005 06:20:11 -0000 1.22
***************
*** 31,34 ****
--- 31,37 ----
<input type="hidden" name="operator" value="contains">
<input type="text" name="value" id="title"
onchange="sql_update()" size="35">
+ <a
href="javascript:Dopop('dictionary.pl?marclist=biblio.title&type=intranet','biblio.title')">
+ <img
src="/intranet-tmpl/default/en/includes/addressbook_section.png" width=12
height=12 alt="dict">
+ </a>
</p>
<p>
***************
*** 38,41 ****
--- 41,47 ----
<input type="hidden" name="operator" value="contains">
<input type="text" name="value" id="author"
onchange="sql_update()" size="35">
+ <a
href="javascript:Dopop('dictionary.pl?marclist=biblio.author&type=intranet','biblio.author')">
+ <img
src="/intranet-tmpl/default/en/includes/addressbook_section.png" width=12
height=12 alt="dict">
+ </a>
</p>
<p>
***************
*** 46,49 ****
--- 52,58 ----
<input type="hidden" name="operator" value="contains">
<input type="text" name="value" id="subject"
onchange="sql_update()" size="35">
+ <a
href="javascript:Dopop('dictionary.pl?marclist=bibliosubject.subject&type=intranet','bibliosubject.subject')">
+ <img
src="/intranet-tmpl/default/en/includes/addressbook_section.png" width=12
height=12 alt="dict">
+ </a>
</p>
<p>
***************
*** 173,176 ****
--- 182,190 ----
}
+ function Dopop(link,i) {
+
newin=window.open(link,'width=550,height=550,toolbar=false,scrollbars=yes');
+ }
+
+
function PopupSuggestion() {
var strQuery="";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc search.tmpl,1.21,1.22,
Henri-Damien LAURENT <=