|
|
@@ -462,6 +462,16 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|
|
<td colspan="{$colspan}"> </td>
|
|
|
</tr>
|
|
|
|
|
|
+ <tr>
|
|
|
+ <td colspan="{$colspan}"> </td>
|
|
|
+ <xsl:for-each select="$run_toolsets//runs/run[ count(toolset) > 0 ]">
|
|
|
+ <td colspan="{count(toolset)}" class="revision">
|
|
|
+ rev <xsl:value-of select="@revision"/>
|
|
|
+ </td>
|
|
|
+ </xsl:for-each>
|
|
|
+ <td colspan="{$colspan}"> </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
<tr>
|
|
|
<td colspan="{$colspan}"> </td>
|
|
|
<xsl:for-each select="$run_toolsets//runs/run[ count(toolset) > 0 ]">
|