Subversion Repositories wimsdev

Rev

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

  1. !if $wims_read_parm!=$empty
  2.   !set err_=!word 1 of $wims_read_parm
  3.   !set comp_=!word 2 to -1 of $wims_read_parm
  4. !else
  5.   !set err_=!word 1 of $error
  6.   !set comp_=!word 2 to -1 of $error
  7. !endif
  8. !set wims_module_log=error: $err_
  9. !if $err_ iswordof badsoldate bad_maxfreework badstatutsubject badstatutsolution goodsave goodstatut gooderasefile goodaddfile notnow fwnotperime\
  10.     fwnotactive badfilename gooderase noterasable gooddeactivate notenoughfreespace badstudentfilesize quota_filestudent badallows studentwithoutfw putworknotallow notallowedmodule\
  11.     notallcorrected putworkusernotexists expire_nosoldisplay toomanychar quota_file notallowed_desactivated goodhide addrplay goodarchive notauthsupervisor not_secure alreadyarchivated
  12.   !changeto lang/msg.phtml.$lang
  13. !else
  14.   !msg $err_
  15.   $err_
  16. !endif
  17.