home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <commands>
- <!-- ================== Update ================== -->
- <command id="update">
- <script><![CDATA[
- function doCommand()
- {
- if(<?11008?>)
- top.reloadNoteEditorWin();
- else
- top.closeNoteEditorWin();
- }
- ]]></script>
- <body><![CDATA[
- <applet code="com.maris.edugen.client.CommandApplet.class" name="CommandApplet" width="2" height="2"
- codebase="<?16?>" archive="<?11?>?sid=<?1003?>&msg=300&file=applets/jiconbar.jar,<?11?>?sid=<?1003?>&msg=300&file=applets/jtreectrl.jar">
- <param name="TargetIDs" value="content,content,iconbar">
- <param name="Methods" value="updateState,updateSelectedItem,enableBackForward">
- </applet>
- <applet code="com.maris.edugen.client.CommandApplet.class" name="CommandApplet" width="2" height="2"
- codebase="<?16?>" archive="<?11?>?sid=<?1003?>&msg=300&file=applets/history.jar,<?11?>?sid=<?1003?>&msg=300&file=applets/panels.jar,<?11?>?sid=<?1003?>&msg=300&file=applets/jiconbar.jar">
- <param name="TargetIDs" value="historylist">
- <param name="Methods" value="reinit">
- </applet>
- ]]></body>
- </command>
- <command id="shows_update">
- <script><![CDATA[
- function doCommand()
- {
- top.frames["iconbar"].document.applets["IconBar"].enableBackForward();
- }
- ]]></script>
- </command>
- <!-- ================== Tree's commands ================== -->
- <command id="browsecmd">
- <script><![CDATA[
- function doCommand()
- {
- var target = "<?7036?>";
- var request = "<?7035?>";
- if(target == "bridge")
- {
- self.location.replace(request);
- }
- else if(target == "content")
- {
- top.setTarget();
- top.targetFrame.location = request;
- }
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <!-- ================== History ================== -->
- <command id="history">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin( "history", "<?11?>?sid=<?1003?>&msg=3&file=media/history/history_frame.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <command id="history_close">
- <script><![CDATA[
- function doCommand()
- {
- top.closeHistoryWin();
- }
- ]]></script>
- </command>
- <command id="history_view">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=13001";
- }
- ]]></script>
- </command>
- <!-- ================== Bookmarks ================== -->
- <command id="toggle_bookmark">
- <script><![CDATA[
- function doCommand()
- {
- var setBookmarksOnServer = <?10006?>;
- if(setBookmarksOnServer != null)
- {
- top.setTarget();
- if( top.targetFrame.frames[0] != null )
- {
- top.targetFrame.frames[0].location.reload();
- }
- else
- {
- top.targetFrame.location.reload();
- }
- }
- }
- ]]></script>
- <body><![CDATA[
- <applet code="com.maris.edugen.client.CommandApplet.class" name="CommandApplet" width="2" height="2"
- codebase="<?16?>" archive="<?11?>?sid=<?1003?>&msg=300&file=applets/bookmarks.jar,<?11?>?sid=<?1003?>&msg=300&file=applets/panels.jar,<?11?>?sid=<?1003?>&msg=300&file=applets/jiconbar.jar">
- <param name="TargetIDs" value="bookmarkslist">
- <param name="Methods" value="reinit">
- </applet>
- ]]></body>
- </command>
- <command id="bookmarks">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin( "bookmarks", "<?11?>?sid=<?1003?>&msg=3&file=media/bookmarks/bookmarks_frame.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <command id="bookmark_clear">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- if(<?10003?>)
- {
- if( top.targetFrame.frames[0] != null )
- {
- top.targetFrame.frames[0].location.reload();
- }
- else
- {
- top.targetFrame.location.reload();
- }
- }
- }
- ]]></script>
- </command>
- <command id="bookmark_view">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=10005";
- }
- ]]></script>
- </command>
- <command id="bookmarks_close">
- <script><![CDATA[
- function doCommand()
- {
- top.closeBookmarksWin();
- }
- ]]></script>
- </command>
- <!-- ================== Notes ================== -->
- <command id="toggle_note">
- <script><![CDATA[
- function doCommand()
- {
- var setNoteOnServer = <?11001?>;
- if(setNoteOnServer != null)
- {
- if(setNoteOnServer == true)
- top.newWin( "notes", "<?11?>?sid=<?1003?>&msg=3&file=media/notes/notes_frame.htm");
- else
- {
- top.setTarget();
- if( top.targetFrame.frames[0] != null )
- top.targetFrame.frames[0].location.reload();
- else
- top.targetFrame.location.reload();
- }
- self.location.replace(getPrefix() + "<?11?>?sid=<?1003?>&msg=4&xml=/cmd/command.xml&xsl=/cmd/command.xsl&name=selector&select=commands/command[@id%3D'noteeditor']");
- }
- if(top.m_notesWin!=null && !top.m_notesWin.closed && top.m_notesWin.document.applets["NotesApplet"] != null)
- top.m_notesWin.document.applets["NotesApplet"].reinit();
- }
- ]]></script>
- </command>
- <command id="notes">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin( "notes", "<?11?>?sid=<?1003?>&msg=3&file=media/notes/notes_frame.htm");
- }
- ]]></script>
- </command>
- <command id="note_view">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=11006";
- top.newWin( "noteeditor", "<?11?>?sid=<?1003?>&msg=3&file=media/notes/noteeditor_frame.htm");
- }
- ]]></script>
- </command>
- <command id="note_clear">
- <script><![CDATA[
- function doCommand()
- {
- if(<?11003?>)
- {
- top.setTarget();
- if( top.targetFrame.frames[0] != null )
- top.targetFrame.frames[0].location.reload();
- else
- top.targetFrame.location.reload();
- top.closeNoteEditorWin();
- }
- }
- ]]></script>
- </command>
- <command id="notes_close">
- <script><![CDATA[
- function doCommand()
- {
- top.closeNotesWin();
- }
- ]]></script>
- </command>
- <command id="noteeditor">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin( "noteeditor", "<?11?>?sid=<?1003?>&msg=3&file=media/notes/noteeditor_frame.htm");
- }
- ]]></script>
- </command>
- <command id="noteeditor_close">
- <script><![CDATA[
- function doCommand()
- {
- top.closeNoteEditorWin();
- }
- ]]></script>
- </command>
- <command id="mail_cmd">
- <script><![CDATA[
- function doCommand()
- {
- self.location = "<?11012?>";
- }
- ]]></script>
- </command>
- <!-- ================== Search ================== -->
- <command id="search">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("search", "<?11?>?sid=<?1003?>&msg=3&file=media/search/search_frame.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <command id="search_close">
- <script><![CDATA[
- function doCommand()
- {
- top.closeSearchWin();
- }
- ]]></script>
- </command>
- <!-- ================== Wiley ================== -->
- <command id="wiley">
- <script><![CDATA[
- function doCommand()
- {
- window.open("http://www.wiley.com/college/solomons", "Organic", "resizable=yes,copyhistory=no,directories=no,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes");
- }
- ]]></script>
- </command>
- <!-- ================== Help ================== -->
- <command id="help">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("help", "<?11?>?sid=<?1003?>&msg=3&file=media/help/help.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
-
- <command id="helpglobe">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("help", "<?11?>?sid=<?1003?>&msg=3&file=media/help/helpglobe.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <!-- ================== Browse ================== -->
- <command id="browse">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("browse", "<?11?>?sid=<?1003?>&msg=3&file=browsetree.htm");
- }
- ]]></script>
- </command>
- <!-- ================== Logout ================== -->
- <command id="logout">
- <script><![CDATA[
- function doCommand()
- {
- if(window.confirm("Are you sure you want to exit the program?"))
- {
- top.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=5";
- }
- }
- ]]></script>
- </command>
-
- <command id="credits">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("credits", "<?11?>?sid=<?1003?>&msg=3&file=media/about/credits.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <command id="glossary">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("glossary", "<?11?>?sid=<?1003?>&msg=3&file=media/glossary/glossary.htm");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
- <command id="glossary_close">
- <script><![CDATA[
- function doCommand()
- {
- top.closeGlossaryWin();
- }
- ]]></script>
- </command>
- <!-- ================== Startpage ================== -->
- <command id="startpage">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=7000&pageid=start";
- }
- ]]></script>
- </command>
- <!-- ================== Resource Manager ================== -->
- <command id="manager">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=7000&pageid=resource_manager";
- }
- ]]></script>
- </command>
- <command id="playlist">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=7000&pageid=play_list";
- }
- ]]></script>
- </command>
- <command id="menu">
- <script><![CDATA[
- function doCommand()
- {
- top.setTarget();
- top.targetFrame.location = getPrefix() + "<?11?>?sid=<?1003?>&msg=7000&pageid=menu";
- }
- ]]></script>
- </command>
- <command id="instructions">
- <script><![CDATA[
- function doCommand()
- {
- top.newWin("instructions", "<?11?>?sid=<?1003?>&msg=4&xml=/media/content/menu/instructions.xml&xsl=/media/content/xmlbody.xsl");
- top.closeBrowseWin();
- }
- ]]></script>
- </command>
-
-
-
- <!-- ================== Alert ================== -->
- <command id="alert">
- <script><![CDATA[
- function doCommand()
- {
- alert('Not implemented yet!');
- }
- ]]></script>
- </command>
- </commands>
-