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
remove unused digestion.pl
[sgn.git]
/
mason
/
ontology
/
embedded_browser.mas
blob
ff018a32330b5efb85d1529f24eb1be8b56ef22d
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
]
19
&>
20
<& /ontology/parentage.mas, accession => $cvterm->get_full_accession , db_name => $cvterm->get_db_name &>
21
</&>