Rev 6986 | Rev 7044 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6986 | Rev 7040 | ||
---|---|---|---|
Line 7... | Line 7... | ||
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 | <pre> |
|
12 | 13 | $gotd |
|
- | 14 | </pre> |
|
13 | <ul class="wims_home_result_list wims_sheet"> |
15 | <ul class="wims_home_result_list wims_sheet"> |
14 | !for i=1 to $gotcnt |
16 | !for i=1 to $gotcnt |
15 | !set m_=!line $i of $gotm |
17 | !set m_=!line $i of $gotm |
16 | !set t_=!line $i of $gott |
18 | !set t_=!line $i of $gott |
17 | !set d_=!line $i of $gotd |
19 | !set d_=!line $i of $gotd |
18 | !set i_=!line $i of $gotiS |
20 | !set i_=!line $i of $gotiS |
19 | !set n_=!line $i of $gotm_ |
21 | !set n_=!line $i of $gotm_ |
20 | !if $i_=$n_ |
22 | !if $i_=$n_ or $i_ issametext |
21 | !set i_=$d_ |
23 | !set i_=$d_ |
- | 24 | !endif |
|
- | 25 | !if $i_=$empty |
|
- | 26 | !set i_=!lookup $n_ in wimshome/public_html/$basedir/information.$search_lang |
|
22 | !endif |
27 | !endif |
23 | <li class="wims_home_result_list"> |
28 | <li class="wims_home_result_list"> |
- | 29 | $ii_ |
|
24 | !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_ |
30 | !href module=adm/sheet&job=read&sh=$search_lang/$m_ $t_ |
25 | !if $i_ != $empty |
31 | !if $i_ != $empty |
26 | , $i_ |
32 | , $i_ |
27 | !else |
33 | !else |
28 | . |
34 | . |