Rev 15382 | Rev 15442 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15382 | Rev 15397 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !if $[$gotcntG + $gotcnt]=0 |
11 | !if $[$gotcntG + $gotcnt]=0 |
12 | <p> |
12 | <p> |
13 | !href module=adm/tool/glossary $wims_name_Glossary |
13 | !href module=adm/tool/glossary $wims_name_Glossary |
14 | </p> |
14 | </p> |
15 | !endif |
15 | !endif |
- | 16 | !read adm/levelname.phtml |
|
16 | <ul class="wims_home_result_list wims_glossary"> |
17 | <ul class="wims_home_result_list wims_glossary"> |
17 | !for i=1 to $gotcnt |
18 | !for i=1 to $gotcnt |
18 | !set m_=!line $i of $gotm |
19 | !set m_=!line $i of $gotm |
19 | !set t_=!line $i of $gott |
20 | !set t_=!line $i of $gott |
20 | !set d_=!line $i of $gotd |
21 | !set d_=!line $i of $gotd |
Line 27... | Line 28... | ||
27 | !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang |
28 | !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang |
28 | !endif |
29 | !endif |
29 | !set gl_level=!defof gl_level in wimshome/public_html/$basedir0/$m_ |
30 | !set gl_level=!defof gl_level in wimshome/public_html/$basedir0/$m_ |
30 | <li class="wims_home_result_list"> |
31 | <li class="wims_home_result_list"> |
31 | !href module=adm/tool/glossary&job=main&cmd=new&special_parm=$m_ $t_ |
32 | !href module=adm/tool/glossary&job=main&cmd=new&special_parm=$m_ $t_ |
32 | !if |
33 | !if $gl_level!= $empty |
33 |
|
34 | !for lev in $gl_level |
- | 35 | !set lev0=!word 1 of $lev |
|
- | 36 | - $(name_wims_level_$lev0) |
|
- | 37 | !word 2 to -1 of $lev |
|
- | 38 | !next |
|
- | 39 | $i_ |
|
34 | !else |
40 | !else |
35 | !!. |
41 | !!. |
36 | !endif |
42 | !endif |
37 | </li> |
43 | </li> |
38 | !next i |
44 | !next i |