RSS Git Download  Clone
Raw Blame History
[% 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 }
    table.footer { width: 100% }    
	th { background: #f5f5f5 }
	td, th { border: solid 1px #00f; padding: 2px 5px; font-weight: bold }
    .footer td { text-align: right; border: solid 2px #00f; padding: 5px }
	td.probe { }
    #pid td { background: yellow }
    #probes { border: solid 2px #f00; width: 98% }
	#probes td { padding: 10px }
	#col-one, #col-two, #col-three, #col-five { }
	#col-four { width: 40% }
    #report { margin-left: 2em }
    .empty { width: 30% }
    div.emptyBox { width: 98%; height: 100px; border: solid 2px #f00; margin: 10px 0 }
	@media print {
		body { width: 100%; margin: 0 }
		#back { display: none }
		td, th, p { font-size: 8pt }
	}
  -->
  </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 %] -->