Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr5_split.pl
blobd3bc98b23decbd6a41178ec03e7505325f233d29
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr5_split.html','html2pl converter');
4 $page->header('Chromosome 5');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 5</h1>
14 <br />
15 <p>(Click on one of the sidebars to view that region in detail)</p>
17 <br />
19 <img alt="" src="/documents/maps/tomato_arabidopsis/map_images/chr5_split.png" border="none"
20 usemap="#chr5_map" /> <map name="chr5_map" id="chr5_map">
21 <area alt="" coords="235,15,275,195" href="chr5a.pl" />
22 <area alt="" coords="235,196,275,365" href="chr5b.pl" />
23 <area alt="" coords="235,366,275,545" href="chr5c.pl" />
24 <area alt="" coords="295,100,325,280" href="chr5d.pl" />
25 <area alt="" coords="295,281,325,455" href="chr5e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();