Merge branch 'master' into topic/simple_image_upload
[sgn.git] / cgi-bin / maps / tomato_arabidopsis / chr1_split.pl
blobe4ba377e7d8b4ee1436849fc392d393148432dfe
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('chr1_split.html','html2pl converter');
4 $page->header('Chromosome 1');
5 print<<END_HEREDOC;
7 <br />
8 <br />
10 <center>
12 <h1>Chromosome 1</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/chr1_split.png" border="none"
20 usemap="#chr1_map" /> <map name="chr1_map" id="chr1_map">
21 <area alt="" coords="285,15,325,215" href="chr1a.pl" />
22 <area alt="" coords="285,216,325,415" href="chr1b.pl" />
23 <area alt="" coords="285,416,325,615" href="chr1c.pl" />
24 <area alt="" coords="355,115,385,315" href="chr1d.pl" />
25 <area alt="" coords="355,316,385,515" href="chr1e.pl" />
26 </map>
27 </center>
28 END_HEREDOC
29 $page->footer();