Mercurial > hg > ltpda
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/utp_1.1/report/ltpda_report_template.html Tue Dec 06 18:42:11 2011 +0100 @@ -0,0 +1,55 @@ +<?xml version="1.0" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<link href="ltpda_report.css" rel="stylesheet" type="text/css" /> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<title>LTPDA UTP report</title> +</head> +<body> +<img src="LisaPF-logo_klein.jpg" align="right" width="" height="" alt="LISA logo" /> +<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> +<hr /> +<h1>LTPDA UTP report</h1> +<table> +<tr><td><b>Prepared by:</b></td><td>Martin Hewitson & Ingo Diepholz</td></tr> +<tr><td><b>Checked by:</b></td> <td></td></tr> +<tr><td><b>Date:</b></td> <td>%%%DATE%%%</td></tr> +</table> +<p>This document and all parts of it are confidential. Any distribution is prohibited without +written authorisation from AEI.</p> + +<!-- Report /--> + +<!-- MethodDescription /--> +<h2>%%%HEADER%%%</h2> +<p class="methoddesc">%%%CONTENT%%%</p> +<!-- EndMethodDescription /--> + +<!-- TestDescription /--> +<p class="testdesc">%%%CONTENT%%%</p> +<!-- EndTestDescription /--> + +<!-- SyntaxDescription /--> +<table class="utptable"> +<tr><td class="desc"><b>Method description:</b></td><td class="desc">%%%CONTENT%%%</td></tr> +<!-- EndSyntaxDescription /--> + +<!-- SyntaxCode /--> +<tr><td class="desc" colspan="2">%%%CONTENT%%%</td></tr> +<!-- EndSyntaxCode /--> + +<!-- AlgoDescription /--> +<tr><td class="desc"><b>Algorithm description:</b></td><td class="desc">%%%CONTENT%%%</td></tr> +<!-- EndAlgoDescription /--> + +<!-- AlgoCode /--> +<tr><td class="desc" colspan="2">%%%CONTENT%%%</td></tr> +</table> +<!-- EndAlgoCode /--> + +<!-- EndReport /--> + +</body> +</html> \ No newline at end of file