modified autogenerated name method
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr9a.pl
blobfe48dc794c8d786e9c4a7eb651719e219cac941f
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr9a.html','html2pl converter');
4 $page->header('Chromosome 9');
5 print<<END_HEREDOC;
8 <br />
9 <br />
11 <center>
12 <h1><a href="chr9_split.pl">Chromosome 9</a></h1>
13 <h3>- Section A -</h3>
15 <br />
16 <br />
18 <table summary="" width="50\%">
19 <tr><td align="center"> <b>NB -</b> In the image below, the marker (937) T1641 has
20 historically been mistakenly labelled as <i>T1614</i>. This has now been
21 corrected. Any previous references to T1614 stemming from this map should
22 be taken as referring to T1641.</td></tr>
23 </table>
25 <br />
26 <br />
28 <table summary="">
29 <tr>
30 <td align="right" valign="top"><img alt="" align="left"
31 src="/documents/maps/tomato_arabidopsis/map_images/chr9a.png" border="none" /></td>
33 </tr>
34 </table>
35 </center>
36 END_HEREDOC
37 $page->footer();