phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] manual/templates/base help_data.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] manual/templates/base help_data.xsl
Date: Wed, 25 Oct 2006 19:01:27 +0000

CVSROOT:        /sources/phpgroupware
Module name:    manual
Changes by:     Sigurd Nes <sigurdne>   06/10/25 19:01:27

Added files:
        templates/base : help_data.xsl 

Log message:
        Try to make it work

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/manual/templates/base/help_data.xsl?cvsroot=phpgroupware&rev=1.1

Patches:
Index: help_data.xsl
===================================================================
RCS file: help_data.xsl
diff -N help_data.xsl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ help_data.xsl       25 Oct 2006 19:01:27 -0000      1.1
@@ -0,0 +1,16 @@
+<!-- $Id: help_data.xsl,v 1.1 2006/10/25 19:01:27 sigurdne Exp $ -->
+
+       <xsl:template name="help_data">
+               <xsl:apply-templates select="xhelp"/>
+       </xsl:template>
+
+       <xsl:template match="xhelp">
+               <table>
+                       <tr>
+                               <td><xsl:value-of select="intro"/></td>
+                       </tr>
+                       <tr>
+                               <td><xsl:value-of select="text"/></td>
+                       </tr>
+               </table>
+       </xsl:template>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]