Diff for /rat/client/parameter.html between versions 1.43 and 1.44

version 1.43, 2007/05/02 01:34:37 version 1.44, 2007/06/05 20:44:14
Line 838  function init() { Line 838  function init() {
   }    }
   
   if (ptype=='string') {    if (ptype=='string') {
      sopt('default','Default');       //sopt('default','Default');
        if (pscat == 'yesno')        { sopt('yesno','Yes/No'); }
        if (pscat == 'examtype')     { sopt('examtype','Exam Type'); }
        if (pscat == 'questiontype') { sopt('questiontype','Question Type'); }
        if (pscat == 'ip')           { sopt('ip','IP Number/Name'); }
        if (pscat == 'fileext')      { sopt('fileext','File Extension'); }
        if (pscat == 'useslots')     { sopt('useslots','Slots control access'); }
      sopt('any','String Value');       sopt('any','String Value');
   }    }
   

Removed from v.1.43  
changed lines
  Added in v.1.44


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>