Merge pull request #2582 from TriticeaeToolbox/topic/search_genotyping_projects
[sgn.git] / cgi-bin / content / unigene_builds / index.pl
blobee856bafd23916fcbb9a9f31fb93ef1e0d5cc2ee
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 Content</u>
20 </div>
21 <div class="boxsubcontent">
22 <a href="/content/unigene_builds/Lycopersicon_Combined.pl">Lycopersicon Combined Unigene Build Series</a> - This unigene build series incorporates ESTs derived from Lycopersicon hirsutum, Lycopersion pennellii, and Lycopersion esculentum cDNA libraries.
23 </div>
25 </div>
26 </td>
27 <td width="25\%">&nbsp;</td>
28 </tr>
29 </table>
30 </center>
32 END_HEREDOC
33 $page->footer();