Aleksey Gurtovoy 22 лет назад
Родитель
Сommit
e3d070f1bc
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      tools/regression/xsl_reports/xsl/result_page.xsl

+ 3 - 3
tools/regression/xsl_reports/xsl/result_page.xsl

@@ -124,7 +124,7 @@
 
   <xsl:template name="test_type_col">
     <td class="test-type">
-      <a href="#legend" class="legend-link">
+      <a href="../../status/compiler_status.html#Understanding" class="legend-link">
         <xsl:variable name="test_type" select="./@test-type"/>
         <xsl:choose>
           <xsl:when test="$test_type='run_pyd'">
@@ -303,7 +303,7 @@
         
         <xsl:if test="$multiple.libraries">
             <div class="library-name">
-                <a name="{$library}" href="../libs/{$library}" class="library-link">
+                <a name="{$library}" href="../../libs/{$library}" class="library-link">
                     <xsl:value-of select="$library" />
                 </a>
             </div>
@@ -538,7 +538,7 @@
 
     <xsl:variable name="test_header">
       <td class="test-name">
-        <a href="{$test_program}" class="test-link">
+        <a href="../../{$test_program}" class="test-link">
           <xsl:value-of select="$test_name"/>
         </a>
       </td>

粤ICP备19079148号