Rev 17179 | Rev 17716 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17179 | Rev 17679 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | !set w_=!word $i of $(gotw$cat) |
7 | !set w_=!word $i of $(gotw$cat) |
8 | !set l_=!line $i of $(gotl$cat) |
8 | !set l_=!line $i of $(gotl$cat) |
9 | !set t_=!line $i of $(gott$cat) |
9 | !set t_=!line $i of $(gott$cat) |
10 | !set d_=!line $i of $(gotd$cat) |
10 | !set d_=!line $i of $(gotd$cat) |
11 | !set a_=!line $i of $(gota$cat) |
11 | !set a_=!line $i of $(gota$cat) |
- | 12 | !set maint_=!module maintainer $m_ |
|
12 | <li> |
13 | <li> |
13 | !if $wims_ismanager=2 |
14 | !if $wims_ismanager=2 |
14 | <span class="small">$w_</span> |
15 | <span class="small">$w_</span> |
15 | !endif |
16 | !endif |
16 | !if $l_!=$search_lang |
17 | !if $l_!=$search_lang |
Line 41... | Line 42... | ||
41 | !set t_=!replace internal OEF by in $t_ |
42 | !set t_=!replace internal OEF by in $t_ |
42 | !href module=$m_ $t_ |
43 | !href module=$m_ $t_ |
43 | $L, $d_ |
44 | $L, $d_ |
44 | !if $wims_show_author=yes |
45 | !if $wims_show_author=yes |
45 | <span class="small"> |
46 | <span class="small"> |
- | 47 | !!!if $maint_!= |
|
- | 48 | !! !replace internal , by $ $ in ($a_; $maint_) |
|
- | 49 | !!!else |
|
46 | !replace internal , by $ $ in ($a_) |
50 | !replace internal , by $ $ in ($a_) |
- | 51 | !!!endif |
|
47 | </span> |
52 | </span> |
48 | !endif |
53 | !endif |
49 | !if $ltrans!=$empty |
54 | !if $ltrans!=$empty |
50 | ($l_ $ltrans) |
55 | ($l_ $ltrans) |
51 | !endif |
56 | !endif |