update empty fixture to something that is more up to date.
[sgn.git] / cgi-bin / misc / index.pl
blob5a22d5d1d86c85e3deb3c71d83e70bfaef9fa748
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('index.html','html2pl converter');
4 $page->header('Sol Genomics Network');
5 print<<END_HEREDOC;
10 <br />
11 <center>
12 <table summary="" class="boxbgcolor2" width="100\%">
13 <tr>
14 <td width="25\%">&nbsp;</td>
15 <td width="50\%" class="left">
16 <div class="boxcontent">
18 <div class="subheading">
19 <u>SGN Miscellaneous</u>
20 </div>
21 <div class="boxsubcontent">
22 <a href="/misc/codon_usage/codon_usage.pl">Comparative Codon Usage Analysis</a> - Codon usage for tomato (L. esculentum) and potato (S. tuberosum) genes and comparison with codon usage in other organisms.
23 </div>
25 </div>
26 </td>
27 <td width="25\%">&nbsp;</td>
28 </tr>
29 </table>
30 </center>
32 END_HEREDOC
33 $page->footer();