fixed div id
[sgn.git] / mason / about / sgn / misc.mas
bloba4e4f0480ec68581c381203143925ae91b212b5f
2 <%perl>
4 use CXGN::Page::FormattingHelpers qw/info_section_html info_table_html/;
6 print info_section_html( title=> 'Computers',
7                          contents => ul('<a href="/sgn_photos/index.pl">Photos of our server room</a>',
8                                          '<a href="/about/temp.pl">Temperature in our server room</a>'));
10 print info_section_html( title => 'Other Pages', contents => <<EOHTML );
11 <ul>
12 <li><a href="/help/index.pl">SGN Help Home</a></li>
13 <li><a href="about_solanaceae.pl">Solanaceae family overview</a></li>
14 </ul>
15 EOHTML
17 </%perl>