- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Wed, 19 Dec 2012 08:29:50 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt
In directory gil:/tmp/cvs-serv5202/tools/xslt
Modified Files:
disco-for-its20.xsl
Log Message:
additional keyword for disco
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2012/12/18 16:11:09 1.11
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2012/12/19 08:29:50 1.12
@@ -120,8 +120,9 @@
<th>Issue</th>
<th>First recorded</th>
<th>Resolution<br/>("accepted" or "rejected")</th>
- <th>Commenter Feedback<br/>("satisfied" or "unsatisfied")</th>
- <th>Change Type<br/>("editorial" or "substantive" or "none")</th>
+ <th>Commenter feedback<br/>("satisfied" or "unsatisfied")</th>
+ <th>Change type<br/>("editorial" or "substantive" or "none")</th>
+ <th>Decision details</th>
</tr>
<xsl:for-each select="$comments">
<xsl:variable name="resolution"
@@ -130,14 +131,15 @@
select="substring-after(notes/note[contains(description,'COMMENTER-RESPONSE:')][last()]/description,'COMMENTER-RESPONSE:')"/>
<xsl:variable name="change-type"
select="substring-after(notes/note[contains(description,'CHANGE-TYPE:')][last()]/description,'CHANGE-TYPE:')"/>
+ <xsl:variable name="decision-details" select="substring-after(notes/note[contains(description,'DECISION-DETAILS:')][last()]/description,'DECISION-DETAILS:')"/>
<tr>
<td>
<a
href="{concat('https://www.w3.org/International/multilingualweb/lt/track/issues/',id)}">
<xsl:attribute name="id">issue-<xsl:value-of select="id"
/></xsl:attribute>
- <xsl:value-of select="concat('issue-',id)"/>: <xsl:value-of
- select="title"/></a>
+ <xsl:value-of select="concat('issue-',id)"/></a>: <xsl:value-of
+ select="title"/>
</td>
<td>
<xsl:value-of select="created"/>
@@ -176,6 +178,12 @@
</xsl:otherwise>
</xsl:choose>
</td>
+ <td>
+ <xsl:choose>
+ <xsl:when test="$decision-details"><xsl:value-of select="$decision-details"></xsl:value-of></xsl:when>
+ <xsl:otherwise>-</xsl:otherwise>
+ </xsl:choose>
+ </td>
</tr>
</xsl:for-each>
</table>
Received on Wednesday, 19 December 2012 08:29:51 UTC