Files
ncs/script/tests/templates/helpTemplate.html
2015-09-01 09:35:28 +02:00

14 lines
335 B
HTML

<html>
<body>
<h2>Short Description</h2>
$testDescription
<h2>Details</h2>
Add here the detailed description of the test, with reference to the parameters (if any).
<h2>Parameters</h2>
$testParameters
<h2>Contact</h2>
<a href="https://intranet.psi.ch/search/#?t=phonebook&q=$contactName">$contactName</a>
</html>
</body>