Rev 14748 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16744 | guerimand | 1 | !if $wims_user=supervisor |
2 | !let listhelp=type,datedeadline,datetimesoldate,scoring,sizelimitfile |
||
3 | !else |
||
4 | !! actually no help for user |
||
5 | !exit |
||
6 | !endif |
||
14297 | guerimand | 7 | !bound special_parm within $listhelp default $empty |
8 | |||
9 | !if $special_parm=$empty |
||
14748 | bpr | 10 | !for tmp in $listhelp |
11 | <div> |
||
12 | !read lang/help.phtml.$lang $tmp |
||
13 | </div> |
||
14 | !next |
||
14297 | guerimand | 15 | !exit |
16 | !else |
||
17 | !changeto lang/help.phtml.$lang $special_parm |
||
18 | !endif |