Merge pull request #5243 from solgenomics/topic/observations_upload_catch_error
[sgn.git] / mason / secretom / secretary / nav.mas
blobc8c53ebb8e3e25c9552ad1711d6e52f20f1a0bf9
1 <%args>
2   $curr_page
3 </%args>
4 <table id="secretary_nav"><tr>
5    <td> <a <% $curr_page eq 'background' ? 'class="active"' : '' %> href="/secretom/detail/prediction">About Prediction</a> </td>
6    <td> <a <% $curr_page eq 'tool' ? 'class="active"' : '' %> href="/secretom/secretary"><span class="secretary">SecreTary</span> Tool</a> </td>
7    <td> <a <% $curr_page eq 'instructions' ? 'class="active"' : '' %> href="/secretom/secretary/instructions"><span class="secretary">SecreTary</span> Instructions</a> </td>
8 </tr></table>