repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new pheno download tests pass
[sgn.git]
/
mason
/
ontology
/
embedded_browser.mas
blob
7c5ef4dad34124f21dc71d368ffa0f26bc4204c7
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
'MochiKit.Logging',
15
'CXGN.Onto.Browser',
16
'CXGN.Page.FormattingHelpers',
17
]
18
&>
19
<& /ontology/parentage.mas, accession => $cvterm->get_full_accession , db_name => $cvterm->get_db_name &>
20
</&>