--- rat/client/parameter.html 2016/05/15 17:40:34 1.72
+++ rat/client/parameter.html 2019/01/06 04:02:19 1.79
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.72 2016/05/15 17:40:34 raeburn Exp $
+// $Id: parameter.html,v 1.79 2019/01/06 04:02:19 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -48,6 +48,10 @@ var pscat='';
var pmarker='';
var pmodal='';
var pname='';
+var precursive='';
+var pnonreccol='';
+var pmarkerst='';
+var pparm='';
var defhour=0;
var defmin=0;
@@ -188,7 +192,7 @@ function second() {
choicewrite('>'+i+'');
}
choicewrite('');
-}
+}
function date() {
@@ -239,8 +243,8 @@ function month() {
}
choicewrite('');
}
-
-
+
+
function intminute() {
var thisminutes=cmins;
var i;
@@ -440,6 +444,61 @@ function stringeval() {
draw();
}
+function ipstringeval() {
+ var patternIp = /^([\[\]a-zA-Z\.\d\*\-]+)$/;
+ var acctypes = new Array;
+ acctypes = ['allow','deny'];
+ svalue = '';
+ for (var i=0; i 0) {
+ for (var j=0; j'+
+ 'Remove';
+ frame.document.getElementById('LC_string_ipacc_inner_'+iptype).appendChild(ipDiv);
+ }
+ return false;
+}
+
+function removeIpRule(iptype,num) {
+ var frame = window.frames["choices"];
+ if (frame.document.getElementById('LC_string_ipacc_inner_'+iptype)) {
+ var innerDiv = frame.document.getElementById('LC_string_ipacc_inner_'+iptype);
+ for (var i=0; i');
+ choicewrite('');
} else {
if (pscat=='pos') {
tablestart('Positive floating point number or zero');
@@ -910,10 +973,51 @@ function draw() {
choicewrite(' /> No ');
}
if (pscat=='ip') {
- tablestart('IP Number/Name');
- choicewrite('
Value:
');
- choicewrite('');
+ var currallow = new Array;
+ var currdeny = new Array;
+ if ((svalue != '') && (svalue != null)) {
+ var patternComma = /,/;
+ var patternAllow = /^([\[\]a-zA-Z\.\d\*\-]+)$/;
+ var patternDeny = /^\!([\[\]a-zA-Z\.\d\*\-]+)$/;
+ var current = new Array;
+ if (patternComma.test(svalue)) {
+ current = svalue.split(',');
+ } else {
+ current = (svalue);
+ }
+ for (var i=0; i
Allow from
Deny from
');
+ var acctypes = ['allow','deny'];
+ for (var i=0; i'+
+ '
'+
+ '
');
+ for (var j=0; j');
+ choicewrite('Remove');
+ choicewrite('
');
+ }
+ choicewrite('
');
+ }
+ choicewrite('
');
}
if (pscat=='fileext') {
tablestart('Allowed File Extensions');
@@ -953,10 +1057,35 @@ function draw() {
' type="radio" '+callradiostringeval('map_map'));
if (svalue=='map_map') { choicewrite(' checked="checked"'); }
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('');
+ choicewrite('');
+ }
+ if (pscat=='deeplink') {
+ tablestart('Deep-linked items');
+ choicewrite('