version 1.77, 2017/07/15 02:19:00
|
version 1.78, 2018/11/13 03:59:12
|
Line 1059 function draw() {
|
Line 1059 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.</label><br />'); |
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.</label><br />'); |
choicewrite('</td></tr></table>'); |
choicewrite('</td></tr></table>'); |
} |
} |
|
if (pscat=='deeplink') { |
|
tablestart('Deep-linked items'); |
|
choicewrite('<tr><td>Value:</td><td colspan="2">'); |
|
choicewrite('<label><input name="stringval" value="full"'+ |
|
' type="radio" '+callradiostringeval('full')); |
|
if (svalue=='full') { choicewrite(' checked="checked"'); } |
|
choicewrite(' /> Displayed (linked) in Contents and Grades.</label><br />'); |
|
choicewrite('<label><input name="stringval" value="absent"'+ |
|
' type="radio" '+callradiostringeval('absent')); |
|
if (svalue=='absent') { choicewrite(' checked="checked"'); } |
|
choicewrite(' /> Not displayed in Contents or Grades.</label><br />'); |
|
choicewrite('<label><input name="stringval" value="grades"'+ |
|
' type="radio" '+callradiostringeval('grades')); |
|
if (svalue=='grades') { choicewrite(' checked="checked"'); } |
|
choicewrite(' /> Displayed in Grades only.</label><br />'); |
|
choicewrite('<label><input name="stringval" value="details"'+ |
|
' type="radio" '+callradiostringeval('details')); |
|
if (svalue=='details') { choicewrite(' checked="checked"'); } |
|
choicewrite(' /> Displayed (unlinked) in Contents and Grades.</label><br />'); |
|
choicewrite('<label><input name="stringval" value="datestatus"'+ |
|
' type="radio" '+callradiostringeval('datestatus')); |
|
if (svalue=='datestatus') { choicewrite(' checked="checked"'); } |
|
choicewrite(' /> Displayed (with date status) but unlinked in Contents and Grades.</label><br />'); |
|
choicewrite('</td></tr></table>'); |
|
} |
} |
} |
|
|
if (ptype=='color') { |
if (ptype=='color') { |
Line 1384 function init() {
|
Line 1409 function init() {
|
else if (pscat == 'ip') { sopt('ip','IP Number/Name'); } |
else if (pscat == 'ip') { sopt('ip','IP Number/Name'); } |
else if (pscat == 'fileext') { sopt('fileext','File Extension'); } |
else if (pscat == 'fileext') { sopt('fileext','File Extension'); } |
else if (pscat == 'useslots') { sopt('useslots','Slots control access'); } |
else if (pscat == 'useslots') { sopt('useslots','Slots control access'); } |
|
else if (pscat == 'deeplink') { sopt('deeplink','Deep-linked items'); } |
else { pscat = 'any'; } |
else { pscat = 'any'; } |
sopt('any','String Value'); |
sopt('any','String Value'); |
} |
} |