--- rat/client/parameter.html 2017/07/15 02:19:00 1.77 +++ rat/client/parameter.html 2018/11/13 03:59:12 1.78 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.77 2017/07/15 02:19:00 raeburn Exp $ +// $Id: parameter.html,v 1.78 2018/11/13 03:59:12 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -1059,6 +1059,31 @@ function draw() { choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in.
'); choicewrite(''); } + if (pscat=='deeplink') { + tablestart('Deep-linked items'); + choicewrite('Value:'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite(''); + } } if (ptype=='color') { @@ -1384,6 +1409,7 @@ function init() { else if (pscat == 'ip') { sopt('ip','IP Number/Name'); } 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 { pscat = 'any'; } sopt('any','String Value'); }