RSS Git Download  Clone
Raw Blame History
[% content_only = 1 # no html wrappers %]

<html>
<head>
  <!-- BEGIN [% template.name %] -->
  <title>FISH worksheets</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link type="text/css" rel="stylesheet" href="/css/worksheet.css" />
  <style type="text/css">
	td, th { font-weight: bold; border-color: #00f; } /* all td */
    @media print {
	td, th, p, div { font-size: 8pt } /* override default 7pt */
	}
  </style>
</head>

<body>
    [% # PROCESS dumper.tt dump = gross_description %]
    [% # PROCESS dumper.tt dump = result_summaries %]
    [% # PROCESS dumper.tt dump = specimen_map %]
    [% # 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; # PROCESS dumper.tt dump = data.as_tree %]
      <div style="page-break-after: always">
        [% PROCESS worklist/local/fish/worksheet.tt %]
      </div>        
  [% END %]
</body>
</html>
<!-- END [% template.name %] -->