Rev 6461 | Rev 6465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6461 | Rev 6463 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | ||
1 | !if |
2 | !if $gotcntC > 0 |
2 | !set gotcnt= |
3 | !set gotcnt=$gotcntC |
3 | !set gotm= |
4 | !set gotm=$gotmC |
4 | !set gotd= |
5 | !set gotd=$gotdC |
5 | !set gott= |
6 | !set gott=$gottC |
6 | !endif |
7 | !endif |
7 | - | ||
8 |
|
8 | $wims_name_n_example |
9 | !changeto lang/welcome-S.phtml.$lang |
- | |
10 | !endif |
- | |
11 | - | ||
12 | <ul class="wims_home_result_list |
9 | <ul class="wims_home_result_list wims_class"> |
13 | !for i=1 to $gotcnt |
10 | !for i=1 to $gotcnt |
14 | !set m_=!line $i of $gotm |
11 | !set m_=!line $i of $gotm |
15 | !set t_=!line $i of $gott |
12 | !set t_=!line $i of $gott |
16 | !set d_=!line $i of $gotd |
13 | !set d_=!line $i of $gotd |
17 | <li class="wims_home_result_list"> |
14 | <li class="wims_home_result_list"> |
18 | !href module= |
15 | !href module=home&user=anonymous,$m_,anonymous $t_ |
19 | , $d_ |
- | |
20 | </li> |
16 | </li> |
21 | !next i |
17 | !next i |
22 | </ul> |
18 | </ul> |