Rev 14748 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!if $wims_user=supervisor
!let listhelp=type,datedeadline,datetimesoldate,scoring,sizelimitfile
!else
!! actually no help for user
!endif
!bound special_parm within $listhelp default $empty
!if $special_parm=$empty
!for tmp in $listhelp
<div>
!read lang/help.phtml.$lang $tmp
</div>
!else
!changeto lang/help.phtml.$lang $special_parm
!endif