Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr12_split.pl
blob8df13ce0fd1ac754888f02ae59a41b6e2606f7b8
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr12_split.html','html2pl converter');
4 $page->header('Chromosome 12');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 12</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/chr12_split.png" border="none"
20 usemap="#chr12_map" /> <map name="chr12_map" id="chr12_map">
21 <area alt="" coords="290,15,330,155" href="chr12a.pl" />
22 <area alt="" coords="290,156,330,290" href="chr12b.pl" />
23 <area alt="" coords="290,291,330,425" href="chr12c.pl" />
24 <area alt="" coords="345,80,380,220" href="chr12d.pl" />
25 <area alt="" coords="345,221,380,355" href="chr12e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();