You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/07/13 20:43:22 UTC

cvs commit: xml-cocoon2/src/webapp/samples/search create-index.xsp search-index.xsp statistic-index.xsp welcome-index.xsp

vgritsenko    2002/07/13 11:43:22

  Modified:    src/webapp/samples/search create-index.xsp search-index.xsp
                        statistic-index.xsp welcome-index.xsp
  Log:
  improve navigation a bit more
  
  Revision  Changes    Path
  1.3       +1 -0      xml-cocoon2/src/webapp/samples/search/create-index.xsp
  
  Index: create-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/search/create-index.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- create-index.xsp	13 Jul 2002 16:28:04 -0000	1.2
  +++ create-index.xsp	13 Jul 2002 18:43:22 -0000	1.3
  @@ -84,6 +84,7 @@
         <para>
           <small>
             <a href="../">Welcome</a> |
  +          <a href="../welcome">Samples</a> |
             <a href="./">Search</a> |
             <a href="statistic">Index Statistics</a>
           </small>
  
  
  
  1.3       +1 -0      xml-cocoon2/src/webapp/samples/search/search-index.xsp
  
  Index: search-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/search/search-index.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- search-index.xsp	13 Jul 2002 16:28:04 -0000	1.2
  +++ search-index.xsp	13 Jul 2002 18:43:22 -0000	1.3
  @@ -102,6 +102,7 @@
         <para>
           <small>
             <a href="../">Welcome</a> |
  +          <a href="../welcome">Samples</a> |
             <a href="./">Search</a> |
             <a href="statistic">Index Statistics</a>
           </small>
  
  
  
  1.3       +1 -0      xml-cocoon2/src/webapp/samples/search/statistic-index.xsp
  
  Index: statistic-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/search/statistic-index.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- statistic-index.xsp	13 Jul 2002 16:28:04 -0000	1.2
  +++ statistic-index.xsp	13 Jul 2002 18:43:22 -0000	1.3
  @@ -120,6 +120,7 @@
         <para>
           <small>
             <a href="../">Welcome</a> |
  +          <a href="../welcome">Samples</a> |
             <a href="./">Search</a>
           </small>
         </para>
  
  
  
  1.3       +8 -1      xml-cocoon2/src/webapp/samples/search/welcome-index.xsp
  
  Index: welcome-index.xsp
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/search/welcome-index.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- welcome-index.xsp	7 Jul 2002 05:44:58 -0000	1.2
  +++ welcome-index.xsp	13 Jul 2002 18:43:22 -0000	1.3
  @@ -6,7 +6,14 @@
       <title>Welcome to Cocoon XML Search using Lucene</title>
       <content>
         <a href="http://jakarta.apache.org/lucene/"><img border="0" alt="Lucene Logo" src="images/lucene_green_300.gif"/></a>
  -      
  +      <para>
  +        <small>
  +          <a href="../">Welcome</a> |
  +          <a href="../welcome">Samples</a> |
  +          <a href="./">Search</a> |
  +          <a href="statistic">Index Statistics</a>
  +        </small>
  +      </para>
         <h1>XML Search</h1>
         
         <p>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org