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
Changed db to cxgn-test
[sgn.git]
/
mason
/
solgs
/
search
/
traits
/
list.mas
blob
f0648d45c14230ef60fa13e2794d2bcf0027aa22
1
<%doc>
2
A subset of GS traits list.
3
</%doc>
4
5
<%args>
6
7
$index
8
$traits_list
9
10
</%args>
11
12
<& /page/page_title.mas,
13
title=>'List of traits with GS data'
14
&>
15
16
<&| /page/info_section.mas,
17
title => qq |Traits beginning with "$index" |
18
&>
19
20
<&/page/columnar_table.mas,
21
data => $traits_list,
22
__align => 'l',
23
__alt_freq => 2,
24
__alt_width => 1,
25
__cellpadding => 20,
26
&>
27
28
</&>