Merge pull request #5134 from solgenomics/topic/fix_seedlot_search
[sgn.git] / cgi-bin / maps / lpimp_ibl / chromosome3.pl
blobeaa685a63f1d2e1dcd5ff835461e22fa7656f667
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new("chromosome3.html","html2pl converter");
4 $page->header("Mapping information for chromosome 3");
5 print<<END_HEREDOC;
7 <center>
9 <h1>Chromosome
10 3</h1><img alt="" src="/documents/maps/lpimp_ibl/IMAGES/lycopimp3.png" usemap=
11 "#synteny_map_chr3" /> <map name="synteny_map_chr3" id=
12 "synteny_map_chr3">
13 <area alt="" coords="370,75,489,86" href=
14 "/search/markers/markerinfo.pl?marker_id=183" />
15 <area alt="" coords="370,217,473,228" href=
16 "/search/markers/markerinfo.pl?marker_id=123" />
17 <area alt="" coords="370,264,468,275" href=
18 "/search/markers/markerinfo.pl?marker_id=3185" />
19 <area alt="" coords="370,341,479,351" href=
20 "/search/markers/markerinfo.pl?marker_id=92" />
21 <area alt="" coords="370,531,470,541" href=
22 "/search/markers/markerinfo.pl?marker_id=128" />
23 <area alt="" coords="370,655,474,665" href=
24 "/search/markers/markerinfo.pl?marker_id=505" />
25 <area alt="" coords="370,720,478,731" href=
26 "/search/markers/markerinfo.pl?marker_id=162" />
27 <area alt="" coords="370,807,490,817" href=
28 "/search/markers/markerinfo.pl?marker_id=191" />
29 <area alt="" coords="370,863,485,874" href=
30 "/search/markers/markerinfo.pl?marker_id=136" />
31 <area alt="" coords="370,996,474,1007" href=
32 "/search/markers/markerinfo.pl?marker_id=653" />
33 <area alt="" coords="370,1015,485,1026" href=
34 "/search/markers/markerinfo.pl?marker_id=237" />
35 <area alt="" coords="370,1035,471,1046" href=
36 "/search/markers/markerinfo.pl?marker_id=132" />
37 <area alt="" coords="370,1186,490,1197" href=
38 "/search/markers/markerinfo.pl?marker_id=55" />
39 </map>
40 </center>
41 END_HEREDOC
42 $page->footer();