version 1.39, 2001/08/24 15:33:59
|
version 1.41, 2002/02/13 15:14:29
|
Line 2
|
Line 2
|
<!-- |
<!-- |
The LearningOnline Network with CAPA |
The LearningOnline Network with CAPA |
Remote Control |
Remote Control |
|
|
|
// |
|
// $Id$ |
|
// |
|
// Copyright Michigan State University Board of Trustees |
|
// |
|
// This file is part of the LearningOnline Network with CAPA (LON-CAPA). |
|
// |
|
// LON-CAPA is free software; you can redistribute it and/or modify |
|
// it under the terms of the GNU General Public License as published by |
|
// the Free Software Foundation; either version 2 of the License, or |
|
// (at your option) any later version. |
|
// |
|
// LON-CAPA is distributed in the hope that it will be useful, |
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
// GNU General Public License for more details. |
|
// |
|
// You should have received a copy of the GNU General Public License |
|
// along with LON-CAPA; if not, write to the Free Software |
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
// |
|
// /home/httpd/html/adm/gpl.txt |
|
// |
|
// http://www.lon-capa.org/ |
|
// |
|
|
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer |
6/12/00,6/13,6/14,6/15 Gerd Kortemeyer |
Sept Ben Tyszka |
Sept Ben Tyszka |
10/2,10/3,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer |
10/2,10/3,10/4,10/17,10/19,3/1/1 Gerd Kortemeyer |
Line 21 Jan Guy Albertelli
|
Line 48 Jan Guy Albertelli
|
|
|
|
|
<body bgcolor="#BBBBBB" |
<body bgcolor="#BBBBBB" |
background="remotebg.gif" |
background="remotebg.gif"> |
onUnload="logout();"> |
|
<basefont size="1" /> |
<basefont size="1" /> |
|
|
<script type="text/javascript"> |
<script type="text/javascript"> |
Line 69 function windowcheck() {
|
Line 95 function windowcheck() {
|
|
|
function logout () { |
function logout () { |
windowcheck(); |
windowcheck(); |
if (clientwindow.status!='MenuControl:nologout') |
|
{ |
|
if (w_Annotator_flag!=-1 && annotator && !annotator.closed) { |
if (w_Annotator_flag!=-1 && annotator && !annotator.closed) { |
annotator.close(); |
annotator.close(); |
} |
} |
Line 84 function logout () {
|
Line 109 function logout () {
|
loncatinfo.close(); |
loncatinfo.close(); |
} |
} |
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; |
} |
|
} |
} |
|
|
function activate () { |
function activate () { |