mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 02:34:53 +00:00
regression report fixes
[SVN r30371]
This commit is contained in:
parent
1140ac658b
commit
7fe3413151
5 changed files with 14 additions and 18 deletions
|
@ -384,22 +384,17 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||
<xsl:with-param name="release" select="$release"/>
|
||||
</xsl:call-template>
|
||||
|
||||
<xsl:text> | </xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$release='yes'">
|
||||
<a href="../{$mode}/{$page}_release.html" class="view-link" target="_top">
|
||||
<xsl:value-of select="$mode"/><xsl:text> View</xsl:text>
|
||||
</a>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<a href="../{$mode}/{$page}.html" class="view-link" target="_top">
|
||||
<xsl:value-of select="$mode"/><xsl:text> View</xsl:text>
|
||||
</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:variable name="release_postfix">
|
||||
<xsl:if test="$release='yes'">_release</xsl:if>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:text> | </xsl:text>
|
||||
<a href="{$page}_.html#legend">
|
||||
<a href="../{$mode}/{$page}{$release_postfix}.html" class="view-link" target="_top">
|
||||
<xsl:value-of select="$mode"/><xsl:text> View</xsl:text>
|
||||
</a>
|
||||
|
||||
<xsl:text> | </xsl:text>
|
||||
<a href="{$page}{$release_postfix}_.html#legend">
|
||||
<xsl:text>Legend</xsl:text>
|
||||
</a>
|
||||
|
||||
|
|
|
@ -337,6 +337,7 @@ tr.summary-row td
|
|||
, td.user-summary-success-unexpected
|
||||
{
|
||||
background-color: lightgreen;
|
||||
color: black;
|
||||
}
|
||||
|
||||
td.library-success-unexpected a.log-link:link
|
||||
|
|
|
@ -13,7 +13,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||
<tr>
|
||||
<td class="legend-item" width="50pt">
|
||||
<table width="100%" summary="success legend">
|
||||
<tr class="summary-row-single"><td class="summary-success-expected user-summary-success-expected">    </td></tr>
|
||||
<tr class="summary-row-single"><td class="summary-success-expected user-summary-success-expected"> pass </td></tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="legend-explanation">
|
||||
|
|
|
@ -132,7 +132,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||
|
||||
</exsl:document>
|
||||
<xsl:message>Wrote debug</xsl:message>
|
||||
<xsl:variable name="index_path" select="concat( 'index_', $release_postfix, '.html' )"/>
|
||||
<xsl:variable name="index_path" select="concat( 'index', $release_postfix, '_.html' )"/>
|
||||
|
||||
<!-- Index page -->
|
||||
<head>
|
||||
|
|
|
@ -101,7 +101,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||
|
||||
<xsl:template match="/">
|
||||
|
||||
<xsl:variable name="summary_results" select="concat( 'summary_', $release_postfix, '.html' )"/>
|
||||
<xsl:variable name="summary_results" select="concat( 'summary', $release_postfix, '_.html' )"/>
|
||||
|
||||
<!-- Summary page -->
|
||||
<html>
|
||||
|
@ -357,7 +357,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||
<xsl:text> </xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:text>    </xsl:text>
|
||||
<xsl:text> pass </xsl:text>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue