Forward to a mason component so the autohandler is invoked
[sgn.git] / mason / gbrowse / help.mas
blob0e5334ebce588a4a89afb865d8fcbd22777aff56
1 % unless( my $g = $c->enabled_feature('gbrowse2') ) {
3 <h2>GBrowse not installed.</h2>
4 No help available.
6 % } else {
7 <& .gbrowse_info, gb => $g &>
8 % }
11 <%def .gbrowse_info>
12 <%args>
13   $gb
14 </%args>
16 <& /page/page_title.mas, title => 'GBrowse help' &>
18 <&| /page/info_section.mas, title => 'About' &>
19   <p>
20     <% $c->site_name %> uses the Generic Genome Browser (GBrowse),
21     produced by the <a href="http://gmod.org">GMOD project</a>, for
22     providing browsable sequence annotations.
23   </p>
25   <p>See the <a href="http://gmod.org/wiki/GBrowse#On-line_documentation">GBrowse online documentation</a> for instructions on how to use GBrowse.</p>
26 </&>
28 <&| /page/info_section.mas, title => 'Available GBrowse Datasets' &>
30 %   my $s = $m->scomp('/gbrowse/list_sources.mas');
31     <% $s =~ /\S/ ? $s : '<strong>no sources available</strong>' %>
33 </&>
35 </%def>