[metacat-cvs] metacat/lib/style/skins/nrs header.html index.html

Saurabh Garg sgarg at ecoinformatics.org
Tue Nov 1 10:57:32 PST 2005


sgarg       05/11/01 10:57:32

  Modified:    lib/style/skins/nceas index.html header.html
               lib/style/skins/obfs header.html index.html
               lib/style/skins/nrs header.html index.html
  Log:
  Bugfix in the searches done from the skin webpages...
  
  Revision  Changes    Path
  1.11      +6 -3      metacat/lib/style/skins/nceas/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/nceas/index.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.html	1 Nov 2005 17:14:27 -0000	1.10
  +++ index.html	1 Nov 2005 18:57:31 -0000	1.11
  @@ -6,8 +6,8 @@
     *  For Details: http://www.nceas.ucsb.edu/
     *
     *   '$Author: sgarg $'
  -  *     '$Date: 2005/11/01 17:14:27 $'
  -  * '$Revision: 1.10 $'
  +  *     '$Date: 2005/11/01 18:57:31 $'
  +  * '$Revision: 1.11 $'
     * 
     * This is an HTML document for displaying metadata catalog tools
     *
  @@ -102,6 +102,10 @@
                                                                           +"</queryterm>"
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
  +                                                                                +"<pathexpr>title</pathexpr>"
  +                                                                        +"</queryterm>"
  +                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
  +                                                                                +"<value>" + searchString + "</value>"
                                                                                   +"<pathexpr>abstract/para</pathexpr>"
                                                                           +"</queryterm>"
                                                                   +"</querygroup>"
  @@ -199,7 +203,6 @@
   <input name="search" type="radio" checked><span class="text_plain"> Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br>
   <input name="search" type="radio" id="searchAll"><span class="text_plain"> Search all fields (Slower)</span></input><br>
   </form>
  -   <br><br>
         This tool allows you to search the registry for data
         sets of interest. When you type text in the box and
         click on the "Search" button, the search will only
  
  
  
  1.9       +6 -2      metacat/lib/style/skins/nceas/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/nceas/header.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- header.html	3 Oct 2005 20:39:04 -0000	1.8
  +++ header.html	1 Nov 2005 18:57:31 -0000	1.9
  @@ -3,8 +3,8 @@
       Copyright: 2003 Regents of the University of California and the
                  National Center for Ecological Analysis and Synthesis
        '$Author: sgarg $'
  -       '$Date: 2005/10/03 20:39:04 $'
  -   '$Revision: 1.8 $'
  +       '$Date: 2005/11/01 18:57:31 $'
  +   '$Revision: 1.9 $'
   
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
  @@ -84,6 +84,10 @@
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
                                                                                   +"<pathexpr>literalLayout</pathexpr>"
  +                                                                        +"</queryterm>"
  +                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
  +                                                                                +"<value>" + searchString + "</value>"
  +                                                                                +"<pathexpr>title</pathexpr>"
                                                                           +"</queryterm>"
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
  
  
  
  1.9       +6 -2      metacat/lib/style/skins/obfs/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/obfs/header.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- header.html	3 Oct 2005 20:39:05 -0000	1.8
  +++ header.html	1 Nov 2005 18:57:31 -0000	1.9
  @@ -3,8 +3,8 @@
       Copyright: 2003 Regents of the University of California and the
                  National Center for Ecological Analysis and Synthesis
        '$Author: sgarg $'
  -       '$Date: 2005/10/03 20:39:05 $'
  -   '$Revision: 1.8 $'
  +       '$Date: 2005/11/01 18:57:31 $'
  +   '$Revision: 1.9 $'
   
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
  @@ -84,6 +84,10 @@
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
                                                                                   +"<pathexpr>literalLayout</pathexpr>"
  +                                                                        +"</queryterm>"
  +                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
  +                                                                                +"<value>" + searchString + "</value>"
  +                                                                                +"<pathexpr>title</pathexpr>"
                                                                           +"</queryterm>"
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
  
  
  
  1.10      +7 -3      metacat/lib/style/skins/obfs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/obfs/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html	1 Nov 2005 17:38:08 -0000	1.9
  +++ index.html	1 Nov 2005 18:57:31 -0000	1.10
  @@ -6,8 +6,8 @@
     *  For Details: http://www.nceas.ucsb.edu/
     *
     *   '$Author: sgarg $'
  -  *     '$Date: 2005/11/01 17:38:08 $'
  -  * '$Revision: 1.9 $'
  +  *     '$Date: 2005/11/01 18:57:31 $'
  +  * '$Revision: 1.10 $'
     * 
     * This is an HTML document for displaying metadata catalog tools
     *
  @@ -103,6 +103,10 @@
                                                                           +"</queryterm>"
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
  +                                                                                +"<pathexpr>title</pathexpr>"
  +                                                                        +"</queryterm>"
  +                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
  +                                                                                +"<value>" + searchString + "</value>"
                                                                                   +"<pathexpr>abstract/para</pathexpr>"
                                                                           +"</queryterm>"
                                                                   +"</querygroup>"
  @@ -209,7 +213,7 @@
     <input name="search" type="radio" checked><span class="text_plain"> Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br>
     <input name="search" type="radio" id="searchAll"><span class="text_plain"> Search all fields (Slower)</span></input><br>
   </form>
  -   <br><br>
  +   
         This tool allows you to search the registry for data
         sets of interest. When you type text in the box and
         click on the "Search" button, the search will only
  
  
  
  1.6       +6 -2      metacat/lib/style/skins/nrs/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/nrs/header.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- header.html	3 Oct 2005 20:39:05 -0000	1.5
  +++ header.html	1 Nov 2005 18:57:31 -0000	1.6
  @@ -3,8 +3,8 @@
       Copyright: 2003 Regents of the University of California and the
                  National Center for Ecological Analysis and Synthesis
        '$Author: sgarg $'
  -       '$Date: 2005/10/03 20:39:05 $'
  -   '$Revision: 1.5 $'
  +       '$Date: 2005/11/01 18:57:31 $'
  +   '$Revision: 1.6 $'
   
      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
  @@ -84,6 +84,10 @@
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
                                                                                   +"<pathexpr>literalLayout</pathexpr>"
  +                                                                        +"</queryterm>"
  +                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
  +                                                                                +"<value>" + searchString + "</value>"
  +                                                                                +"<pathexpr>title</pathexpr>"
                                                                           +"</queryterm>"
                                                                           +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
                                                                                   +"<value>" + searchString + "</value>"
  
  
  
  1.8       +6 -3      metacat/lib/style/skins/nrs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvs/metacat/lib/style/skins/nrs/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html	1 Nov 2005 17:35:19 -0000	1.7
  +++ index.html	1 Nov 2005 18:57:31 -0000	1.8
  @@ -6,8 +6,8 @@
     *  For Details: http://www.nceas.ucsb.edu/
     *
     *   '$Author: sgarg $'
  -  *     '$Date: 2005/11/01 17:35:19 $'
  -  * '$Revision: 1.7 $'
  +  *     '$Date: 2005/11/01 18:57:31 $'
  +  * '$Revision: 1.8 $'
     * 
     * This is an HTML document for displaying metadata catalog tools
     *
  @@ -103,6 +103,10 @@
   									+"</queryterm>"
   									+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
   							     			+"<value>" + searchString + "</value>"
  +							     			+"<pathexpr>title</pathexpr>"
  +									+"</queryterm>"
  +									+"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
  +							     			+"<value>" + searchString + "</value>"
   							     			+"<pathexpr>abstract/para</pathexpr>"
   									+"</queryterm>"
   							   	+"</querygroup>"
  @@ -209,7 +213,6 @@
     <input name="search" type="radio" checked><span class="text_plain"> Search Title, Abstract, Keywords, Personnel (Quicker)</span></input><br>
     <input name="search" type="radio" id="searchAll"><span class="text_plain"> Search all fields (Slower)</span></input><br>
   </form>
  -   <br><br>
         This tool allows you to search the registry for data
         sets of interest. When you type text in the box and
         click on the "Search" button, the search will only
  
  
  


More information about the Metacat-cvs mailing list