Date:   Monday February 3, 2003 @ 14:18
Author: matt

Update of /home/cvs/AxKit-XSP-Wiki/webstuff
In directory ted.sergeant.org:/tmp/cvs-serv16040/webstuff

Modified Files:
        wiki.xsl 
Log Message:
Log: Added search bit
Submitted by:   
Reviewed by:    
PR:



Index: wiki.xsl
===================================================================
RCS file: /home/cvs/AxKit-XSP-Wiki/webstuff/wiki.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -r1.7 -r1.8
--- wiki.xsl    2003/02/03 08:34:44     1.7
+++ wiki.xsl    2003/02/03 14:18:25     1.8
@@ -16,14 +16,14 @@
 <xsl:template match="/">
     <html>
       <head>
-        <title><xsl:value-of select="/xspwiki/page"/></title>
+        <title>Wiki - <xsl:value-of select="/xspwiki/page"/></title>
        <link rel="Stylesheet" href="/stylesheets/wiki.css"
               type="text/css" media="screen" />
       </head>
        
       <body>
        <div class="topbanner">
-         Development Wiki
+         Wiki
        </div>
        <div class="base">
         <table><tr><td valign="top" width="160">
@@ -66,6 +66,16 @@
           </xsl:when>
           <xsl:when test="$action='history'">
               <hr/>
+          </xsl:when>
+          <xsl:when test="$action='search'">
+              <hr/>
+              <div class="search">
+              <form action="./{/xspwiki/page}" method="GET">
+                  <input type="hidden" name="action" value="search"/>
+                  <input type="text" name="q" maxlength="255" size="20" value="{$q}"/>
+                  <input type="submit" value=" Search "/>
+              </form>
+              </div>
           </xsl:when>
          <xsl:otherwise>
          Other Mode?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to