- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Jan 2010 05:50:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv2431/tools Modified Files: specgen.xsl Log Message: checkpointing Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- specgen.xsl 30 Jan 2010 04:44:26 -0000 1.44 +++ specgen.xsl 30 Jan 2010 05:50:00 -0000 1.45 @@ -105,17 +105,13 @@ </xsl:template> <xsl:template name='top'> <div class='head'> - <!-- * CHANGE_ME_BACK --> <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></img></a></div> - <!-- * CHANGE_ME_BACK --> <h1><xsl:value-of select='/*/h:head/h:title'/></h1> <xsl:if test='//*[@id="subtitle"]'> <h3 id="subtitle"><xsl:value-of select='//*[@id="subtitle"]'/></h3> </xsl:if> <h2> - <!-- * CHANGE_ME_BACK --> W3C - <!-- * CHANGE_ME_BACK --> <xsl:choose> <xsl:when test=' $maturity="WD" @@ -204,9 +200,7 @@ </xsl:otherwise> </xsl:choose> </p> - <!-- * CHANGE_ME_BACK --> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © <xsl:value-of select="date:year()"/><xsl:text> </xsl:text><a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p> - <!-- * CHANGE_ME_BACK --> </div> <hr/> </xsl:template> @@ -311,7 +305,6 @@ <a href="{$source}">online</a> </xsl:variable> <xsl:text> </xsl:text> - <!-- * CHANGE_ME_BACK --> <p> <em> This section describes the status of this document at the time of @@ -321,7 +314,6 @@ reports index</a> at http://www.w3.org/TR/. </em> </p> - <!-- * CHANGE_ME_BACK --> <xsl:text> </xsl:text> <p> <xsl:if test='$maturity!="REC" and $maturity!="WG-NOTE"'> @@ -329,16 +321,15 @@ <xsl:call-template name='maturity'/> of <cite><xsl:value-of select='/*/h:head/h:title'/></cite>. </xsl:if> - <!-- * CHANGE_ME_BACK --> - To comment on this document, either submit your comments through the + If you’d like to comment on this document, the preferred + means for commenting is to submit your comments through the <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">HTML Working Group bugzilla database</a> - or by sending an e-mail message to + with the <b>Component</b> field set to <code>HTML5: The Markup Language</code>. + Alternatively, you can send comments by e-mail to <a href='mailto:{$comments-address}'><xsl:value-of select='$comments-address'/></a> (<a href='{$comments-archive}'>archived</a>). - <!-- * CHANGE_ME_BACK --> </p> <xsl:text> </xsl:text> - <!-- * CHANGE_ME_BACK --> <p> This document <xsl:choose> @@ -354,7 +345,6 @@ part of the <xsl:copy-of select="$activity"/> in the W3C <xsl:copy-of select="$domain"/>. </p> - <!-- * CHANGE_ME_BACK --> <xsl:text> </xsl:text> <xsl:copy-of select="document('../src/status.html')"/> <xsl:text> </xsl:text>
Received on Saturday, 30 January 2010 05:50:04 UTC