RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% component.name %] -->
    <table class="tree">
        <tr>
            <td>
				[% div_name = 'views'; INCLUDE site/snippets/toggleview.tt type = 'folder' %]
            </td>
            <td>
                <span class="title">Static views</span>
            </td>
        </tr>
    </table>

    <div class='itemhidden' id="[% div_name %]">
        <table style="margin-left: 30px">
        [%
            INCLUDE row class_function = 'resources/query_view/diagnostic_sub_categories'
                title = 'Diagnostic sub-categories';
            INCLUDE row class_function = 'resources/query_view/local_network_locations'
                title = 'Local network locations';
            INCLUDE row class_function = 'resources/query_view/outreach_no_demographics'
                title = 'Outreach - no demographics';
            INCLUDE row class_function = 'resources/query_view/outstanding_lab_tests'
                title = 'Outstanding lab tests';
            INCLUDE row class_function = 'resources/query_view/error_code_assignments'
                title = 'Error code assignments';
            INCLUDE row class_function = 'resources/query_view/mailed_reports_today'
                title = 'Reports emailed today (slow!)';
            INCLUDE row class_function = 'resources/query_view/panel_tests'
                title = 'Configured panel lab tests';
        %]
        </table>
    </div>
<!-- END [% component.name %] -->