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-serv2765/tools/xslt

Modified Files:
	disco-for-its20.xsl 
Log Message:
new version

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl	2012/12/09 16:37:12	1.2
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl	2012/12/09 16:38:47	1.3
@@ -59,21 +59,12 @@
                 <table width="100%" class="overview">
                     <tr>
                         <td>-</td>
-                        <td>
-                            <a href="#reviewerSatisfied-listed">Reviewer satisfied</a>
-                        </td>
-                        <td>
-                            <a href="#reviewerNotSatisfied-listed">Reviewer not satisfied</a>
-                        </td>
-                        <td>
-                            <a href="#noResponse-listed">No reply from reviewer or status
-                                unknown</a>
-                        </td>
+                        <td>Reviewer satisfied</td>
+                        <td>Reviewer not satisfied</td>
+                        <td>No reply from reviewer or status unknown</td>
                     </tr>
                     <tr>
-                        <td>
-                            <a href="#proposalAccepted-listed">WG accepted comment</a>
-                        </td>
+                        <td>WG accepted comment</td>
                         <td>
                             <xsl:value-of
                                 select="count($acceptedIssues intersect $reviewerSatisfied)"/>
@@ -87,9 +78,7 @@
                         </td>
                     </tr>
                     <tr>
-                        <td>
-                            <a href="#changeDeclined-listed">WG rejects comment</a>
-                        </td>
+                        <td>WG rejects comment</td>
                         <td>
                             <xsl:value-of
                                 select="count($rejectedIssues intersect $reviewerSatisfied)"/>

Received on Sunday, 9 December 2012 16:38:49 UTC