RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% component.name %] -->
          <p class="indent">
            <strong>Select investigation(s):</strong>
            [% div_name = 'multi'; INCLUDE site/snippets/toggleview.tt %]
            [optional]
          </p>
          
          <div id="[% div_name %]" class="itemhidden">
            <div class="indent">
              <select multiple size="[% investigations.size %]" name="lab_test_id"
                  class="indent" id="lab_test_id" [% site.html.on_focus %]>
                [% FOREACH entry IN active_investigations %]
                  <option value="[% entry.id %]">
                    [[% entry.test_type.match('panel') ? 'P' : 'T' %]]
                    [% entry.field_label %]
                  </option>
                [% END %]
              </select>
            </div>
          </div>
<!-- END [% component.name %] -->