Rev 17070 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17070 | Rev 17097 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! manage of message |
1 | !! manage of message |
2 | !! |
2 | !! |
3 | !set list_err=toomanyuser |
3 | !set list_err=toomanyuser notopen |
4 | 4 | ||
5 | !if $wims_read_parm!=$empty |
5 | !if $wims_read_parm!=$empty |
6 | !set err_=!word 1 of $wims_read_parm |
6 | !set err_=!word 1 of $wims_read_parm |
7 | !set comp_=!word 2 to -1 of $wims_read_parm |
7 | !set comp_=!word 2 to -1 of $wims_read_parm |
8 | !else |
8 | !else |
Line 14... | Line 14... | ||
14 | 14 | ||
15 | !if $err_ iswordof $list_err |
15 | !if $err_ iswordof $list_err |
16 | !changeto lang/msg.phtml.$lang |
16 | !changeto lang/msg.phtml.$lang |
17 | !else |
17 | !else |
18 | !msg $err_ |
18 | !msg $err_ |
19 | $err_ |
- | |
20 | !endif |
19 | !endif |