version 1.74, 2003/06/04 22:05:22
|
version 1.76, 2003/06/06 02:24:49
|
Line 158 ENDINLINEMENU
|
Line 158 ENDINLINEMENU
|
} |
} |
} |
} |
|
|
# ===== Early call to LONCAPAreg for long-running pages, preferably used right |
|
# ===== before $r->rflush() |
|
|
|
sub regflush { |
|
return '<script type="text/javascript">'.&loadevents.'</script>'; |
|
} |
|
|
|
# ====================================== This gets called in the header section |
# ====================================== This gets called in the header section |
|
|
sub registerurl { |
sub registerurl { |
Line 187 sub registerurl {
|
Line 180 sub registerurl {
|
((($ENV{'request.publicaccess'}) || |
((($ENV{'request.publicaccess'}) || |
(!&Apache::lonnet::is_on_map($ENV{'REQUEST_URI'}))) && |
(!&Apache::lonnet::is_on_map($ENV{'REQUEST_URI'}))) && |
(!$forcereg))) { |
(!$forcereg))) { |
my $loadfunction=''; |
return $result. |
my $inlineloadfunction=''; |
'<script type="text/javascript">function LONCAPAreg(){;} function LONCAPAstale(){}</script>'.$force_title; |
my $unloadfunction=''; |
|
unless (($ENV{'browser.interface'} eq 'textual') || |
|
($ENV{'environment.remote'} eq 'off') || |
|
($ENV{'request.publicaccess'})) { |
|
my $reopen=&Apache::lonmenu::reopenmenu(); |
|
$loadfunction='swmenu='.$reopen.'swmenu.windowloaded(self.name);window.focus();'; |
|
$inlineloadfunction=®flush(); |
|
$unloadfunction='swmenu='.$reopen.'swmenu.windowunloaded(self.name);'; |
|
} |
|
return $result.(<<ENDFUNCTIONS); |
|
<script type="text/javascript"> |
|
function LONCAPAreg() { |
|
$loadfunction |
|
} |
|
|
|
function LONCAPAstale() { |
|
$unloadfunction |
|
} |
|
</script> |
|
$inlineloadfunction |
|
$force_title |
|
ENDFUNCTIONS |
|
} |
} |
# Graphical display after login only |
# Graphical display after login only |
if ($Apache::lonxml::registered && !$forcereg) { return ''; } |
if ($Apache::lonxml::registered && !$forcereg) { return ''; } |
Line 401 var swmenu=null;
|
Line 372 var swmenu=null;
|
|
|
function LONCAPAreg() { |
function LONCAPAreg() { |
swmenu=$reopen; |
swmenu=$reopen; |
swmenu.windowloaded(self.name); |
|
swmenu.clearTimeout(swmenu.menucltim); |
swmenu.clearTimeout(swmenu.menucltim); |
$timesync |
$timesync |
$newmail |
$newmail |
Line 429 var swmenu=null;
|
Line 399 var swmenu=null;
|
'clearbut(2,1);clearbut(2,3);clearbut(8,1);clearbut(8,2);clearbut(8,3);'+ |
'clearbut(2,1);clearbut(2,3);clearbut(8,1);clearbut(8,2);clearbut(8,3);'+ |
'clearbut(9,1);clearbut(9,2);clearbut(9,3);clearbut(6,3);clearbut(6,1)', |
'clearbut(9,1);clearbut(9,2);clearbut(9,3);clearbut(6,3);clearbut(6,1)', |
2000); |
2000); |
swmenu.windowunloaded(self.name); |
|
} |
} |
|
|
// END LON-CAPA Internal |
// END LON-CAPA Internal |
Line 453 var swmenu=null;
|
Line 422 var swmenu=null;
|
|
|
function LONCAPAreg() { |
function LONCAPAreg() { |
swmenu=$reopen |
swmenu=$reopen |
swmenu.windowloaded(self.name); |
|
$timesync |
$timesync |
swmenu.currentStale=1; |
swmenu.currentStale=1; |
swmenu.clearbut(2,1); |
swmenu.clearbut(2,1); |
Line 470 var swmenu=null;
|
Line 438 var swmenu=null;
|
} |
} |
|
|
function LONCAPAstale() { |
function LONCAPAstale() { |
swmenu=$reopen |
|
swmenu.windowunloaded(self.name); |
|
} |
} |
|
|
// END LON-CAPA Internal |
// END LON-CAPA Internal |