Merge pull request #5205 from solgenomics/topic/generic_trial_upload
[sgn.git] / mason / homepage / news.mas
blobd0f1de8b618d1790ed0f9c24b027933443852215
2 <%perl>
4 use strict;
6 use File::Spec;
7 use CXGN::Tools::File;
9 my $file = File::Spec->catfile($c->get_conf('homepage_files_dir'), 'news.txt');
11 my $contents = "News is not available at the moment.<br /><br />";
13 eval {
14   $contents = CXGN::Tools::File::get_sections($file);
18 </%perl>
20 <!-- <div class="boxbgcolor1" style="margin:0px;">
21 <div class="boxheading">News</div>
22 <div class="boxcontent"> -->
23   <% $contents %>
24 <!-- </div> -->
26 <button class="btn btn-info btn-sm" onclick='location.href="/oldhighlights.pl"'>See all news...</button>
28 <!--
29 <a href="oldhighlights.pl">See all news...</a>
30 -->
31 <!-- </div> -->