koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en thesaurus_popup.


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en thesaurus_popup.tmpl,1.2,1.3
Date: Fri, 05 Sep 2003 04:28:08 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv10741/koha-tmpl/intranet-tmpl/default/en

Modified Files:
        thesaurus_popup.tmpl 
Log Message:
adding possibility to create a thesaurus entry directly

Index: thesaurus_popup.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/thesaurus_popup.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** thesaurus_popup.tmpl        10 Dec 2002 13:52:44 -0000      1.2
--- thesaurus_popup.tmpl        5 Sep 2003 11:28:06 -0000       1.3
***************
*** 1,15 ****
!       <html>
!       <head>
        <title>Thesaurus value builder for category <TMPL_VAR 
name="category"></title>
!       </head>
!       <body>
        <form name="f_pop" action="thesaurus_popup.pl" method="post">
!       <textarea name="result" rows=10 cols=60><TMPL_VAR 
name="result"></textarea></br>
!       <p><input type="text" name="search_string" value="<TMPL_VAR 
name="search_string">">
!       <input type="hidden" name="category" value="<TMPL_VAR name="category">">
!       <input type="hidden" name="index" value="<TMPL_VAR name="index">">
!       <input type="hidden" name="op" value="search">
!       <input type="submit" value="Search">
!       <input type="button" value="END" onClick="javascript:report()">
        </form>
  <TMPL_IF name="search_string">
--- 1,17 ----
! <html>
! <head>
        <title>Thesaurus value builder for category <TMPL_VAR 
name="category"></title>
! </head>
! <body>
        <form name="f_pop" action="thesaurus_popup.pl" method="post">
!               <textarea name="result" rows=10 cols=60><TMPL_VAR 
name="result"></textarea></br>
!               <br/><input type="button" value="OK" 
onClick="javascript:report()">
!               <p>
!                       <input type="text" name="search_string" 
value="<TMPL_VAR name="search_string">">
!                       <input type="hidden" name="category" value="<TMPL_VAR 
name="category">">
!                       <input type="hidden" name="index" value="<TMPL_VAR 
name="index">">
!                       <input type="hidden" name="op" value="search">
!                       <input type="submit" value="Search">
!               </p>
        </form>
  <TMPL_IF name="search_string">
***************
*** 23,27 ****
        </form>
  </TMPL_IF>
!       <form name="f3_pop"  action="thesaurus_popup.pl" method="post">
        <input type="hidden" name="index" value="<TMPL_VAR name="index">">
        <input type="hidden" name="category" value="<TMPL_VAR name="category">">
--- 25,29 ----
        </form>
  </TMPL_IF>
! <form name="f3_pop"  action="thesaurus_popup.pl" method="post">
        <input type="hidden" name="index" value="<TMPL_VAR name="index">">
        <input type="hidden" name="category" value="<TMPL_VAR name="category">">
***************
*** 30,34 ****
        <input type="submit" name="NEW" value="NEW">
        </form>
!               <script>
                function report() {
                        opener.document.f.field_value[<TMPL_VAR 
name="index">].value= document.f_pop.result.value;
--- 32,36 ----
        <input type="submit" name="NEW" value="NEW">
        </form>
!       <script>
                function report() {
                        opener.document.f.field_value[<TMPL_VAR 
name="index">].value= document.f_pop.result.value;
***************
*** 36,40 ****
                        return false;
                }
!               </script>
!               </body>
!               </html>
--- 38,42 ----
                        return false;
                }
!       </script>
! </body>
! </html>




reply via email to

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