--- rat/client/parameter.html 2003/07/10 08:34:43 1.25 +++ rat/client/parameter.html 2003/07/10 10:29:00 1.26 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.25 2003/07/10 08:34:43 www Exp $ +// $Id: parameter.html,v 1.26 2003/07/10 10:29:00 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -590,9 +590,27 @@ function draw() { if (pscat=='ip') { tablestart('IP Number/Name'); choicewrite('Value:'); - choicewrite(''); } + if (pscat=='fileext') { + tablestart('Allowed File Extensions'); + choicewrite('Value:'); + choicewrite(' Plain Text
'); + choicewrite(' Picture File
'); + choicewrite(' Office Document
'); + choicewrite(''); + } choicewrite(''); } }