Subversion Repositories wimsdev

Rev

Rev 14339 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !let listhelp=type,datedeadline,datetimesoldate,scoring,sizelimitfile
  2.  
  3. !bound special_parm within $listhelp default $empty
  4.  
  5. !if $special_parm=$empty
  6.   !for tmp in $listhelp
  7.     <div>
  8.     !read lang/help.phtml.$lang $tmp
  9.     </div>
  10.   !next
  11.   !exit
  12. !else
  13.   !changeto lang/help.phtml.$lang $special_parm
  14. !endif
  15.