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.
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 /> };
24 $loci = $m->file($file);
31 <& /page/page_title.mas, title=>'All Loci of the Week' &>