--- loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js 2009/02/13 20:20:23 1.22 +++ loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js 2009/04/23 10:31:28 1.23 @@ -1,7 +1,7 @@ // The LearningOnline Network with CAPA // bookmarklib.js // -// $Id: bookmarklib.js,v 1.22 2009/02/13 20:20:23 schafran Exp $ +// $Id: bookmarklib.js,v 1.23 2009/04/23 10:31:28 bisitz Exp $ // // Copyright Michigan State University Board of Trustees // @@ -87,10 +87,9 @@ function redraw() { open(); //--------for 'compliant' browsers clear(); //----------for Mozilla (Netscape6) write("\n" ); - write("\n" ); - write("\n" ); + write("\n" ); + write("
\n" ); } // bendebugger=window.open('','HTML_DUMP','scrollbars'); //debug // bendebugger.document.clear(); //debug @@ -266,13 +265,13 @@ function folderDraw(depth,objPath) { if (this.opened) { with (parent.frames[4].document) { write("" ); } // with (bendebugger.document) { @@ -301,12 +300,12 @@ function folderDraw(depth,objPath) { } else { with (parent.frames[4].document) { write("" ); } // with (bendebugger.document) { @@ -423,10 +422,10 @@ function linkDraw(depth,objPath,pstn) { with (parent.frames[4].document) { write("" ); @@ -582,18 +581,18 @@ function queryNewLink() { with(add_link.document) { open(); clear(); - write("
" ); + write("
" ); write("
\n"); - write("
" ); - write("" ); + write(""); write("" ); - write(""); + write(""); write("" ); - write("" ); + write("" ); write( this.name+"
" ); - write("" ); + write("" ); write("" ); - write(""); + write(""); write("" ); - write("" ); + write("" ); write( this.name+"
"); - write(""); + write(""); write(""); - write(""); + write(""); write(""); write(this.name+"
" ); - write("
Link Name:
" ); - write("
Address:
" ); - write("
Link Name:
" ); + write("
Address:
" ); + write(""); - write("
" ); - write("
" ); + write("
" ); + write("
" ); + write("" ); close(); } } @@ -604,15 +603,15 @@ function queryNewFolder() { with(add_link.document) { open(); clear(); - write("
" ); - write("
\n"); - write("" ); - write("
Folder Name:
" ); - write("" ); - write("
" ); - write("
" ); + write("
" ); + write("
\n"); + write("" ); + write("
Folder Name:
" ); + write(""); + write("
" ); + write("
" ); close(); } }