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

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

Modified Files:
        wikitags.xsl 
Log Message:
Added better search feedback
Log:
PR:

Index: wikitags.xsl
===================================================================
RCS file: /home/cvs/AxKit-XSP-Wiki/webstuff/wikitags.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -r1.1 -r1.2
--- wikitags.xsl        2003/02/03 14:30:11     1.1
+++ wikitags.xsl        2003/02/03 14:58:56     1.2
@@ -69,9 +69,10 @@
 </xsl:template>
 
 <xsl:template match="search-results">
-  <h1>Search Results:</h1>
+  <h1>Search Results</h1>
   <xsl:choose>
     <xsl:when test="./result">
+      Your query for <em>'<xsl:value-of select="$q"/>'</em> returned hits on the 
+following pages:
         <xsl:apply-templates/>
     </xsl:when>
     <xsl:otherwise>

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

Reply via email to