[% content_only = 1 # no html wrappers %]
<!-- BEGIN [% template.name %] -->
<html>
<head>
<title>FISH worksheets</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body { font-size: small; font-family: verdana, sans-serif; width: 80%; margin: auto }
table { border-collapse: collapse }
th { background: #f5f5f5 }
td,th { border: solid 1px #00f; padding: 2px 5px }
td.probe { text-align: right }
#pid td { background: yellow }
#probes { border: solid 2px #f00; width: 100% }
#panel { width: 100% }
#panel td { padding: 10px }
#additional { border-left: none; border-right: none }
#report p { margin: 0.5em 1em }
#probe, #checked { width: 10% }
#result, #comment { width: 40% }
.empty { width: 35% }
table.footer { width: 100% }
.footer td { text-align: right }
@media print {
body { width: 95%; margin: 0 2.5% }
#back { display: none }
td { font-size: 10pt }
}
-->
</style>
</head>
<body>
[% # PROCESS dumper.tt dump = result_summaries %]
[% # PROCESS dumper.tt dump = panel_probes %]
[% # PROCESS dumper.tt dump = fish_data %]
[% # PROCESS dumper.tt dump = requests %]
<p id="back">[% site.html.back_button %]</p>
[% FOREACH data IN requests %]
<div style="page-break-after: always">
[% PROCESS worklist/local/fish/worksheet.tt %]
</div>
[% END %]
</body>
</html>
<!-- END [% template.name %] -->