Diff for /rat/client/parameter.html between versions 1.64.2.5.2.3 and 1.64.2.5.2.4

version 1.64.2.5.2.3, 2022/07/08 16:38:03 version 1.64.2.5.2.4, 2023/12/29 21:09:58
Line 1064  function draw() { Line 1064  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 1706  function init() { Line 1718  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.64.2.5.2.3  
changed lines
  Added in v.1.64.2.5.2.4


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