--- rat/client/parameter.html 2022/07/07 03:37:02 1.90 +++ rat/client/parameter.html 2023/12/22 13:38:03 1.91 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.90 2022/07/07 03:37:02 raeburn Exp $ +// $Id: parameter.html,v 1.91 2023/12/22 13:38:03 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -1138,6 +1138,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; @@ -1835,6 +1847,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'); } }