Rev 13915 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13915 | Rev 17172 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set test_radio=$wims_read_parm |
1 | !set test_radio=$wims_read_parm |
2 | 2 | ||
3 | !set dir=wimshome/public_html/bases/sys/domain/domain |
3 | !set dir=wimshome/public_html/bases/sys/domain/domain |
4 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
4 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
5 | !if $test_radio=radio |
5 | !if $test_radio=radio |
6 | !set radio=!nosubst <input type="radio" name="taxon_keywords" id="$tid" value="$tid" |
6 | !set radio=!nosubst <input type="radio" name="taxon_keywords" id="$tid" value="$tid"> |
7 | !else |
7 | !else |
8 | !reset radio |
8 | !reset radio |
9 | !endif |
9 | !endif |
10 | <ul class="tree"> |
10 | <ul class="tree"> |
11 | !for a in $dom |
11 | !for a in $dom |