--- rat/client/Attic/code.html 2001/05/28 22:23:00 1.32 +++ rat/client/Attic/code.html 2001/10/16 17:00:33 1.47 @@ -3,6 +3,7 @@ @@ -79,10 +84,20 @@ var srch; var srchflag=-1; // 1 means currently open // 0 means closed (but has been open) // -1 means never yet opened/defined +var srchmode=''; + var idx; var idxflag=-1; // 1 means currently open // 0 means closed (but has been open) // -1 means never yet opened/defined +var idxmode=''; + +var parm; +var parmflag=-1; // 1 means currently open + // 0 means closed (but has been open) + // -1 means never yet opened/defined + +var iconpath='/adm/lonIcons/'; function testfunction() { inf.document.forms.resinfo.elements.t.value="ABC"; @@ -108,7 +123,7 @@ function insertrow(j,ex1,ex2) { objects=objects1+':'+objects2; data1=objects.split(':'); for (kj=0;kj'); - if ((what!='') && (what!=undefined)) { - if ((obj1!='') && (obj1!=undefined)) { - obj1="'"+obj1+"'"; + if ((what!='') && (typeof(what)!="undefined")) { + if ((obj1!='') && (typeof(obj1)!="undefined")) { + objref="'"+obj1+"'"; parent.mapout.document.write - (''); + (''); } if (what=='r:') { + mime=''; + objnum=(obj1.split('&'))[1]; + if (typeof(objcont[objnum])!="undefined") { + urlparts=objcont[objnum].split(':'); + url=urlparts[1]; + ext=urlparts[2]; + urlparts=url.split('.'); + mime=urlparts[urlparts.length-1]; + if (typeof(mime)=="undefined") { mime=''; } + } parent.mapout.document.write - (''); + if ((mime!='') && (ext!='true')) { + parent.mapout.document.write + (''+ + ''); + } else { + parent.mapout.document.write + (''); + } + parent.mapout.document.write + (''); } else { if (what=='c:') { parent.mapout.document.write @@ -948,14 +993,61 @@ function drawcell (rtype,ctype,what,cm,o +' src="condition.gif">'); } else { if (what=='rs:') { + mime=''; + objnum=(obj1.split('&'))[1]; + if (typeof(objcont[objnum])!="undefined") { + urlparts=objcont[objnum].split(':'); + url=urlparts[1]; + ext=urlparts[2]; + urlparts=url.split('.'); + mime=urlparts[urlparts.length-1]; + if (typeof(mime)=="undefined") { mime=''; } + } parent.mapout.document.write - (''); + if ((mime!='') && (ext!='true')) { + parent.mapout.document.write + (''+ + ''); + } else { + parent.mapout.document.write + (''); + } + parent.mapout.document.write + (''); + } else { if (what=='rf:') { + mime=''; + objnum=(obj1.split('&'))[1]; + if (typeof(objcont[objnum])!="undefined") { + urlparts=objcont[objnum].split(':'); + url=urlparts[1]; + ext=urlparts[2]; + urlparts=url.split('.'); + mime=urlparts[urlparts.length-1]; + if (typeof(mime)=="undefined") { mime=''; } + } parent.mapout.document.write - (''); + if ((mime!='') && (ext!='true')) { + parent.mapout.document.write + (''+ + ''); + } else { + parent.mapout.document.write + (''); + } + parent.mapout.document.write + (''); } else { parent.mapout.document.write (''); } } else { @@ -1021,7 +1113,7 @@ if (rowtype[jid]!=0) { } parent.mapout.document.writeln(''); - if ((rowcont[jid]!='') && (rowcont[jid]!=undefined)) { + if ((rowcont[jid]!='') && (typeof(rowcont[jid])!="undefined")) { data2=rowcont[jid].split(':'); for (jk=0;jkmiddle) { for (k=middle+1;kleftin;k--) { - if ((colmap4[k]!='') && (colmap4[k]!=undefined)) { + if ((colmap4[k]!='') && (typeof(colmap4[k])!="undefined")) { colmap[k]='lrt'; } else { colmap[k]='lr'; @@ -1108,7 +1200,7 @@ if (rowtype[jid]!=0) { if (rightoutmiddle) { - if ((colmap3[middle]!='') && (colmap3[middle]!=undefined)) { + if ((colmap3[middle]!='') && (typeof(colmap3[middle])!="undefined")) { colmap2[middle]='rtdl'; } else { colmap2[middle]='rtl'; @@ -1117,7 +1209,7 @@ if (rowtype[jid]!=0) { } if (leftoutleftout;k--) { - if ((colmap3[k]!='') && (colmap3[k]!=undefined)) { + if ((colmap3[k]!='') && (typeof(colmap3[k])!="undefined")) { colmap2[k]='rld'; } else { colmap2[k]='rl'; @@ -1127,7 +1219,7 @@ if (rowtype[jid]!=0) { } if (rightout>middle) { for (k=middle+1;k'); + url=data2[1]; + ext=data2[2]; + urlparts=url.split('.'); + mime=urlparts[urlparts.length-1]; + if (typeof(mime)=="undefined") { mime=''; } + if (ext=='true') { mime=''; } + if (mime!='') { + inf.document.write + (' '); + } + inf.document.write(''); if (data2[2]=='true') { inf.document.write('External '); } if (data2[3]=='start') { inf.document.writeln('Start'); @@ -1489,6 +1599,12 @@ function srchclear() { srch.document.clear(); } +// --------------------------------------------------------- Clears parm window + +function parmclear() { + parm.document.clear(); +} + // ------------------------------------------------------ Closes indexer window function idxclose() { @@ -1507,21 +1623,32 @@ function srchclose() { } } +// ------------------------------------------------------- Closes search window + +function parmclose() { + if (parm && !parm.closed) { + parmflag=0; + parm.close(); + } +} + // -------------------------------------------------------- Open indexer window -function idxopen() { +function idxopen(mode) { var options="scrollbars=1,resizable=1,menubar=0"; + idxmode=mode; idxflag=1; - idx=open("/res?catalogmode=interactive","idxout",options); + idx=open("/res/?launch=1&catalogmode="+mode,"idxout",options); idx.focus(); } // --------------------------------------------------------- Open search window -function srchopen() { +function srchopen(mode) { var options="scrollbars=1,resizable=1,menubar=0"; + srchmode=mode; srchflag=1; - srch=open("/adm/searchcat?catalogmode=interactive","srchout",options); + srch=open("/adm/searchcat?launch=1&catalogmode="+mode,"srchout",options); srch.focus(); } @@ -1533,18 +1660,18 @@ function search() { // ------------------------------------------------------- Do srch status check -function srchcheck() { - if (!srch || srch.closed) { - srchopen(); +function srchcheck(mode) { + if (!srch || srch.closed || srchmode!=mode) { + srchopen(mode); } srch.focus(); } // -------------------------------------------------------- Do idx status check -function idxcheck() { - if (!idx || idx.closed) { - idxopen(); +function idxcheck(mode) { + if (!idx || idx.closed || idxmode!=mode) { + idxopen(mode); } idx.focus(); } @@ -1596,7 +1723,7 @@ function handler(infostr) { } inf.document.writeln( 'opener.infoclear();opener.editmode=0;opener.draw(' - +');">Change to above values ' + +');">Save Changes ' +' Reset' +''); @@ -1639,16 +1766,16 @@ function handler(infostr) { 'Title:' +''); - if ((data2[3]!='start') && (data2[3]!='finish')) { inf.document.write('URL:' +'' +'External:' - +'Browse ' + +'Browse ' +'Search' - +'' + +'.srchcheck(\'interactive\')">Search'); + if ((data2[3]!='start') && (data2[3]!='finish')) { + inf.document.write('' +' Optional'); - } else { - inf.document.write( - '' - +''); - } + } inf.document.writeln( '' - +'Change to above values ' + +'Save Changes ' +' Reset' +''); if ((data2[3]!='start') && (data2[3]!='finish')) { @@ -1718,7 +1841,7 @@ function handler(infostr) { } inf.document.writeln( 'Done'); + +'opener.infoclear();">Cancel'); inf.document.writeln('