Subversion Repositories wimsdev

Rev

Rev 14748 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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
  7. !bound special_parm within $listhelp default $empty
  8.  
  9. !if $special_parm=$empty
  10.   !for tmp in $listhelp
  11.     <div>
  12.     !read lang/help.phtml.$lang $tmp
  13.     </div>
  14.   !next
  15.   !exit
  16. !else
  17.   !changeto lang/help.phtml.$lang $special_parm
  18. !endif
  19.