--- loncom/interface/lonmenu.pm 2003/09/17 23:40:25 1.91
+++ loncom/interface/lonmenu.pm 2004/11/11 22:47:55 1.127
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines to control the menu
#
-# $Id: lonmenu.pm,v 1.91 2003/09/17 23:40:25 www Exp $
+# $Id: lonmenu.pm,v 1.127 2004/11/11 22:47:55 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -39,11 +39,11 @@
package Apache::lonmenu;
use strict;
-use Apache::lonnet;
+use Apache::lonnet();
use Apache::Constants qw(:common);
use Apache::lonhtmlcommon();
-use Apache::loncommon;
-use Apache::File;
+use Apache::loncommon();
+use Apache::lonenc();
use Apache::lonlocal;
use vars qw(@desklines $readdesk);
@@ -66,33 +66,41 @@ sub initlittle {
# ============================= This gets called at the top of the body section
sub menubuttons {
- &Apache::lonlocal::reroutetrans();
my $forcereg=shift;
my $target =shift;
my $registration=shift;
+ &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},
+ ['inhibitmenu']);
+ if ($ENV{'form.inhibitmenu'} eq 'yes') { return ''; }
+
my $navmaps='';
my $reloadlink='';
- my $escurl=&Apache::lonnet::escape($ENV{'REQUEST_URI'});
- my $escsymb=&Apache::lonnet::escape($ENV{'request.symb'});
+ my $escurl=&Apache::lonnet::escape(&Apache::lonenc::check_encrypt($ENV{'request.noversionuri'}));
+ my $escsymb=&Apache::lonnet::escape(&Apache::lonenc::check_encrypt($ENV{'request.symb'}));
if ($ENV{'browser.interface'} eq 'textual') {
# Textual display only
my %lt=&initlittle();
+ $pgbg='#FFFFFF';
+ $tabbg='#FFFFFF';
+ $font='#000000';
if ($ENV{'request.course.id'}) {
$navmaps=(<$lt{'nav'}
ENDNAV
- if (($ENV{'REQUEST_URI'}=~/^\/adm\//) &&
- ($ENV{'REQUEST_URI'}!~/^\/adm\/wrapper\//) &&
- ($ENV{'REQUEST_URI'}!~/^\/adm\/.*\/(smppg|bulletinboard|aboutme)(\?|$)/)) {
+ if (($ENV{'request.noversionuri'}=~/^\/adm\//) &&
+ ($ENV{'request.noversionuri'}!~/^\/adm\/wrapper\//) &&
+ ($ENV{'request.noversionuri'}!~/^\/adm\/.*\/(smppg|bulletinboard|aboutme)(\?|$)/)) {
my $escreload=&Apache::lonnet::escape('return:');
$reloadlink=(<$lt{'ret'}
ENDRELOAD
}
}
+ my $utility=&utilityfunctions();
my $output=(<
// BEGIN LON-CAPA Internal
+$utility
$lt{'main'}
$reloadlink $navmaps
@@ -114,7 +122,7 @@ ENDMAINMENU
$function='admin';
}
if (($ENV{'request.role'}=~/^(au|ca)/) ||
- ($ENV{'REQUEST_URI'}=~/^(\/priv|\~)/)) {
+ ($ENV{'request.noversionuri'}=~/^(\/priv|\~)/)) {
$function='author';
}
my $domain=&Apache::loncommon::determinedomain();
@@ -127,13 +135,13 @@ ENDMAINMENU
my $sidebg=&Apache::loncommon::designparm($function.'.sidebg',$domain);
# Do we have a NAV link?
if ($ENV{'request.course.id'}) {
- $navmaps=(<
-$lt{'nav'}
-ENDNAVREM
- if (($ENV{'REQUEST_URI'}=~/^\/adm\//) &&
- ($ENV{'REQUEST_URI'}!~/^\/adm\/wrapper\//) &&
- ($ENV{'REQUEST_URI'}!~/^\/adm\/.*\/(smppg|bulletinboard|aboutme)(\?|$)/)) {
+$lt{'nav'}
+ENDNAV
+ if (($ENV{'request.noversionuri'}=~/^\/adm\//) &&
+ ($ENV{'request.noversionuri'}!~/^\/adm\/wrapper\//) &&
+ ($ENV{'request.noversionuri'}!~/^\/adm\/.*\/(smppg|bulletinboard|aboutme)(\?|$)/)) {
my $escreload=&Apache::lonnet::escape('return:');
$reloadlink=(<
@@ -145,11 +153,13 @@ ENDRELOAD
if ($registration) {
$reg=&innerregister($forcereg,$target);
}
+ my $utility=&utilityfunctions();
return (<
// BEGIN LON-CAPA Internal
+$utility
-
':'').($textinter?'':'');
# =============================================================================
# ============================ This is for URLs that actually can be registered
- if (($ENV{'REQUEST_URI'}!~/^\/(res\/)*adm\//) || ($forcereg)) {
+ if (($ENV{'request.noversionuri'}!~/^\/(res\/)*adm\//) || ($forcereg)) {
# -- This applies to homework problems for users with grading privileges
- my $hwkadd='';
- if
- ($ENV{'request.filename'}=~/\.(problem|exam|quiz|assess|survey|form)$/) {
- my $crs='/'.$ENV{'request.course.id'};
- if ($ENV{'request.course.sec'}) {
- $crs.='_'.$ENV{'request.course.sec'};
- }
- $crs=~s/\_/\//g;
+ my $crs='/'.$ENV{'request.course.id'};
+ if ($ENV{'request.course.sec'}) {
+ $crs.='_'.$ENV{'request.course.sec'};
+ }
+ $crs=~s/\_/\//g;
+ my $hwkadd='';
+ if ($ENV{'request.filename'}=~/\.(problem|exam|quiz|assess|survey|form)$/) {
if (&Apache::lonnet::allowed('vgr',$crs)) {
- $hwkadd.=&switch('','',7,1,'subm.gif','view sub-','missions',
+ $hwkadd.=&switch('','',7,1,'subm.gif','view sub-[_1]','missions[_1]',
"gocmd('/adm/grades','submission')",
'View user submissions for this assessment resource');
}
if (&Apache::lonnet::allowed('mgr',$crs)) {
- $hwkadd.=&switch('','',7,2,'pgrd.gif','problem','grades',
+ $hwkadd.=&switch('','',7,2,'pgrd.gif','problem[_1]','grades[_3]',
"gocmd('/adm/grades','gradingmenu')",
'Modify user grades for this assessment resource');
}
- if (&Apache::lonnet::allowed('opa',$crs)) {
- $hwkadd.=&switch('','',7,3,'pparm.gif','problem','parms',
- "gocmd('/adm/parmset','set')",
- 'Modify deadlines, etc, for this assessment resource');
- }
+ }
+ if (&Apache::lonnet::allowed('opa',$crs)) {
+ $hwkadd.=&switch('','',7,3,'pparm.gif','problem[_2]','parms[_2]',
+ "gocmd('/adm/parmset','set')",
+ 'Modify deadlines, etc, for this resource');
}
# -- End Homework
###
@@ -309,9 +359,11 @@ sub innerregister {
}
# Check that we are on the correct machine
my $home = &Apache::lonnet::homeserver($caname,$cadom);
- if ($home eq $Apache::lonnet::perlvar{'lonHostID'}) {
- $editbutton=&switch
- ('','',6,1,$top,,$bottom,$action,$desc);
+ my $allowed=0;
+ my @ids=&Apache::lonnet::current_machine_ids();
+ foreach my $id (@ids) { if ($id eq $home) { $allowed=1; } }
+ if (!$allowed) {
+ $editbutton=&switch('','',6,1,$top,,$bottom,$action,$desc);
}
}
##
@@ -323,19 +375,22 @@ sub innerregister {
if ($ENV{'request.filename'}) {
my $file=&Apache::lonnet::declutter($ENV{'request.filename'});
$file=~s/^(\w+)\/(\w+)/\/priv\/$2/;
- # Chech that the user has permission to edit this resource
+ # Check that the user has permission to edit this resource
($cfuname,$cfudom)=&Apache::loncacc::constructaccess($file,$1);
if (defined($cfudom)) {
- if (&Apache::lonnet::homeserver($cfuname,$cfudom)
- eq $Apache::lonnet::perlvar{'lonHostID'}) {
+ my $home=&Apache::lonnet::homeserver($cfuname,$cfudom);
+ my $allowed=0;
+ my @ids=&Apache::lonnet::current_machine_ids();
+ foreach my $id (@ids) { if ($id eq $home) { $allowed=1; } }
+ if ($allowed) {
$cfile=$file;
}
}
}
# Finally, turn the button on or off
- if ($cfile) {
+ if ($cfile && !$const_space) {
$editbutton=&switch
- ('','',6,1,'cstr.gif','edit','resource',
+ ('','',6,1,'cstr.gif','edit[_1]','resource[_2]',
"go('".$cfile."');","Edit this resource");
} elsif ($editbutton eq '') {
$editbutton=&clear(6,1);
@@ -344,24 +399,37 @@ sub innerregister {
###
###
# Prepare the rest of the buttons
- my $menuitems=(<
$inlineremote[21]
 
$inlineremote[23]
+
$inlineremote[61]
$inlineremote[62]
$inlineremote[63]
+
$inlineremote[71]
$inlineremote[72]
$inlineremote[73]
+
$inlineremote[81]
$inlineremote[82]
$inlineremote[83]
+
$inlineremote[91]
$inlineremote[92]
$inlineremote[93]
+ENDINLINE
+ }
$result =(<
// BEGIN LON-CAPA Internal
-$utility
$timesync
$newmail
@@ -395,8 +473,10 @@ $form
ENDREGTEXT
# Registered, graphical output
} else {
- my $requri=(split(/\?/,$ENV{'REQUEST_URI'}))[0];
- $requri=&Apache::lonnet::unescape($requri);
+ my $requri=(split(/\?/,$ENV{'request.noversionuri'}))[0];
+ $requri=&Apache::lonenc::check_encrypt(&Apache::lonnet::unescape($requri));
+ my $cursymb=&Apache::lonenc::check_encrypt($ENV{'request.symb'});
+ my $navstatus=&get_nav_status();
$result = (<
@@ -411,9 +491,10 @@ var swmenu=null;
$buttons
swmenu.currentURL="$requri";
swmenu.reloadURL=swmenu.currentURL+window.location.search;
- swmenu.currentSymb="$ENV{'request.symb'}";
- swmenu.reloadSymb="$ENV{'request.symb'}";
+ swmenu.currentSymb="$cursymb";
+ swmenu.reloadSymb="$cursymb";
swmenu.currentStale=0;
+ $navstatus
$hwkadd
$editbutton
}
@@ -430,7 +511,7 @@ var swmenu=null;
swmenu.clearbut(7,3);
swmenu.menucltim=swmenu.setTimeout(
'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,3);clearbut(6,3);clearbut(6,1)',
2000);
}
@@ -483,12 +564,12 @@ ENDDONOTREGTHIS
}
sub loadevents() {
- if ($ENV{'REQUEST_URI'} eq '/res/adm/pages/menu.html') { return ''; }
+ if ($ENV{'request.noversionuri'} eq '/res/adm/pages/menu.html') { return ''; }
return 'LONCAPAreg();';
}
sub unloadevents() {
- if ($ENV{'REQUEST_URI'} eq '/res/adm/pages/menu.html') { return ''; }
+ if ($ENV{'request.noversionuri'} eq '/res/adm/pages/menu.html') { return ''; }
return 'LONCAPAstale();';
}
@@ -505,11 +586,18 @@ sub startupremote {
#
my $configmenu=&rawconfig();
my $esclowerurl=&Apache::lonnet::escape($lowerurl);
-
+ my $message=&mt('"Waiting for Remote Control window to load: "+[_1]','waited');
return(<
-
+var timestart;
function wheelswitch() {
+ if (typeof(document.wheel) != 'undefined') {
+ if (typeof(document.wheel.spin) != 'undefined') {
+ var date=new Date();
+ var waited=Math.round(30-((date.getTime()-timestart)/1000));
+ document.wheel.spin.value=$message;
+ }
+ }
if (window.status=='|') {
window.status='/';
} else {
@@ -546,6 +634,8 @@ function wait() {
function main() {
canceltim=setTimeout('tim=1;',30000);
window.status='-';
+ var date=new Date();
+ timestart=date.getTime();
wait();
}
@@ -571,6 +661,25 @@ sub maincall() {
ENDMAINCALL
}
+
+sub load_remote_msg {
+ my ($lowerurl)=@_;
+
+ if (($ENV{'browser.interface'} eq 'textual') ||
+ ($ENV{'environment.remote'} eq 'off')) { return ''; }
+
+ my $esclowerurl=&Apache::lonnet::escape($lowerurl);
+ my $link=&mt('Continue on in Inline Menu mode',
+ "/adm/remote?action=collapse?url=$esclowerurl");
+ return(<
+
+
+
$link
+ENDREMOTEFORM
+}
# ================================================================= Reopen menu
sub reopenmenu {
@@ -586,7 +695,9 @@ sub reopenmenu {
sub open {
my $returnval='';
if (($ENV{'browser.interface'} eq 'textual') ||
- ($ENV{'environment.remote'} eq 'off')) { return ''; }
+ ($ENV{'environment.remote'} eq 'off')) {
+ return '';
+ }
my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'};
unless (shift eq 'unix') {
# resizing does not work on linux because of virtual desktop sizes
@@ -631,6 +742,7 @@ sub switch {
$top=&mt($top);
$bot=&mt($bot);
$desc=&mt($desc);
+ $img=&mt($img);
unless (($ENV{'browser.interface'} eq 'textual') ||
($ENV{'environment.remote'} eq 'off')) {
# Remote
@@ -641,21 +753,51 @@ sub switch {
if ($nobreak==2) { return ''; }
my $text=$top.' '.$bot;
$text=~s/\s*\-\s*//gs;
- $inlineremote[10*$row+$col]="\n".($nobreak?' ':' ').
- ''.$text.' '.
- ($nobreak?'':$desc);
+ if ($nobreak) {
+ $inlineremote[10*$row+$col]=
+ ''.$text.'';
+ } else {
+ $inlineremote[10*$row+$col]="\n ".
+ $desc.' '.$text.'';
+ }
} else {
# Inline Remote
if ($nobreak==2) { return ''; }
my $text=$top.' '.$bot;
$text=~s/\s*\-\s*//gs;
- $inlineremote[10*$row+$col]="\n".
- ($nobreak==3?'