qsos-commits
[Top][All Lists]
Advanced

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

[Qsos-commits] qsos/tools/xslt qsos-xhtml.xsl template-xhtml.xsl


From: Goneri Le Bouder
Subject: [Qsos-commits] qsos/tools/xslt qsos-xhtml.xsl template-xhtml.xsl
Date: Tue, 25 Jul 2006 14:26:38 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Goneri Le Bouder <goneri>       06/07/25 14:26:38

Modified files:
        tools/xslt     : qsos-xhtml.xsl template-xhtml.xsl 

Log message:
        [16:21:35] <Nyco> Sheet created the
        [16:21:53] <Nyco> s/the/on/

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/tools/xslt/qsos-xhtml.xsl?cvsroot=qsos&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/qsos/tools/xslt/template-xhtml.xsl?cvsroot=qsos&r1=1.1&r2=1.2

Patches:
Index: qsos-xhtml.xsl
===================================================================
RCS file: /sources/qsos/qsos/tools/xslt/qsos-xhtml.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- qsos-xhtml.xsl      8 May 2006 11:26:37 -0000       1.20
+++ qsos-xhtml.xsl      25 Jul 2006 14:26:38 -0000      1.21
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+/<?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns="http://www.w3.org/TR/xhtml1/strict"; version="1.0">
   <xsl:template match="/">
     <html>
@@ -102,7 +102,7 @@
   </xsl:template>
   <xsl:template match="dates">
     <li>
-      <strong>Sheet created the </strong>
+      <strong>Sheet created on </strong>
       <xsl:apply-templates select="creation"/>
     </li>
     <xsl:if test="validation != ''">

Index: template-xhtml.xsl
===================================================================
RCS file: /sources/qsos/qsos/tools/xslt/template-xhtml.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- template-xhtml.xsl  15 Jun 2006 13:33:39 -0000      1.1
+++ template-xhtml.xsl  25 Jul 2006 14:26:38 -0000      1.2
@@ -102,7 +102,7 @@
   </xsl:template>
   <xsl:template match="dates">
     <li>
-      <strong>Sheet created the </strong>
+      <strong>Sheet created on </strong>
       <xsl:apply-templates select="creation"/>
     </li>
     <xsl:if test="validation != ''">




reply via email to

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