Subversion Repositories wimsdev

Rev

Rev 17636 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14297 guerimand 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\
14572 bpr 10
    fwnotactive badfilename gooderase noterasable gooddeactivate notenoughfreespace badstudentfilesize quota_filestudent badallows studentwithoutfw putworknotallow notallowedmodule\
15015 guerimand 11
    notallcorrected putworkusernotexists expire_nosoldisplay toomanychar quota_file notallowed_desactivated goodhide addrplay goodarchive notauthsupervisor not_secure alreadyarchivated\
16087 guerimand 12
    file_too_large addexo-nofreework not_exo insert_fail no_pick bad_freework too_many_exos already_exist exo-insert exolog-noexo exolog-exoexists exolog-badparameter\
17667 czzmrn 13
     exolog-nofile exolog-nouser noinlineanswer ok-delexo badscore toomanywimsexo printversion duplicateok truncatedtext geogebratoolong
14537 guerimand 14
  !changeto lang/msg.phtml.$lang
14297 guerimand 15
!else
16
  !msg $err_
17
  $err_
18
!endif