| Index: templates/testsuite.tmpl | 
| =================================================================== | 
| deleted file mode 100644 | 
| --- a/templates/testsuite.tmpl | 
| +++ /dev/null | 
| @@ -1,50 +0,0 @@ | 
| -<!DOCTYPE html> | 
| -<html> | 
| -  <head> | 
| -    <title>{{ title }}</title> | 
| -	<link rel="stylesheet" href="/css/testpages.css"> | 
| -  </head> | 
| -  <body> | 
| - | 
| -    <? include header ?> | 
| - | 
| -	<section class="abp-container abp-breadcrumbs"> | 
| -	  <a href="/">Home</a> | 
| -	  > <a href="testsuite">Test suite</a> | 
| -      {{ breadcrumb|safe }} | 
| -	</section> | 
| - | 
| -	<section class="abp-container"> | 
| -	  <h2>{{ testsuiteid }} - {{ testsuitename }}</h2> | 
| - | 
| -    {{ body|safe }} | 
| - | 
| -    <h3>Instructions</h3> | 
| -    <table class="abp-testcase-information"> | 
| -    <tr> | 
| -      <th>Pass if</th> | 
| -      <td>{{ testsuitepassif }}</td> | 
| -    </tr> | 
| -    <tr> | 
| -      <th>Fail if</th> | 
| -      <td>{{ testsuitefailif }}</td> | 
| -    </tr> | 
| -    </table> | 
| - | 
| -    <h3>Information</h3> | 
| -    <table class="abp-testcase-information"> | 
| -    <tr> | 
| -      <th>Purpose</th> | 
| -      <td>{{ testsuitepurpose }}</td> | 
| -    </tr> | 
| -    <tr> | 
| -      <th>Test method</th> | 
| -      <td>{{ testsuitetestmethod }}</td> | 
| -    </tr> | 
| -    </table> | 
| -	</section> | 
| - | 
| -	<? include footer ?> | 
| - | 
| -  </body> | 
| -</html> | 
|  |