Rev 7044 | Rev 15375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7044 | Rev 12822 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !set gott=$gottS |
5 | !set gott=$gottS |
6 | !endif |
6 | !endif |
7 | 7 | ||
8 | !default gotcntS=0 |
8 | !default gotcntS=0 |
9 | !if $[$gotcntS + $gotcnt]=0 |
9 | !if $[$gotcntS + $gotcnt]=0 |
10 | !changeto lang/welcome-S.phtml.$lang |
10 | !changeto lang/welcome-S.phtml.$lang |
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | <ul class="wims_home_result_list wims_sheet"> |
13 | <ul class="wims_home_result_list wims_sheet"> |
14 | !for i=1 to $gotcnt |
14 | !for i=1 to $gotcnt |
15 | !set m_=!line $i of $gotm |
15 | !set m_=!line $i of $gotm |
16 | !set t_=!line $i of $gott |
16 | !set t_=!line $i of $gott |
17 | !set d_=!line $i of $gotd |
17 | !set d_=!line $i of $gotd |
18 | !set i_=!line $i of $gotiS |
18 | !set i_=!line $i of $gotiS |
19 | !set n_=!line $i of $gotm_ |
19 | !set n_=!line $i of $gotm_ |
20 | !if $i_=$n_ or $i_ issametext |
20 | !if $i_=$n_ or $i_ issametext |
21 | !set i_=$d_ |
21 | !set i_=$d_ |
22 | !endif |
22 | !endif |
23 | !if $i_=$empty |
23 | !if $i_=$empty |
24 | !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang |
24 | !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang |
25 | !endif |
25 | !endif |
26 | <li class="wims_home_result_list"> |
26 | <li class="wims_home_result_list"> |
27 | $ii_ |
27 | $ii_ |
28 | !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_ |
28 | !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_ |
29 | !if $i_ != $empty |
29 | !if $i_ != $empty |
30 | , $i_ |
30 | , $i_ |
31 | !else |
31 | !else |
32 | . |
32 | . |
33 | !endif |
33 | !endif |
34 | </li> |
34 | </li> |
35 | !next i |
35 | !next i |
36 | </ul> |
36 | </ul> |