[LON-CAPA-cvs] cvs: rat /client code.html
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 06 Mar 2002 20:30:07 -0000
matthew Wed Mar 6 15:30:07 2002 EDT
Modified files:
/rat/client code.html
Log:
Changes to match new lonindexer (file browser) interface.
Index: rat/client/code.html
diff -u rat/client/code.html:1.49 rat/client/code.html:1.50
--- rat/client/code.html:1.49 Fri Mar 1 09:58:27 2002
+++ rat/client/code.html Wed Mar 6 15:30:07 2002
@@ -4,7 +4,7 @@
The LearningOnline Network
Resource Assembly Tool
//
-// $Id: code.html,v 1.49 2002/03/01 14:58:27 matthew Exp $
+// $Id: code.html,v 1.50 2002/03/06 20:30:07 matthew Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -1615,7 +1615,7 @@
var options="scrollbars=1,resizable=1,menubar=0";
idxmode=mode;
idxflag=1;
- idx=open("/res/?launch=1&catalogmode="+mode,"idxout",options);
+ idx=open("/res/?launch=1&mode=rat&catalogmode="+mode,"idxout",options);
idx.focus();
}
@@ -1624,7 +1624,7 @@
var options="scrollbars=1,resizable=1,menubar=0";
srchmode=mode;
srchflag=1;
- srch=open("/adm/searchcat?launch=1&catalogmode="+mode,"srchout",options);
+ srch=open("/adm/searchcat?launch=1&mode=rat&catalogmode="+mode,"srchout",options);
srch.focus();
}