You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/08/02 02:26:21 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/overview/authoring main.xsl

michi       2004/08/01 17:26:21

  Modified:    src/webapp/lenya/pubs/oscom/xslt/overview body.xsl
               src/webapp/lenya/pubs/oscom/xslt/overview/authoring main.xsl
  Log:
  search form added to third column
  
  Revision  Changes    Path
  1.31      +12 -1     cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/overview/body.xsl
  
  Index: body.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/overview/body.xsl,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- body.xsl	13 Mar 2004 12:42:13 -0000	1.30
  +++ body.xsl	2 Aug 2004 00:26:21 -0000	1.31
  @@ -103,6 +103,17 @@
     <tr>
       <td>&#160;</td>
   <td>
  +
  +
  +<div>
  +<form method="get" action="{$searchURL}">
  +<input type="hidden" name="publication-id" value="matrix"/>
  +<input type="text" name="queryString" class="search" size="15" value="Search the Matrix"/>
  +</form>
  +</div>
  +
  +
  +
   <div class="nnbe" style="padding-left: 10px;">
   <a class="nnbr" target="_blank" href="http://www.cms-list.org">cms-list</a>
   </div>
  
  
  
  1.11      +2 -1      cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/overview/authoring/main.xsl
  
  Index: main.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/xslt/overview/authoring/main.xsl,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- main.xsl	13 Mar 2004 12:42:18 -0000	1.10
  +++ main.xsl	2 Aug 2004 00:26:21 -0000	1.11
  @@ -22,6 +22,7 @@
   <xsl:param name="contextprefix"/>
   
   <xsl:output version="1.0" indent="yes" encoding="ISO-8859-1"/>
  +<xsl:include href="../../searchURL.xsl"/>
   <xsl:include href="../../html_authoring.xsl"/>
   <xsl:include href="../body.xsl"/>
    
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org