remove unused digestion.pl
[sgn.git] / mason / ontology / embedded_browser.mas
blobff018a32330b5efb85d1529f24eb1be8b56ef22d
1 <%args>
2     $title => 'Ontology browser'
3     $cvterm
4 </%args>
5 <&| /page/info_section.mas,
6     title       => $title,
7     collapsible => 1,
8 &>
9 <& /util/import_javascript.mas,
10     classes => [
11         'MochiKit.DOM',
12         'MochiKit.Visual',
13         'MochiKit.Async',
14         'Prototype',
15         'MochiKit.Logging',
16         'CXGN.Onto.Browser',
17         'CXGN.Page.FormattingHelpers',
18      ]
20 <& /ontology/parentage.mas, accession => $cvterm->get_full_accession , db_name => $cvterm->get_db_name  &>
21 </&>