- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Tue, 11 Dec 2012 08:35:14 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt
In directory gil:/tmp/cvs-serv18678/tools/xslt
Modified Files:
xmlspec-i18n-itstagset.xsl
Log Message:
added last modified script to editors copy
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/xmlspec-i18n-itstagset.xsl 2012/11/25 11:10:40 1.5
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/xmlspec-i18n-itstagset.xsl 2012/12/11 08:35:14 1.6
@@ -214,7 +214,8 @@
<xsl:text>Status of this Document</xsl:text>
</h2>
<xsl:if test="/spec/@role='editors-copy'">
- <p><strong>This document is an editors' copy that has no official standing.</strong>
+ <p><strong>This document is an editors' copy that has no official standing.</strong> Last modified: <script type="text/javascript">
+document.write(document.lastModified)</script>
There are three types of changes marked up: <span
style="background-color: #99FF99;">added text</span>, <span
style="background-color: #FF8080">deleted text</span> and <span
@@ -321,8 +322,8 @@
<xsl:when test="/spec/@role='editors-copy'">
<p>
<strong>This document is an editors' copy that has no official
- standing.</strong>
- </p>
+ standing.</strong> Last modified: <script type="text/javascript">
+document.write(document.lastModified);</script>.</p>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>
Received on Tuesday, 11 December 2012 08:35:19 UTC