autogenerated name metadata table
[sgn.git] / mason / homepage / oldloci.mas
blob9e69724ee82b4364cf86a98948426438f8197acc
2 <%doc>
4 =head1 NAME
6 oldloci.mas - a mason component that shows a list of loci that have been featured in the locus of the week section. The component takes no parameters.
8 =cut 
10 </%doc>
12 <%perl>
13 use strict;
14 use File::Spec;
15 use CXGN::Tools::File;
17 my $file=(File::Spec->catfile($c->get_conf("homepage_files_dir"), "loci.txt"));
19 my $loci = qq{ <br /><p class="boxbgcolor5"><br />The list of all loci of the week is currently unavailable due to a server problem. We apologize for any inconvenience. Please check back later.<br /><br /></p><br /><br /> };
22 eval { 
24   $loci = $m->file($file);
29 </%perl>
31 <& /page/page_title.mas, title=>'All Loci of the Week' &>
33 <% $loci %>