Mercurial > hg > ltpda
comparison testing/utp_1.1/report/ltpda_report_template.html @ 44:409a22968d5e default
Add unit tests
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 18:42:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
43:bc767aaa99a8 | 44:409a22968d5e |
---|---|
1 <?xml version="1.0" ?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | |
5 <head> | |
6 <link href="ltpda_report.css" rel="stylesheet" type="text/css" /> | |
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
8 <title>LTPDA UTP report</title> | |
9 </head> | |
10 <body> | |
11 <img src="LisaPF-logo_klein.jpg" align="right" width="" height="" alt="LISA logo" /> | |
12 <div class="maxplanck"><img src="AEI_small.png" align="left" width="120" height="136" alt="MPI logo" />Max Planck Institute for<br />Graviational Physics<br />(Albert Einstein Institute)</div> | |
13 <hr /> | |
14 <h1>LTPDA UTP report</h1> | |
15 <table> | |
16 <tr><td><b>Prepared by:</b></td><td>Martin Hewitson & Ingo Diepholz</td></tr> | |
17 <tr><td><b>Checked by:</b></td> <td></td></tr> | |
18 <tr><td><b>Date:</b></td> <td>%%%DATE%%%</td></tr> | |
19 </table> | |
20 <p>This document and all parts of it are confidential. Any distribution is prohibited without | |
21 written authorisation from AEI.</p> | |
22 | |
23 <!-- Report /--> | |
24 | |
25 <!-- MethodDescription /--> | |
26 <h2>%%%HEADER%%%</h2> | |
27 <p class="methoddesc">%%%CONTENT%%%</p> | |
28 <!-- EndMethodDescription /--> | |
29 | |
30 <!-- TestDescription /--> | |
31 <p class="testdesc">%%%CONTENT%%%</p> | |
32 <!-- EndTestDescription /--> | |
33 | |
34 <!-- SyntaxDescription /--> | |
35 <table class="utptable"> | |
36 <tr><td class="desc"><b>Method description:</b></td><td class="desc">%%%CONTENT%%%</td></tr> | |
37 <!-- EndSyntaxDescription /--> | |
38 | |
39 <!-- SyntaxCode /--> | |
40 <tr><td class="desc" colspan="2">%%%CONTENT%%%</td></tr> | |
41 <!-- EndSyntaxCode /--> | |
42 | |
43 <!-- AlgoDescription /--> | |
44 <tr><td class="desc"><b>Algorithm description:</b></td><td class="desc">%%%CONTENT%%%</td></tr> | |
45 <!-- EndAlgoDescription /--> | |
46 | |
47 <!-- AlgoCode /--> | |
48 <tr><td class="desc" colspan="2">%%%CONTENT%%%</td></tr> | |
49 </table> | |
50 <!-- EndAlgoCode /--> | |
51 | |
52 <!-- EndReport /--> | |
53 | |
54 </body> | |
55 </html> |