--- rat/client/parameter.html 2022/07/08 16:38:03 1.64.2.5.2.3 +++ rat/client/parameter.html 2023/12/29 21:09:58 1.64.2.5.2.4 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.5.2.3 2022/07/08 16:38:03 raeburn Exp $ +// $Id: parameter.html,v 1.64.2.5.2.4 2023/12/29 21:09:58 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -1064,6 +1064,18 @@ function draw() { if (svalue=='no') { choicewrite(' checked="checked"'); } choicewrite(' /> No
'); } + if (pscat=='tex') { + tablestart('TeX file display'); + choicewrite('Value:'); + choicewrite('
'); + choicewrite('
'); + } if (pscat=='ip') { var currallow = new Array; var currdeny = new Array; @@ -1706,6 +1718,7 @@ function init() { else if (pscat == 'fileext') { sopt('fileext','File Extension'); } else if (pscat == 'useslots') { sopt('useslots','Slots control access'); } else if (pscat == 'deeplink') { sopt('deeplink','Deep-linked items'); } + else if (pscat == 'tex') { sopt('texdisplay','TeX File Display'); } else { pscat = 'any'; } if (pscat != 'deeplink') { sopt('any','String Value'); } }