CVS WWW/International/multilingualweb/lt/drafts/its20/tools/xslt

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt
In directory gil:/tmp/cvs-serv7485/tools/xslt

Modified Files:
	disco-for-its20.xsl 
Log Message:
another disco update

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl	2013/04/08 15:34:47	1.25
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl	2013/04/08 16:56:22	1.26
@@ -66,8 +66,10 @@
                     select="$comments[contains(substring-after(notes/note[contains(description,'RESOLUTION:')][last()]/description,'RESOLUTION:'),'accepted')]"/>
                 <xsl:variable name="rejectedIssues"
                     select="$comments[contains(substring-after(notes/note[contains(description,'RESOLUTION:')][last()]/description,'RESOLUTION:'),'rejected')]"/>
+                <xsl:variable name="resolutionUnknown"
+                    select="$comments[contains(substring-after(notes/note[contains(description,'RESOLUTION:')][last()]/description,'RESOLUTION:'),'unknown')]"/>
                 <xsl:variable name="wgDecisionUnknown"
-                    select="$comments except ($acceptedIssues union $duplicate union $rejectedIssues union $duplicate)"/>
+                    select="$comments except ($acceptedIssues union $duplicate union $rejectedIssues union $duplicate) union $resolutionUnknown"/>
                 <xsl:variable name="reviewerSatisfied"
                     select="$comments[contains(substring-after(notes/note[contains(description,'COMMENTER-RESPONSE:')][last()]/description,'COMMENTER-RESPONSE:'),'&#x20;satisfied')]"/>
                 <xsl:variable name="reviewerNotSatisfied"
@@ -127,6 +129,15 @@
                             <a href="{concat('#issue-',id)}">
                                 <xsl:value-of select="concat('issue-',id)"/>
                             </a>
+                            <xsl:text> </xsl:text>
+                        </xsl:for-each>
+                    </li>
+                    <li id="no-resolution-yet">
+                        <xsl:text>No resolution yet: </xsl:text>
+                        <xsl:for-each select="$wgDecisionUnknown">
+                            <a href="{concat('#issue-',id)}">
+                                <xsl:value-of select="concat('issue-',id)"/>
+                            </a>
                             <xsl:text> </xsl:text>
                         </xsl:for-each>
                     </li>

Received on Monday, 8 April 2013 16:56:25 UTC