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