- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Thu, 13 Jun 2013 02:51:34 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt In directory gil:/tmp/cvs-serv11596/tools/xslt Modified Files: disco-for-its20.xsl Log Message: update of change log and disco tool --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/06/03 19:04:45 1.30 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/06/13 02:51:34 1.31 @@ -7,7 +7,7 @@ <xsl:variable name="stage">Second Last Call</xsl:variable> <xsl:variable name="productnum">6</xsl:variable> <xsl:variable name="commentsPeriodStartDate" as="xs:date">2013-05-21</xsl:variable> - <xsl:variable name="commentsPeriodEndDate" as="xs:date">2013-06-11</xsl:variable> + <xsl:variable name="commentsPeriodEndDate" as="xs:date">2013-06-13</xsl:variable> <xsl:preserve-space elements="*"/> <xsl:output method="xhtml" encoding="utf-8" indent="yes" @@ -150,14 +150,14 @@ </a> <xsl:text> </xsl:text></xsl:for-each> </li> - <li id="no-response"> + <li id="no-response-on-accepted-issues"> <xsl:text>No reponse from reviewer yet on accepted issues: </xsl:text> <xsl:for-each select="$acceptedResponseUnknown"> <a href="{concat('#issue-',id)}"> <xsl:value-of select="concat('issue-',id)"/> </a> <xsl:text> </xsl:text></xsl:for-each> </li> - <li id="no-response"> + <li id="no-response-on-rejected-issues"> <xsl:text>No reponse from reviewer yet on rejected issues: </xsl:text> <xsl:for-each select="$rejectedResponseUnknown"> <a href="{concat('#issue-',id)}"> <xsl:value-of select="concat('issue-',id)"/>
Received on Thursday, 13 June 2013 02:51:35 UTC