5 publication_of_the_week.mas - a mason module to display an html section with news, read from a file.
9 The module does not require any parameters. If the file read does not succeed, an error message is displayed.
13 Lukas Mueller <lam87@cornell.edu>
23 use CXGN::Tools::File;
25 my $publication = "The tomato genome publication information is currently unavailable.<br /><br />";
29 $publication = CXGN::Tools::File::read_commented_file(File::Spec->catfile($c->get_conf('homepage_files_dir'), "tomato_genome_publication_small.txt"));
33 if ($@) { print "ERROR $@\n"; }
37 <div class="boxbgcolor1" style="margin:0px;">
38 <div class="boxheading">Tomato Genome Published</div>
39 <div class="boxcontent"><% $publication %>