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

  <div class='itemhidden' id='[% div_name %]'>    
    <table style="margin-left: 30px">
 	  <tr>
		<td><img alt="" src="/images/text.gif" class="text" /></td>
        <td>
			[% sop_url = c.cfg('settings').service_url; IF c.user_can('report') %]
			<a class="nav" href="[% sop_url %]/foswiki/ReportingSOPDev" target="_blank">
			  Reporting SOP <span class="highlight">Dev</span>
			</a>
			[% ELSE %]
			<a class="nav" href="[% sop_url %]/foswiki/ReportingSOP" target="_blank">
			  Reporting SOP
			</a>
			[% END %]
		</td>
      </tr>
    </table>
  </div>
<!-- END [% component.name %] -->