same brapi germplasm-search for get and post
[sgn.git] / mason / pedigree / stock_descendants.mas
blob66d1baa1ce63d54d8442f7912446999815b3664a
1 <%doc>
2 =head1 NAME
4 stock_descendants.mas
6 =head1 DESCRIPTION
8 This component displays descendants
10 =head1 AUTHOR
12 Jeremy Edwards <jde22@cornell.edu>
14 =head1 ARGUMENTS
16 =over 1
18 =item stock
20 a Bio::Chado::Schema::Stock::Stock object
22 =back
23 =cut
25 </%doc>
27 <%args>
28   $stock_id
29 </%args>
31 <center>
32 <div style="max-width:700px;max-height:400px;overflow:auto">
33 <object target="_top"
34         xmlns="http://www.w3.org/2000/svg"
35         xmlns:xlink="http://www.w3.org/1999/xlink"
36         pluginspage="http://www.adobe.com/svg/viewer/install/"
37         width="700px"
38         max-height="400px"
39         min-height="200px"
40         height="400px"
41         overflow="auto"
42         data="/descendants/svg/<% $stock_id %>" type="image/svg+xml">
43     <!-- put content for old browsers or IE here, it
44          will get displayed instead of the SVG. You can 
45          embed a raster version of the image here, but remember it 
46          will get loaded by the SVG capable browsers as well, 
47          even if they don't display it! That may slow your 
48          page down significantly. -->
49 </object>
50 </div>
51 </center>