1 % unless( my $g = $c->enabled_feature('gbrowse2') ) {
3 <h2>GBrowse not installed.</h2>
7 <& .gbrowse_info, gb => $g &>
16 <& /page/page_title.mas, title => 'GBrowse help' &>
18 <&| /page/info_section.mas, title => 'About' &>
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.
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>
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>' %>