testing: Replace back link in results with crumbtrail to improve navigation.

This commit is contained in:
Tobias Brunner 2011-05-04 15:50:16 +02:00
parent 92ebb7c5b2
commit 074919dcc5
1 changed files with 2 additions and 3 deletions

View File

@ -213,6 +213,7 @@ do
<title>strongSwan $SUBDIR Tests</title>
</head>
<body>
<div><a href="../index.html">strongSwan UML Tests</a> / $SUBDIR</div>
<h2>strongSwan $SUBDIR Tests</h2>
<table border="0" cellspacing="2">
<tr valign="top">
@ -457,6 +458,7 @@ do
<body>
<table border="0" width="600">
<tr><td>
<div><a href="../../index.html">strongSwan UML Tests</a> / <a href="../index.html">$SUBDIR</a> / $name</div>
<h2>Test $testname</h2>
<h3>Description</h3>
@EOF
@ -576,9 +578,6 @@ do
cat >> $TESTRESULTDIR/index.html <<@EOF
</td></tr>
<tr><td align="right">
<b><a href="../index.html">Back</a></b>
</td></tr>
</table>
</body>
</html>