Diff for /rat/client/parameter.html between versions 1.90 and 1.91

version 1.90, 2022/07/07 03:37:02 version 1.91, 2023/12/22 13:38:03
Line 1138  function draw() { Line 1138  function draw() {
            if (svalue=='no') { choicewrite(' checked="checked"'); }             if (svalue=='no') { choicewrite(' checked="checked"'); }
            choicewrite(' /> No</label><br />');             choicewrite(' /> No</label><br />');
         }          }
           if (pscat=='tex') {
              tablestart('TeX file display');
              choicewrite('<tr><td>Value:</td><td colspan="2">');
              choicewrite('<label><input name="stringval" value="tth"'+
                     ' type="radio" '+callradiostringeval('tth'));
              if (svalue=='tth') { choicewrite(' checked="checked"'); }
              choicewrite(' /> tth (TeX to HTML)</label><br />');
              choicewrite('<label><input name="stringval" value="mathjax"'+
                     ' type="radio" '+callradiostringeval('mathjax'));
              if (svalue=='mathjax') { choicewrite(' checked="checked"'); }
              choicewrite(' /> MathJax</label><br />');
           }
         if (pscat=='ip') {          if (pscat=='ip') {
             var currallow = new Array;              var currallow = new Array;
             var currdeny = new Array;              var currdeny = new Array;
Line 1835  function init() { Line 1847  function init() {
      else if (pscat == 'fileext')      { sopt('fileext','File Extension'); }       else if (pscat == 'fileext')      { sopt('fileext','File Extension'); }
      else if (pscat == 'useslots')     { sopt('useslots','Slots control access'); }       else if (pscat == 'useslots')     { sopt('useslots','Slots control access'); }
      else if (pscat == 'deeplink')     { sopt('deeplink','Deep-linked items'); }       else if (pscat == 'deeplink')     { sopt('deeplink','Deep-linked items'); }
        else if (pscat == 'tex')   { sopt('texdisplay','TeX File Display'); }
      else { pscat = 'any'; }       else { pscat = 'any'; }
      if (pscat != 'deeplink') { sopt('any','String Value'); }       if (pscat != 'deeplink') { sopt('any','String Value'); }
   }    }

Removed from v.1.90  
changed lines
  Added in v.1.91


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