Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / homepage / oldpublications.mas
blob84acdc1b3400473508d46b243941f9c2b7ec8c69
2 <%perl>
3 use strict;
4 use File::Spec;
5 use CXGN::Tools::File;
6 use CXGN::Page;
8 my $file=File::Spec->catfile($c->get_conf('homepage_files_dir'), 'publications.txt');
9 my $page=CXGN::Page->new('Publications','john');
12 my $publications = qq { <p class="boxbgcolor5"><br />Publications are not available at the moment due to a server problem. We apologize for the inconvenience. Please check back later.<br /><br /></p><br /><br /><br /><br /> };
14 eval { 
16   $publications = $m->file($file);
21 </%perl>
23 <& /page/page_title.mas, title=>"All Publications" &>
24 <% $publications %>