Annotation of loncom/interface/lonmenu.pm, revision 1.217

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Routines to control the menu
                      3: #
1.217   ! albertel    4: # $Id: lonmenu.pm,v 1.216 2007/04/24 20:12:30 albertel Exp $
1.11      albertel    5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
1.1       www        28: #
1.48      www        29: # There are two parameters controlling the action of this module:
                     30: #
                     31: # browser.interface - if this is 'textual', it overrides the second parameter
                     32: # and goes to screen reader PDA mode
                     33: #
                     34: # environment.remote - if this is 'on', the routines controll the remote
                     35: # control, otherwise they render the main window controls; ignored it
                     36: # browser.interface is 'textual'
1.1       www        37: #
                     38: 
                     39: package Apache::lonmenu;
                     40: 
                     41: use strict;
1.152     albertel   42: use Apache::lonnet;
1.47      matthew    43: use Apache::lonhtmlcommon();
1.115     albertel   44: use Apache::loncommon();
1.127     albertel   45: use Apache::lonenc();
1.88      www        46: use Apache::lonlocal;
1.207     foxr       47: use LONCAPA qw(:DEFAULT :match);
1.88      www        48: 
1.209     www        49: use vars qw(@desklines %category_names %category_members %category_positions $readdesk);
1.88      www        50: 
                     51: 
1.56      www        52: my @inlineremote;
1.38      www        53: 
1.203     foxr       54: 
                     55: 
1.88      www        56: # ================================================================ Little texts
                     57: 
                     58: sub initlittle {
                     59:     return &Apache::lonlocal::texthash('ret' => 'Return to Last Location',
                     60: 				       'nav' => 'Navigate Contents',
                     61: 				       'main' => 'Main Menu',
1.152     albertel   62:                                        'roles' => ($env{'user.adv'}?
1.149     www        63:                                                     'Roles':'Courses'),
1.151     www        64:                                        'docs' => 'Course Documents',
1.149     www        65:                                        'exit' => 'Exit',
1.202     albertel   66:                                        'login' => 'Log In',
1.165     raeburn    67: 				       'launch' => 'Launch Remote Control',
1.188     albertel   68:                                        'groups' => 'Groups',
1.184     raeburn    69:                                        'gdoc' => 'Group Documents',
                     70:                                        );
1.88      www        71: }
                     72: 
1.40      www        73: # ============================= This gets called at the top of the body section
1.38      www        74: 
                     75: sub menubuttons {
                     76:     my $forcereg=shift;
1.40      www        77:     my $registration=shift;
1.131     raeburn    78:     my $titletable=shift;
1.112     albertel   79:     &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},
                     80: 					    ['inhibitmenu']);
1.152     albertel   81:     if (($env{'form.inhibitmenu'} eq 'yes') ||
1.149     www        82:         ($ENV{'REQUEST_URI'} eq '/adm/logout')) { return ''; }
1.175     albertel   83: 
                     84:     if ($env{'request.noversionuri'} =~ m{^/res/adm/pages/}) { return ''; }
                     85: 
1.163     www        86:     my %lt=&initlittle();
1.55      www        87:     my $navmaps='';
1.59      www        88:     my $reloadlink='';
1.151     www        89:     my $docs='';
1.165     raeburn    90:     my $groups='';
                     91:     my $showgroups=0;
1.183     www        92:     my $escurl=&escape(&Apache::lonenc::check_encrypt($env{'request.noversionuri'}));
                     93:     my $escsymb=&escape(&Apache::lonenc::check_encrypt($env{'request.symb'}));
1.176     albertel   94: 
1.199     albertel   95:     my $logo=&Apache::loncommon::lonhttpdurl("/adm/lonIcons/minilogo.gif");
                     96:     $logo = '<td class="LC_top_nav_logo"><a href="/adm/about.html"><img src="'.
                     97: 	$logo.'" alt="LON-CAPA Logo" /></a></td>';
                     98: 
1.152     albertel   99:     if ($env{'request.state'} eq 'construct') {
                    100:         if (($env{'request.noversionuri'} eq '') || (!defined($env{'request.noversionuri'}))) {
                    101:             my $returnurl = $env{'request.filename'};
1.134     raeburn   102:             $returnurl =~ s:^/home/([^/]+)/public_html/(.*)$:/priv/$1/$2:;
1.183     www       103:             $escurl = &escape($returnurl);
1.134     raeburn   104:         }
                    105:     }
1.165     raeburn   106:     if ($env{'request.course.id'}) {
                    107:         my %coursegroups;
1.188     albertel  108:         my $viewgrps_permission =
1.197     raeburn   109: 	    &Apache::lonnet::allowed('vcg',$env{'request.course.id'}.($env{'request.course.sec'}?'/'.$env{'request.course.sec'}:''));
1.165     raeburn   110:         if (!$viewgrps_permission) {
                    111:             %coursegroups = &Apache::lonnet::get_active_groups($env{'user.domain'},$env{'user.name'},$env{'course.'.$env{'request.course.id'}.'.domain'}, $env{'course.'.$env{'request.course.id'}.'.num'});
1.188     albertel  112: 	}
1.165     raeburn   113:         if ((keys(%coursegroups) > 0) || ($viewgrps_permission)) {
                    114:             $showgroups = 1;
                    115:         }
                    116:     }
                    117: 
1.152     albertel  118:     if ($env{'browser.interface'} eq 'textual') {
1.41      www       119: # Textual display only
1.152     albertel  120:         if ($env{'request.course.id'}) {
1.55      www       121: 	    $navmaps=(<<ENDNAV);
1.181     albertel  122: <a href="/adm/navmaps?postdata=$escurl&amp;postsymb=$escsymb" target="_top">$lt{'nav'}</a>
1.55      www       123: ENDNAV
1.152     albertel  124:             if (($env{'request.noversionuri'}=~/^\/adm\//) &&
                    125:          ($env{'request.noversionuri'}!~/^\/adm\/wrapper\//) &&
1.193     raeburn   126:          ($env{'request.noversionuri'}!~/^\/adm\/.*\/(smppg|bulletinboard|aboutme)(\?|$)/)) {
1.183     www       127:                 my $escreload=&escape('return:');
1.59      www       128:                 $reloadlink=(<<ENDRELOAD);
1.176     albertel  129: <a href="/adm/flip?postdata=$escreload" target="_top">$lt{'ret'}</a>
1.59      www       130: ENDRELOAD
                    131:             }
1.152     albertel  132: 	    if (&Apache::lonnet::allowed('mdc',$env{'request.course.id'})) {
1.151     www       133:                $docs=(<<ENDDOCS);
1.176     albertel  134: <a href="/adm/coursedocs" target="_top">$lt{'docs'}</a>
1.151     www       135: ENDDOCS
                    136:             }
1.197     raeburn   137:             if ($showgroups) {
                    138:                 $groups =(<<ENDGROUPS);
                    139: <a href="/adm/coursegroups" target="_top">$lt{'groups'}</a>
                    140: ENDGROUPS
                    141:             }
1.194     banghart  142: 	}
1.130     albertel  143:         my $form=&serverform();
1.116     albertel  144:         my $utility=&utilityfunctions();
1.48      www       145: 	my $output=(<<ENDMAINMENU);
1.129     albertel  146: <script type="text/javascript">
1.150     albertel  147: // BEGIN LON-CAPA Internal
1.116     albertel  148: $utility
1.44      www       149: </script>
1.176     albertel  150: <div id="LC_top_nav">
1.88      www       151: <a href="/adm/menu" target="_top">$lt{'main'}</a>
1.165     raeburn   152: $reloadlink $navmaps $docs $groups
1.176     albertel  153: <a href="/adm/roles" target="_top">$lt{'roles'}</a>
                    154: <a href="/adm/logout" target="_top">$lt{'exit'}</a>
                    155: </div>
1.149     www       156: <br />
1.129     albertel  157: <script type="text/javascript">
1.44      www       158: // END LON-CAPA Internal
                    159: </script>
1.130     albertel  160: $form
1.44      www       161: ENDMAINMENU
1.173     albertel  162:         if ($registration) { $output.=&innerregister($forcereg); }
1.48      www       163: 	return $output."<hr />";
1.152     albertel  164:     } elsif ($env{'environment.remote'} eq 'off') {
1.48      www       165: # Remote Control is switched off
1.58      www       166: # figure out colors
1.88      www       167: 	my %lt=&initlittle();
1.172     albertel  168: 
1.58      www       169:         my $domain=&Apache::loncommon::determinedomain();
1.172     albertel  170: 	my $function =&Apache::loncommon::get_users_function();
1.58      www       171:         my $link=&Apache::loncommon::designparm($function.'.link',$domain);
                    172:         my $alink=&Apache::loncommon::designparm($function.'.alink',$domain);
                    173:         my $vlink=&Apache::loncommon::designparm($function.'.vlink',$domain);
                    174:         my $sidebg=&Apache::loncommon::designparm($function.'.sidebg',$domain);
1.156     albertel  175: 	if ($env{'user.name'} eq 'public' && $env{'user.domain'} eq 'public') {
                    176: 	    return (<<ENDINLINEMENU);
1.176     albertel  177:    <table id="LC_top_nav">
1.156     albertel  178:     <tr>
1.199     albertel  179:       $logo
                    180:       <td></td>
1.202     albertel  181:       <td class="LC_top_nav_login">
                    182:         <a href="/adm/roles" target="_top">$lt{'login'}</a>
1.156     albertel  183:      </td>
1.189     albertel  184:     </tr>
1.156     albertel  185:   </table>
                    186: </font>
                    187: ENDINLINEMENU
                    188:         }
1.58      www       189: # Do we have a NAV link?
1.152     albertel  190:         if ($env{'request.course.id'}) {
1.141     albertel  191: 	    my $link='/adm/navmaps?postdata='.$escurl.'&amp;postsymb='.
                    192: 		$escsymb;
1.152     albertel  193: 	    if ($env{'environment.remotenavmap'} eq 'on') {
1.141     albertel  194: 		$link="javascript:gonav('".$link."')";
                    195: 	    }
                    196: 	    $navmaps=(<<ENDNAV);
1.176     albertel  197: <td><a href="$link" target="_top">$lt{'nav'}</a></td>
1.114     albertel  198: ENDNAV
1.186     albertel  199: my $is_group = (&Apache::loncommon::course_type() eq 'Group');
1.152     albertel  200: 	    if (&Apache::lonnet::allowed('mdc',$env{'request.course.id'})) {
1.186     albertel  201:                 my $text = ($is_group) ? $lt{'gdoc'} : $lt{'docs'};
1.151     www       202: 		$docs=(<<ENDDOCS);
1.184     raeburn   203: <td><a href="/adm/coursedocs" target="_top">$text</a></td>
1.151     www       204: ENDDOCS
                    205:             }
1.197     raeburn   206:             if ($showgroups) {
                    207:                 $groups =(<<ENDGROUPS);
                    208: <td><a href="/adm/coursegroups" target="_top">$lt{'groups'}</a></td>
                    209: ENDGROUPS
                    210:             }
1.144     albertel  211: 	    if (
1.152     albertel  212: 		($env{'request.noversionuri'}=~m[^/(res|public)/] &&
                    213: 		 $env{'request.symb'} eq '')
1.144     albertel  214: 		||
1.152     albertel  215: 		(($env{'request.noversionuri'}=~/^\/adm\//) &&
                    216: 		 ($env{'request.noversionuri'}!~/^\/adm\/wrapper\//) &&
                    217: 		 ($env{'request.noversionuri'}!~
1.193     raeburn   218: 		        m[^/adm/.*/(smppg|bulletinboard|aboutme)($|\?)])
1.144     albertel  219: 		  )
                    220: 		 ) {
1.183     www       221:                 my $escreload=&escape('return:');
1.59      www       222:                 $reloadlink=(<<ENDRELOAD);
1.176     albertel  223: <td><a href="/adm/flip?postdata=$escreload" target="_top">$lt{'ret'}</a></td>
1.59      www       224: ENDRELOAD
                    225:             }
1.55      www       226:         }
1.163     www       227: 	if (($env{'request.state'} eq 'construct') && ($env{'request.course.id'})) {
1.183     www       228: 	    my $escreload=&escape('return:');
1.163     www       229: 	    $reloadlink=(<<ENDCRELOAD);
1.176     albertel  230: <td><a href="/adm/flip?postdata=$escreload" target="_top">$lt{'ret'}</a></td>
1.163     www       231: ENDCRELOAD
                    232:         }
1.58      www       233:         my $reg='';
                    234:         if ($registration) {
1.173     albertel  235:            $reg=&innerregister($forcereg,$titletable);
1.58      www       236:         }
1.130     albertel  237:         my $form=&serverform();
1.116     albertel  238: 	my $utility=&utilityfunctions();
1.179     albertel  239: 	my $remote;
                    240: 	if ($env{'user.adv'}) {
1.181     albertel  241: 	    $remote = '<td><a href="/adm/remote?action=launch&amp;url='.$escurl.'" target="_top">'.$lt{'launch'}.'</a></td>'
1.179     albertel  242: 	}
1.198     albertel  243: 
                    244:         my $helplink=&Apache::loncommon::top_nav_help('Help');
1.58      www       245: 	return (<<ENDINLINEMENU);
1.129     albertel  246: <script type="text/javascript">
1.150     albertel  247: // BEGIN LON-CAPA Internal
                    248: // <![CDATA[
1.116     albertel  249: $utility
1.150     albertel  250: // ]]>
1.48      www       251: </script>
1.176     albertel  252: <table id="LC_top_nav">
1.58      www       253: <tr>
1.199     albertel  254: $logo
1.176     albertel  255: <td><a href="/adm/menu" target="_top">$lt{'main'}</a></td>
1.59      www       256: $reloadlink
1.55      www       257: $navmaps
1.151     www       258: $docs
1.165     raeburn   259: $groups
1.179     albertel  260: $remote
1.176     albertel  261: <td><a href="/adm/roles" target="_top">$lt{'roles'}</a></td>
1.199     albertel  262: <td class="LC_top_nav_help">$helplink</td>
                    263: <td class="LC_top_nav_exit"><a href="/adm/logout" target="_top">$lt{'exit'}</a></td>
1.58      www       264: </tr>
                    265: </table>
1.168     albertel  266: $form
1.129     albertel  267: <script type="text/javascript">
1.48      www       268: // END LON-CAPA Internal
                    269: </script>
1.58      www       270: $reg
1.48      www       271: ENDINLINEMENU
                    272:     } else {
                    273: 	return '';
                    274:     }
1.72      www       275: }
                    276: 
1.40      www       277: # ====================================== This gets called in the header section
1.38      www       278: 
                    279: sub registerurl {
1.173     albertel  280:     my ($forcereg) = @_;
1.38      www       281:     my $result = '';
1.175     albertel  282:     if ($env{'request.noversionuri'} =~ m{^/res/adm/pages/}) { return ''; }
1.66      albertel  283:     my $force_title='';
1.152     albertel  284:     if ($env{'request.state'} eq 'construct') {
1.66      albertel  285: 	$force_title=&Apache::lonxml::display_title();
                    286:     }
1.152     albertel  287:     if (($env{'browser.interface'} eq 'textual') ||
                    288:         ($env{'environment.remote'} eq 'off') ||
                    289:         ((($env{'request.publicaccess'}) || 
1.83      www       290:          (!&Apache::lonnet::is_on_map(
1.183     www       291: 	   &unescape($env{'request.noversionuri'})))) &&
1.38      www       292:         (!$forcereg))) {
1.76      www       293:  	return $result.
                    294:           '<script type="text/javascript">function LONCAPAreg(){;} function LONCAPAstale(){}</script>'.$force_title;
1.38      www       295:     }
1.41      www       296: # Graphical display after login only
1.174     albertel  297:     if ($env{'request.registered'} && !$forcereg) { return ''; }
1.173     albertel  298:     $result.=&innerregister($forcereg);
1.66      albertel  299:     return $result.$force_title;
1.40      www       300: }
                    301: 
                    302: # =========== This gets called in order to register a URL, both with the Remote
                    303: # =========== and in the body of the document
                    304: 
                    305: sub innerregister {
1.173     albertel  306:     my ($forcereg, $titletable) = @_;
1.40      www       307:     my $result = '';
1.120     raeburn   308:     my ($uname,$thisdisfn);
1.152     albertel  309:     my $const_space = ($env{'request.state'} eq 'construct');
1.131     raeburn   310:     my $is_const_dir = 0;
1.120     raeburn   311: 
1.175     albertel  312:     if ($env{'request.noversionuri'} =~ m{^/res/adm/pages/}) { return ''; }
1.40      www       313: 
1.174     albertel  314:     $env{'request.registered'} = 1;
1.40      www       315: 
1.152     albertel  316:     my $textinter=($env{'browser.interface'} eq 'textual');
                    317:     my $noremote=($env{'environment.remote'} eq 'off');
1.49      www       318:     
                    319:     my $textual=($textinter || $noremote);
                    320: 
1.177     albertel  321:     undef(@inlineremote);
1.56      www       322: 
1.38      www       323:     my $reopen=&Apache::lonmenu::reopenmenu();
1.40      www       324: 
1.38      www       325:     my $newmail='';
1.65      www       326:     if ($noremote) {
1.177     albertel  327: 	$newmail='<table id="LC_nav_location"><tr>';
1.65      www       328:     }
1.177     albertel  329:     if (&Apache::lonmsg::newmail()) { 
                    330: 	if ($textual) {
                    331: 	    $newmail.= '<td class="LC_new_mail">
                    332:                    <a href="/adm/communicate" target="_top">'.
                    333: 		   &mt('You have new messages').'</a></td>';
                    334: 	} else {
                    335: 	    $newmail= 'swmenu.setstatus("you have","messages");';
                    336: 	}
                    337:     } elsif (($textual) 
                    338: 	     && ($env{'request.symb'}) 
                    339: 	     && ($env{'request.course.id'})) {
                    340: 	$newmail.= '<td class="LC_current_location">';
1.153     albertel  341: 	my ($mapurl,$rid,$resurl)=
                    342: 	    &Apache::lonnet::decode_symb(&Apache::lonnet::symbread());
1.152     albertel  343:         $newmail.=$env{'course.'.$env{'request.course.id'}.'.description'};
1.61      www       344:         my $maptitle=&Apache::lonnet::gettitle($mapurl);
1.153     albertel  345: 	my $restitle=&Apache::lonnet::gettitle(&Apache::lonnet::symbread());
1.133     albertel  346:         if ($maptitle && $maptitle ne 'default.sequence') {
1.61      www       347: 	    $newmail.=', '.$maptitle;
                    348:         }
                    349:         if ($restitle) {
                    350: 	    $newmail.=': '.$restitle;
                    351:         }
1.177     albertel  352:         $newmail.='&nbsp;&nbsp;&nbsp;</td>';
1.65      www       353:     }
1.152     albertel  354:     if ($env{'request.state'} eq 'construct') {
1.131     raeburn   355:         $newmail = $titletable;
1.150     albertel  356:     } else {
                    357: 	if ($noremote) {
1.181     albertel  358: 	    $newmail.='</tr></table>';
1.150     albertel  359: 	}
1.38      www       360:     }
1.40      www       361:     my $timesync=($textual?'':'swmenu.syncclock(1000*'.time.');');
1.177     albertel  362:     my $tablestart=($noremote?'<table id="LC_menubuttons">':'').
                    363: 	($textinter?'<br /><a href="#content">'.&mt('Skip to Content').'</a><br />':'');
                    364:     my $tableend=($noremote?'</table>':'').($textinter?'<a name="content" />':'');
1.41      www       365: # =============================================================================
                    366: # ============================ This is for URLs that actually can be registered
1.152     albertel  367:     if (($env{'request.noversionuri'}!~m|^/(res/)*adm/|) || ($forcereg)) {
1.40      www       368: # -- This applies to homework problems for users with grading privileges
1.152     albertel  369: 	my $crs='/'.$env{'request.course.id'};
                    370: 	if ($env{'request.course.sec'}) {
                    371: 	    $crs.='_'.$env{'request.course.sec'};
1.107     albertel  372: 	}
                    373: 	$crs=~s/\_/\//g;
                    374: 
1.38      www       375:         my $hwkadd='';
1.152     albertel  376:         if ($env{'request.symb'} ne '' &&
1.161     albertel  377: 	    $env{'request.filename'}=~/\.(problem|exam|quiz|assess|survey|form|task)$/) {
1.79      www       378: 	    if (&Apache::lonnet::allowed('mgr',$crs)) {
1.106     www       379: 		$hwkadd.=&switch('','',7,2,'pgrd.gif','problem[_1]','grades[_3]',
1.40      www       380:                        "gocmd('/adm/grades','gradingmenu')",
                    381:                        'Modify user grades for this assessment resource');
1.154     www       382:             } elsif (&Apache::lonnet::allowed('vgr',$crs)) {
                    383: 		$hwkadd.=&switch('','',7,2,'subm.gif','view sub-[_1]','missions[_1]',
                    384:                        "gocmd('/adm/grades','submission')",
                    385: 		       'View user submissions for this assessment resource');
1.38      www       386:             }
1.107     albertel  387: 	}
1.152     albertel  388: 	if ($env{'request.symb'} ne '' &&
1.145     albertel  389: 	    &Apache::lonnet::allowed('opa',$crs)) {
1.107     albertel  390: 	    $hwkadd.=&switch('','',7,3,'pparm.gif','problem[_2]','parms[_2]',
                    391: 			     "gocmd('/adm/parmset','set')",
1.196     www       392: 			     'Modify parameter settings for this resource');
1.38      www       393: 	}
1.40      www       394: # -- End Homework
1.38      www       395:         ###
                    396:         ### Determine whether or not to display the 'cstr' button for this
                    397:         ### resource
                    398:         ###
                    399:         my $editbutton = '';
1.152     albertel  400:         if ($env{'user.author'}) {
                    401:             if ($env{'request.role'}=~/^(ca|au)/) {
1.38      www       402:                 # Set defaults for authors
                    403:                 my ($top,$bottom) = ('con-','struct');
1.152     albertel  404:                 my $action = "go('/priv/".$env{'user.name'}."');";
                    405:                 my $cadom  = $env{'request.role.domain'};
                    406:                 my $caname = $env{'user.name'};
1.38      www       407:                 my $desc = "Enter my resource construction space";
                    408:                 # Set defaults for co-authors
1.152     albertel  409:                 if ($env{'request.role'} =~ /^ca/) { 
1.206     albertel  410:                     ($cadom,$caname)=($env{'request.role'}=~/($match_domain)\/($match_username)$/);
1.38      www       411:                     ($top,$bottom) = ('co con-','struct');
                    412:                     $action = "go('/priv/".$caname."');";
                    413:                     $desc = "Enter construction space as co-author";
                    414:                 }
                    415:                 # Check that we are on the correct machine
                    416:                 my $home = &Apache::lonnet::homeserver($caname,$cadom);
1.109     albertel  417: 		my $allowed=0;
                    418: 		my @ids=&Apache::lonnet::current_machine_ids();
                    419: 		foreach my $id (@ids) { if ($id eq $home) { $allowed=1; } }
                    420: 		if (!$allowed) {
                    421: 		    $editbutton=&switch('','',6,1,$top,,$bottom,$action,$desc);
1.38      www       422:                 }
                    423:             }
                    424:             ##
                    425:             ## Determine if user can edit url.
                    426:             ##
                    427:             my $cfile='';
                    428:             my $cfuname='';
                    429:             my $cfudom='';
1.152     albertel  430:             if ($env{'request.filename'}) {
                    431:                 my $file=&Apache::lonnet::declutter($env{'request.filename'});
1.206     albertel  432:                 $file=~s/^($match_domain)\/($match_username)/\/priv\/$2/;
1.109     albertel  433:                 # Check that the user has permission to edit this resource
1.38      www       434:                 ($cfuname,$cfudom)=&Apache::loncacc::constructaccess($file,$1);
                    435:                 if (defined($cfudom)) {
1.109     albertel  436: 		    my $home=&Apache::lonnet::homeserver($cfuname,$cfudom);
                    437: 		    my $allowed=0;
                    438: 		    my @ids=&Apache::lonnet::current_machine_ids();
                    439: 		    foreach my $id (@ids) { if ($id eq $home) { $allowed=1; } }
                    440: 		    if ($allowed) {
1.38      www       441:                         $cfile=$file;
                    442:                     }
                    443:                 }
                    444:             }        
                    445:             # Finally, turn the button on or off
1.120     raeburn   446:             if ($cfile && !$const_space) {
1.40      www       447:                 $editbutton=&switch
1.212     www       448:                     ('','',6,1,'pcstr.gif','edit[_1]','resource[_2]',
1.38      www       449:                      "go('".$cfile."');","Edit this resource");
                    450:             } elsif ($editbutton eq '') {
1.191     www       451:                 $editbutton=&clear(6,1);
1.38      www       452:             }
                    453:         }
                    454:         ###
                    455:         ###
1.41      www       456: # Prepare the rest of the buttons
1.120     raeburn   457:         my $menuitems;
                    458:         if ($const_space) {
1.128     albertel  459: 	    my ($uname,$thisdisfn) =
1.152     albertel  460: 		($env{'request.filename'}=~m|^/home/([^/]+)/public_html/(.*)|);
1.121     raeburn   461:             my $currdir = '/priv/'.$uname.'/'.$thisdisfn;
1.131     raeburn   462:             if ($currdir =~ m-/$-) {
                    463:                 $is_const_dir = 1;
                    464:             } else {
                    465:                 $currdir =~ s#[^/]+$##;
1.200     foxr      466: 		my $cleandisfn = &Apache::loncommon::escape_single($thisdisfn);
1.208     albertel  467: 		my $esc_currdir = &Apache::loncommon::escape_single($currdir);
1.131     raeburn   468:                 $menuitems=(<<ENDMENUITEMS);
1.208     albertel  469: s&6&1&list.gif&list[_1]&dir[_1]&golist('$esc_currdir')&List current directory
1.200     foxr      470: s&6&2&rtrv.gif&retrieve[_1]&version[_1]&gocstr('/adm/retrieve','/~$uname/$cleandisfn')&Retrieve old version
                    471: s&6&3&pub.gif&publish[_1]&resource[_1]&gocstr('/adm/publish','/~$uname/$cleandisfn')&Publish this resource
                    472: s&7&1&del.gif&delete[_1]&resource[_2]&gocstr('/adm/cfile?action=delete','/~$uname/$cleandisfn')&Delete this resource
                    473: s&7&2&prt.gif&prepare[_1]&printout[_1]&gocstr('/adm/printout','/~$uname/$cleandisfn')&Prepare a printable document
1.120     raeburn   474: ENDMENUITEMS
1.131     raeburn   475:             }
1.203     foxr      476:         } elsif ( defined($env{'request.course.id'}) && 
                    477: 		 $env{'request.symb'} ne '' ) {
1.120     raeburn   478: 	    $menuitems=(<<ENDMENUITEMS);
1.41      www       479: c&3&1
1.209     www       480: s&2&1&back.gif&backward[_1]&&gopost('/adm/flip','back:'+currentURL)&Go to the previous resource in the course sequence&&1
                    481: s&2&3&forw.gif&forward[_1]&&gopost('/adm/flip','forward:'+currentURL)&Go to the next resource in the course sequence&&3
1.77      www       482: c&6&3
                    483: c&8&1
                    484: c&8&2
1.106     www       485: s&8&3&prt.gif&prepare[_1]&printout[_1]&gopost('/adm/printout',currentURL)&Prepare a printable document
1.209     www       486: s&9&1&sbkm.gif&set[_1]&bookmark[_2]&set_bookmark()&Set a bookmark for this resource&&1
                    487: s&9&3&anot.gif&anno-[_1]&tations[_1]&annotate()&Make notes and annotations about this resource&&1
1.41      www       488: ENDMENUITEMS
1.216     albertel  489: 
1.193     raeburn   490:             unless ($env{'request.noversionuri'}=~/\/(bulletinboard|smppg|navmaps|syllabus|aboutme)(\?|$)/) {
1.216     albertel  491: 		if (!$env{'request.enc'}) {
                    492: 		    $menuitems.=(<<ENDREALRES);
                    493: s&6&3&catalog.gif&catalog[_1]&info[_1]&catalog_info()&Show catalog information
                    494: ENDREALRES
                    495:                 }
1.120     raeburn   496: 	        $menuitems.=(<<ENDREALRES);
1.106     www       497: s&8&1&eval.gif&evaluate[_1]&this[_1]&gopost('/adm/evaluate',currentURL,1)&Provide my evaluation of this resource
                    498: s&8&2&fdbk.gif&feedback[_1]&discuss[_1]&gopost('/adm/feedback',currentURL,1)&Provide feedback messages or contribute to the course discussion about this resource
1.77      www       499: ENDREALRES
1.120     raeburn   500: 	    }
                    501:         }
1.203     foxr      502: 	if ($env{'request.uri'} =~ /^\/res/) {
                    503: 	    $menuitems .= (<<ENDMENUITEMS);
                    504: s&8&3&prt.gif&prepare[_1]&printout[_1]&gopost('/adm/printout',currentURL)&Prepare a printable document
                    505: ENDMENUITEMS
                    506: 	}
1.41      www       507:         my $buttons='';
                    508:         foreach (split(/\n/,$menuitems)) {
                    509: 	    my ($command,@rest)=split(/\&/,$_);
                    510:             if ($command eq 's') {
                    511: 		$buttons.=&switch('','',@rest);
                    512:             } else {
                    513:                 $buttons.=&clear(@rest);
                    514:             }
                    515:         }
1.148     albertel  516: 
                    517:         if ($textual) {
                    518: 	    my $addremote=0;
                    519: 	    foreach (@inlineremote) { if ($_ ne '') { $addremote=1; } }
                    520: 	    my $inlinebuttons='';
                    521: 	    if ($addremote) {
1.41      www       522: # Registered, textual output
1.103     www       523: 
1.152     albertel  524: 		if ($env{'browser.interface'} eq 'textual') {
1.148     albertel  525: 		    $inlinebuttons=
1.56      www       526:                         join('',map { (defined($_)?$_:'') } @inlineremote);
1.148     albertel  527: 		} else {
                    528: 		    $inlinebuttons=(<<ENDINLINE);
1.129     albertel  529: <tr><td>$inlineremote[21]</td><td>&nbsp;</td><td>$inlineremote[23]</td></tr>
1.103     www       530: <tr><td>$inlineremote[61]</td><td>$inlineremote[62]</td><td>$inlineremote[63]</td></tr>
                    531: <tr><td>$inlineremote[71]</td><td>$inlineremote[72]</td><td>$inlineremote[73]</td></tr>
                    532: <tr><td>$inlineremote[81]</td><td>$inlineremote[82]</td><td>$inlineremote[83]</td></tr>
                    533: <tr><td>$inlineremote[91]</td><td>$inlineremote[92]</td><td>$inlineremote[93]</td></tr>
                    534: ENDINLINE
1.148     albertel  535:                 }
1.103     www       536: 	    }
1.41      www       537: 	    $result =(<<ENDREGTEXT);
1.129     albertel  538: <script type="text/javascript">
1.42      www       539: // BEGIN LON-CAPA Internal
                    540: </script>
1.41      www       541: $timesync
                    542: $newmail
1.58      www       543: $tablestart
1.56      www       544: $inlinebuttons
1.58      www       545: $tableend
1.129     albertel  546: <script type="text/javascript">
1.64      www       547: // END LON-CAPA Internal
1.42      www       548: </script>
                    549: 
1.41      www       550: ENDREGTEXT
                    551: # Registered, graphical output
                    552:         } else {
1.152     albertel  553: 	    my $requri=&Apache::lonnet::clutter(&Apache::lonnet::fixversion((split(/\?/,$env{'request.noversionuri'}))[0]));
1.183     www       554: 	    $requri=&Apache::lonenc::check_encrypt(&unescape($requri));
1.152     albertel  555: 	    my $cursymb=&Apache::lonenc::check_encrypt($env{'request.symb'});
1.113     albertel  556: 	    my $navstatus=&get_nav_status();
1.140     albertel  557: 	    my $clearcstr;
1.148     albertel  558: 
1.152     albertel  559: 	    if ($env{'user.adv'}) { $clearcstr='clearbut(6,1)'; }
1.41      www       560: 	    $result = (<<ENDREGTHIS);
1.38      www       561:      
1.129     albertel  562: <script type="text/javascript">
1.150     albertel  563: // BEGIN LON-CAPA Internal
1.42      www       564: var swmenu=null;
1.38      www       565: 
                    566:     function LONCAPAreg() {
                    567: 	  swmenu=$reopen;
                    568:           swmenu.clearTimeout(swmenu.menucltim);
                    569:           $timesync
                    570:           $newmail
1.41      www       571:           $buttons
1.84      www       572: 	  swmenu.currentURL="$requri";
1.85      www       573:           swmenu.reloadURL=swmenu.currentURL+window.location.search;
1.125     albertel  574:           swmenu.currentSymb="$cursymb";
                    575:           swmenu.reloadSymb="$cursymb";
1.38      www       576:           swmenu.currentStale=0;
1.113     albertel  577: 	  $navstatus
1.38      www       578:           $hwkadd
                    579:           $editbutton
                    580:     }
                    581: 
                    582:     function LONCAPAstale() {
                    583: 	  swmenu=$reopen
                    584:           swmenu.currentStale=1;
                    585:           if (swmenu.reloadURL!='' && swmenu.reloadURL!= null) { 
                    586:              swmenu.switchbutton
                    587:              (3,1,'reload.gif','return','location','go(reloadURL)','Return to the last known location in the course sequence');
                    588: 	  }
                    589:           swmenu.clearbut(7,2);
                    590:           swmenu.clearbut(7,3);
                    591:           swmenu.menucltim=swmenu.setTimeout(
                    592:  'clearbut(2,1);clearbut(2,3);clearbut(8,1);clearbut(8,2);clearbut(8,3);'+
1.140     albertel  593:  'clearbut(9,1);clearbut(9,3);clearbut(6,3);$clearcstr',
1.38      www       594: 			  2000);
                    595:       }
                    596: 
1.150     albertel  597: // END LON-CAPA Internal 
1.38      www       598: </script>
                    599: ENDREGTHIS
1.41      www       600:         }
                    601: # =============================================================================
1.38      www       602:     } else {
1.41      www       603: # ========================================== This can or will not be registered
                    604:         if ($textual) {
                    605: # Not registered, textual
                    606: 	    $result= (<<ENDDONOTREGTEXT);
                    607: ENDDONOTREGTEXT
                    608:         } else {
                    609: # Not registered, graphical
                    610:            $result = (<<ENDDONOTREGTHIS);
1.38      www       611: 
1.129     albertel  612: <script type="text/javascript">
1.38      www       613: // BEGIN LON-CAPA Internal
1.42      www       614: var swmenu=null;
1.38      www       615: 
                    616:     function LONCAPAreg() {
                    617: 	  swmenu=$reopen
                    618:           $timesync
                    619:           swmenu.currentStale=1;
                    620:           swmenu.clearbut(2,1);
                    621:           swmenu.clearbut(2,3);
                    622:           swmenu.clearbut(8,1);
                    623:           swmenu.clearbut(8,2);
                    624:           swmenu.clearbut(8,3);
                    625:           if (swmenu.currentURL) {
                    626:              swmenu.switchbutton
                    627:               (3,1,'reload.gif','return','location','go(currentURL)');
                    628:  	  } else {
                    629: 	      swmenu.clearbut(3,1);
                    630:           }
                    631:     }
                    632: 
                    633:     function LONCAPAstale() {
                    634:     }
                    635: 
                    636: // END LON-CAPA Internal
                    637: </script>
                    638: ENDDONOTREGTHIS
1.41      www       639:        }
                    640: # =============================================================================
1.38      www       641:     }
                    642:     return $result;
                    643: }
                    644: 
                    645: sub loadevents() {
1.152     albertel  646:     if ($env{'request.state'} eq 'construct' ||
1.175     albertel  647: 	$env{'request.noversionuri'} =~ m{^/res/adm/pages/}) { return ''; }
1.38      www       648:     return 'LONCAPAreg();';
                    649: }
                    650: 
                    651: sub unloadevents() {
1.152     albertel  652:     if ($env{'request.state'} eq 'construct' ||
1.175     albertel  653: 	$env{'request.noversionuri'} =~ m{^/res/adm/pages/}) { return ''; }
1.38      www       654:     return 'LONCAPAstale();';
                    655: }
1.30      www       656: 
1.32      www       657: # ============================================================= Start up remote
                    658: 
                    659: sub startupremote {
                    660:     my ($lowerurl)=@_;
1.152     albertel  661:     if (($env{'browser.interface'} eq 'textual') ||
                    662:         ($env{'environment.remote'} eq 'off')) {
1.34      www       663:      return ('<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'" />');
                    664:     }
1.49      www       665: #
                    666: # The Remote actually gets launched!
                    667: #
1.32      www       668:     my $configmenu=&rawconfig();
1.183     www       669:     my $esclowerurl=&escape($lowerurl);
1.119     www       670:     my $message=&mt('"Waiting for Remote Control window to load: "+[_1]','waited');
1.32      www       671:     return(<<ENDREMOTESTARTUP);
1.129     albertel  672: <script type="text/javascript">
1.118     albertel  673: var timestart;
1.35      www       674: function wheelswitch() {
1.118     albertel  675:     if (typeof(document.wheel) != 'undefined') {
                    676: 	if (typeof(document.wheel.spin) != 'undefined') {
                    677: 	    var date=new Date();
                    678: 	    var waited=Math.round(30-((date.getTime()-timestart)/1000));
                    679: 	    document.wheel.spin.value=$message;
                    680: 	}
                    681:     }
1.35      www       682:    if (window.status=='|') { 
                    683:       window.status='/'; 
                    684:    } else {
                    685:       if (window.status=='/') {
                    686:          window.status='-';
                    687:       } else {
                    688:          if (window.status=='-') { 
                    689:             window.status='\\\\'; 
                    690:          } else {
                    691:             if (window.status=='\\\\') { window.status='|'; }
                    692:          }
                    693:       }
                    694:    } 
                    695: }
                    696: 
1.32      www       697: // ---------------------------------------------------------- The wait function
                    698: var canceltim;
                    699: function wait() {
                    700:    if ((menuloaded==1) || (tim==1)) {
1.35      www       701:       window.status='Done.';
1.32      www       702:       if (tim==0) {
                    703:          clearTimeout(canceltim);
                    704:          $configmenu
                    705:          window.location='$lowerurl';  
                    706:       } else {
1.52      www       707: 	  window.location='/adm/remote?action=collapse&url=$esclowerurl';
1.32      www       708:       }
                    709:    } else {
1.35      www       710:       wheelswitch();
                    711:       setTimeout('wait();',200);
1.32      www       712:    }
                    713: }
                    714: 
                    715: function main() {
1.52      www       716:    canceltim=setTimeout('tim=1;',30000);
1.35      www       717:    window.status='-';
1.118     albertel  718:    var date=new Date();
                    719:    timestart=date.getTime();
1.32      www       720:    wait();
                    721: }
                    722: 
                    723: </script>
                    724: ENDREMOTESTARTUP
                    725: }
                    726: 
                    727: sub setflags() {
                    728:     return(<<ENDSETFLAGS);
1.129     albertel  729: <script type="text/javascript">
1.32      www       730:     menuloaded=0;
                    731:     tim=0;
                    732: </script>
                    733: ENDSETFLAGS
                    734: }
                    735: 
                    736: sub maincall() {
1.152     albertel  737:     if (($env{'browser.interface'} eq 'textual') ||
                    738:         ($env{'environment.remote'} eq 'off')) { return ''; }
1.32      www       739:     return(<<ENDMAINCALL);
1.129     albertel  740: <script type="text/javascript">
1.32      www       741:     main();
                    742: </script>
                    743: ENDMAINCALL
                    744: }
1.118     albertel  745: 
                    746: sub load_remote_msg {
                    747:     my ($lowerurl)=@_;
                    748: 
1.152     albertel  749:     if (($env{'browser.interface'} eq 'textual') ||
                    750:         ($env{'environment.remote'} eq 'off')) { return ''; }
1.118     albertel  751: 
1.183     www       752:     my $esclowerurl=&escape($lowerurl);
1.119     www       753:     my $link=&mt('<a href="[_1]">Continue</a> on in Inline Menu mode',
1.182     albertel  754: 		 "/adm/remote?action=collapse&amp;url=$esclowerurl");
1.118     albertel  755:     return(<<ENDREMOTEFORM);
                    756: <p>
                    757: <form name="wheel">
1.119     www       758: <input name="spin" type="text" size="60" />
1.118     albertel  759: </form>
                    760: </p>
                    761: <p>$link</p>
                    762: ENDREMOTEFORM
                    763: }
1.30      www       764: # ================================================================= Reopen menu
                    765: 
                    766: sub reopenmenu {
1.152     albertel  767:    if (($env{'browser.interface'} eq 'textual') ||
                    768:        ($env{'environment.remote'} eq 'off')) { return ''; }
1.30      www       769:    my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'};
1.47      matthew   770:    my $nothing = &Apache::lonhtmlcommon::javascript_nothing();
                    771:    return('window.open('.$nothing.',"'.$menuname.'","",false);');
1.30      www       772: } 
                    773: 
1.1       www       774: # =============================================================== Open the menu
                    775: 
                    776: sub open {
1.22      www       777:     my $returnval='';
1.152     albertel  778:     if (($env{'browser.interface'} eq 'textual') ||
                    779:         ($env{'environment.remote'} eq 'off')) { 
1.111     albertel  780: 	return '<script type="text/javascript">self.name="loncapaclient";</script>';
                    781:     }
1.30      www       782:     my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'};
1.22      www       783:     unless (shift eq 'unix') {
                    784: # resizing does not work on linux because of virtual desktop sizes
                    785:        $returnval.=(<<ENDRESIZE);
                    786: if (window.screen) {
1.28      www       787:     self.resizeTo(screen.availWidth-215,screen.availHeight-55);
1.22      www       788:     self.moveTo(190,15);
                    789: }
                    790: ENDRESIZE
                    791:     }
                    792:     $returnval.=(<<ENDOPEN);
1.35      www       793: window.status='Opening LON-CAPA Remote Control';
1.30      www       794: var menu=window.open("/res/adm/pages/menu.html","$menuname",
1.191     www       795: "height=375,width=150,scrollbars=no,menubar=no,top=5,left=5,screenX=5,screenY=5");
1.71      www       796: self.name='loncapaclient';
1.1       www       797: ENDOPEN
1.129     albertel  798:     return '<script type="text/javascript">'.$returnval.'</script>';
1.1       www       799: }
                    800: 
1.2       www       801: 
                    802: # ================================================================== Raw Config
                    803: 
1.3       www       804: sub clear {
                    805:     my ($row,$col)=@_;
1.152     albertel  806:     unless (($env{'browser.interface'} eq 'textual') ||
                    807:             ($env{'environment.remote'} eq 'off')) {
1.35      www       808:        return "\n".qq(window.status+='.';swmenu.clearbut($row,$col););
1.56      www       809:    } else { 
                    810:        $inlineremote[10*$row+$col]='';
                    811:        return ''; 
                    812:    }
1.3       www       813: }
                    814: 
1.40      www       815: # ============================================ Switch a button or create a link
1.25      matthew   816: # Switch acts on the javascript that is executed when a button is clicked.  
                    817: # The javascript is usually similar to "go('/adm/roles')" or "cstrgo(..)".
1.40      www       818: 
1.2       www       819: sub switch {
1.209     www       820:     my ($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat,$nobreak)=@_;
1.2       www       821:     $act=~s/\$uname/$uname/g;
                    822:     $act=~s/\$udom/$udom/g;
1.88      www       823:     $top=&mt($top);
                    824:     $bot=&mt($bot);
                    825:     $desc=&mt($desc);
1.105     www       826:     $img=&mt($img);
1.172     albertel  827: 
1.209     www       828:     my $idx=10*$row+$col;
                    829:     $category_members{$cat}.=':'.$idx;
                    830: 
1.152     albertel  831:     unless (($env{'browser.interface'} eq 'textual')  ||
                    832:             ($env{'environment.remote'} eq 'off')) {
1.50      www       833: # Remote
1.34      www       834:        return "\n".
1.35      www       835:  qq(window.status+='.';swmenu.switchbutton($row,$col,"$img","$top","$bot","$act","$desc"););
1.152     albertel  836:    } elsif ($env{'browser.interface'} eq 'textual') {
1.50      www       837: # Accessibility
                    838:        if ($nobreak==2) { return ''; }
                    839:        my $text=$top.' '.$bot;
1.78      www       840:        $text=~s/\s*\-\s*//gs;
1.94      www       841:        if ($nobreak) {
1.209     www       842: 	   $inlineremote[$idx]=
1.94      www       843: 	       '<a href="javascript:'.$act.';">'.$text.'</a>';
                    844:        } else {
1.209     www       845: 	   $inlineremote[$idx]="\n<br />".
1.100     www       846: 	       $desc.' <a href="javascript:'.$act.';">'.$text.'</a>';
1.94      www       847:        }
1.34      www       848:    } else {
1.50      www       849: # Inline Remote
1.213     www       850:        if ($env{'environment.icons'} ne 'classic') {
                    851:           $img=~s/\.gif$/\.png/;
                    852:        }
1.41      www       853:        if ($nobreak==2) { return ''; }
1.34      www       854:        my $text=$top.' '.$bot;
1.78      www       855:        $text=~s/\s*\-\s*//gs;
1.105     www       856: 
                    857:        my $lonhttpdPort=$Apache::lonnet::perlvar{'lonhttpdPort'};
                    858:        if (!defined($lonhttpdPort)) { $lonhttpdPort='8080'; }
1.99      www       859:        my $pic=
1.177     albertel  860: 	   '<img alt="'.$text.'" src="http://'.$ENV{'HTTP_HOST'}.
1.105     www       861: 	   ':'.$lonhttpdPort.'/res/adm/pages/'.$img.'" align="'.
1.103     www       862: 	   ($nobreak==3?'right':'left').'" />';
1.177     albertel  863:        if ($env{'browser.interface'} eq 'faketextual') {
1.103     www       864: # Accessibility
                    865: 	   if ($nobreak==3) {
1.209     www       866: 	       $inlineremote[$idx]="\n".
1.177     albertel  867: 		   '<td class="LC_menubuttons_text" align="right">'.$text.
                    868: 		   '</td><td class="LC_menubuttons_img" align="left">'.
1.103     www       869: 		   '<a href="javascript:'.$act.';">'.$pic.'</a></td></tr>';
                    870: 	   } elsif ($nobreak) {
1.209     www       871: 	       $inlineremote[$idx]="\n<tr>".
1.177     albertel  872: 		   '<td class="LC_menubuttons_img" align="left">'.
                    873: 		   '<a href="javascript:'.$act.';">'.$pic.'</a></td>
1.215     www       874:                     <td class="LC_menubuttons_text" align="left"><a class="LC_menubuttons_link" href="javascript:'.$act.';"><span class="LC_menubuttons_inline_text">'.$text.'</span></a></td>';
1.103     www       875: 	   } else {
1.209     www       876: 	       $inlineremote[$idx]="\n<tr>".
1.177     albertel  877: 		   '<td class="LC_menubuttons_img" align="left">'.
1.103     www       878: 		   '<a href="javascript:'.$act.';">'.$pic.
1.177     albertel  879: 		   '</a></td><td class="LC_menubuttons_text" colspan="3">'.
1.215     www       880: 		   '<a class="LC_menubuttons_link" href="javascript:'.$act.';"><span class="LC_menubuttons_inline_text">'.$desc.'</span></a></td></tr>';
1.103     www       881: 	   }
1.94      www       882:        } else {
1.103     www       883: # Inline Menu
1.209     www       884: 	   $inlineremote[$idx]=
1.215     www       885: 		   '<a class="LC_menubuttons_link" href="javascript:'.$act.';">'.$pic.
                    886: 		   '<span class="LC_menubuttons_inline_text">'.$desc.'</span></a>';
1.94      www       887:        }
1.34      www       888:    }
1.56      www       889:     return '';
1.2       www       890: }
                    891: 
                    892: sub secondlevel {
                    893:     my $output='';
                    894:     my 
1.209     www       895:     ($uname,$udom,$rol,$crs,$pub,$con,$row,$col,$prt,$img,$top,$bot,$act,$desc,$cat)=@_;
1.2       www       896:     if ($prt eq 'any') {
1.209     www       897: 	   $output.=&switch($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat);
1.2       www       898:     } elsif ($prt=~/^r(\w+)/) {
                    899:         if ($rol eq $1) {
1.209     www       900:            $output.=&switch($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat);
1.2       www       901:         }
                    902:     }
                    903:     return $output;
                    904: }
                    905: 
1.18      www       906: sub openmenu {
1.30      www       907:     my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'};
1.152     albertel  908:     if (($env{'browser.interface'} eq 'textual') ||
                    909:         ($env{'environment.remote'} eq 'off')) { return ''; }
1.47      matthew   910:     my $nothing = &Apache::lonhtmlcommon::javascript_nothing();
                    911:     return "window.open(".$nothing.",'".$menuname."');";
1.18      www       912: }
                    913: 
1.56      www       914: sub inlinemenu {
1.210     albertel  915:     undef(@inlineremote);
                    916:     undef(%category_members);
1.56      www       917:     &rawconfig(1);
1.214     albertel  918:     my $output='<table id="LC_mainmenu"><tr>';
1.209     www       919:     for (my $col=1; $col<=2; $col++) {
1.214     albertel  920:         $output.='<td class="LC_mainmenu_column">';
1.209     www       921:         for (my $row=1; $row<=8; $row++) {
                    922:             foreach my $cat (keys(%category_members)) {
                    923:                if ($category_positions{$cat} ne "$col,$row") { next; }
1.214     albertel  924:                $output.='<table id="LC_menubuttons_mainmenu"><tr><td colspan="4" class="LC_menubuttons_category">'.&mt($category_names{$cat}).'</td></tr>';
1.209     www       925:                my %active=();
                    926:                foreach my $menu_item (split(/\:/,$category_members{$cat})) {
                    927:                   if ($inlineremote[$menu_item]) {
                    928:                      $active{$menu_item}=1;
                    929:                   }
                    930:                }  
                    931:                foreach my $item (sort(keys(%active))) {
                    932:                   $output.=$inlineremote[$item];
                    933:                }
                    934:                $output.='</table>';
                    935:             }
                    936:          }
                    937:          $output.="</td>";
                    938:     }
                    939:     $output.="</tr></table>";
                    940:     return $output;
1.56      www       941: }
                    942: 
1.2       www       943: sub rawconfig {
1.34      www       944:     my $textualoverride=shift;
                    945:     my $output='';
1.152     albertel  946:     unless (($env{'browser.interface'} eq 'textual') ||
                    947:             ($env{'environment.remote'} eq 'off')) {
1.35      www       948:        $output.=
                    949:  "window.status='Opening Remote Control';var swmenu=".&openmenu().
                    950: "\nwindow.status='Configuring Remote Control ';";
1.34      www       951:     } else {
                    952:        unless ($textualoverride) { return ''; }
                    953:     }
1.152     albertel  954:     my $uname=$env{'user.name'};
                    955:     my $udom=$env{'user.domain'};
                    956:     my $adv=$env{'user.adv'};
                    957:     my $author=$env{'user.author'};
1.5       www       958:     my $crs='';
1.152     albertel  959:     if ($env{'request.course.id'}) {
                    960:        $crs='/'.$env{'request.course.id'};
                    961:        if ($env{'request.course.sec'}) {
                    962: 	   $crs.='_'.$env{'request.course.sec'};
1.7       www       963:        }
1.8       www       964:        $crs=~s/\_/\//g;
1.5       www       965:     }
1.152     albertel  966:     my $pub=($env{'request.state'} eq 'published');
                    967:     my $con=($env{'request.state'} eq 'construct');
                    968:     my $rol=$env{'request.role'};
                    969:     my $requested_domain = $env{'request.role.domain'};
1.184     raeburn   970:     foreach my $line (@desklines) {
1.209     www       971:         my ($row,$col,$pro,$prt,$img,$top,$bot,$act,$desc,$cat)=split(/\:/,$line);
1.3       www       972:         $prt=~s/\$uname/$uname/g;
                    973:         $prt=~s/\$udom/$udom/g;
1.5       www       974:         $prt=~s/\$crs/$crs/g; 
1.25      matthew   975:         $prt=~s/\$requested_domain/$requested_domain/g;
1.211     www       976:         if ($category_names{$cat}!~/\w/) { $cat='oth'; }
1.186     albertel  977:         my $type = &Apache::loncommon::course_type();
1.184     raeburn   978:         if ($type eq 'Group') {
                    979:             $desc = &convert_menu_function($desc,$type);
                    980:         }
1.3       www       981:         if ($pro eq 'clear') {
1.4       www       982: 	    $output.=&clear($row,$col);
1.3       www       983:         } elsif ($pro eq 'any') {
1.2       www       984:                $output.=&secondlevel(
1.209     www       985: 	  $uname,$udom,$rol,$crs,$pub,$con,$row,$col,$prt,$img,$top,$bot,$act,$desc,$cat);
1.2       www       986: 	} elsif ($pro eq 'smp') {
                    987:             unless ($adv) {
                    988:                $output.=&secondlevel(
1.209     www       989:           $uname,$udom,$rol,$crs,$pub,$con,$row,$col,$prt,$img,$top,$bot,$act,$desc,$cat);
1.2       www       990:             }
                    991:         } elsif ($pro eq 'adv') {
                    992:             if ($adv) {
                    993:                $output.=&secondlevel(
1.209     www       994: 	  $uname,$udom,$rol,$crs,$pub,$con,$row,$col,$prt,$img,$top,$bot,$act,$desc,$cat);
1.2       www       995:             }
1.81      matthew   996:         } elsif (($pro=~/^p(\w+)/) && ($prt)) {
1.2       www       997: 	    if (&Apache::lonnet::allowed($1,$prt)) {
1.209     www       998:                $output.=&switch($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat);
1.4       www       999:             }
1.26      www      1000:         } elsif ($pro eq 'course') {
1.152     albertel 1001:             if ($env{'request.course.fn'}) {
1.209     www      1002:                $output.=&switch($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat);
1.81      matthew  1003: 	    }
1.124     matthew  1004:         } elsif ($pro =~ /^courseenv_(.*)$/) {
                   1005:             my $key = $1;
1.152     albertel 1006:             if ($env{'course.'.$env{'request.course.id'}.'.'.$key}) {
1.209     www      1007:                 $output.=&switch($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat);
1.124     matthew  1008:             }
1.81      matthew  1009:         } elsif ($pro =~ /^course_(.*)$/) {
                   1010:             # Check for permissions inside of a course
1.152     albertel 1011:             if (($env{'request.course.id'}) &&
                   1012:                 (&Apache::lonnet::allowed($1,$env{'request.course.id'}.
                   1013:             ($env{'request.course.sec'}?'/'.$env{'request.course.sec'}:''))
1.81      matthew  1014:                  )) {
1.209     www      1015:                 $output.=&switch($uname,$udom,$row,$col,$img,$top,$bot,$act,$desc,$cat);
1.26      www      1016: 	    }
1.4       www      1017:         } elsif ($pro eq 'author') {
                   1018:             if ($author) {
1.152     albertel 1019:                 if ((($prt eq 'rca') && ($env{'request.role'}=~/^ca/)) ||
                   1020:                     (($prt eq 'rau') && ($env{'request.role'}=~/^au/))) {
1.19      matthew  1021:                     # Check that we are on the correct machine
1.29      matthew  1022:                     my $cadom=$requested_domain;
1.152     albertel 1023:                     my $caname=$env{'user.name'};
1.29      matthew  1024:                     if ($prt eq 'rca') {
                   1025: 		       ($cadom,$caname)=
1.206     albertel 1026:                                ($env{'request.role'}=~/($match_domain)\/($match_username)$/);
1.29      matthew  1027:                     }                       
                   1028:                     $act =~ s/\$caname/$caname/g;
1.19      matthew  1029:                     my $home = &Apache::lonnet::homeserver($caname,$cadom);
1.109     albertel 1030: 		    my $allowed=0;
                   1031: 		    my @ids=&Apache::lonnet::current_machine_ids();
                   1032: 		    foreach my $id (@ids) { if ($id eq $home) { $allowed=1; } }
                   1033: 		    if ($allowed) {
1.209     www      1034:                         $output.=&switch($caname,$cadom,
                   1035:                                         $row,$col,$img,$top,$bot,$act,$desc,$cat);
1.19      matthew  1036:                     }
1.6       www      1037:                 }
1.2       www      1038:             }
                   1039:         }
1.13      harris41 1040:     }
1.152     albertel 1041:     unless (($env{'browser.interface'} eq 'textual') ||
                   1042:             ($env{'environment.remote'} eq 'off')) {
1.35      www      1043:        $output.="\nwindow.status='Synchronizing Time';swmenu.syncclock(1000*".time.");\nwindow.status='Remote Control Configured.';";
1.123     www      1044:        if (&Apache::lonmsg::newmail()) { 
                   1045: 	   $output.='swmenu.setstatus("you have","messages");';
                   1046:        }
1.34      www      1047:     }
1.123     www      1048: 
1.2       www      1049:     return $output;
                   1050: }
                   1051: 
                   1052: # ======================================================================= Close
1.1       www      1053: 
                   1054: sub close {
1.152     albertel 1055:     if (($env{'browser.interface'} eq 'textual') ||
                   1056:         ($env{'environment.remote'} eq 'off')) { return ''; }
1.30      www      1057:     my $menuname='LCmenu'.$Apache::lonnet::perlvar{'lonHostID'};
1.1       www      1058:     return(<<ENDCLOSE);
1.129     albertel 1059: <script type="text/javascript">
1.35      www      1060: window.status='Accessing Remote Control';
1.30      www      1061: menu=window.open("/adm/rat/empty.html","$menuname",
1.1       www      1062:                  "height=350,width=150,scrollbars=no,menubar=no");
1.35      www      1063: window.status='Disabling Remote Control';
                   1064: menu.active=0;
1.31      www      1065: menu.autologout=0;
1.35      www      1066: window.status='Closing Remote Control';
1.1       www      1067: menu.close();
1.35      www      1068: window.status='Done.';
1.1       www      1069: </script>
                   1070: ENDCLOSE
                   1071: }
                   1072: 
                   1073: # ====================================================================== Footer
                   1074: 
                   1075: sub footer {
                   1076: 
1.33      www      1077: }
                   1078: 
1.122     albertel 1079: sub nav_control_js {
1.152     albertel 1080:     my $nav=($env{'environment.remotenavmap'} eq 'on');
1.122     albertel 1081:     return (<<NAVCONTROL);
                   1082:     var w_loncapanav_flag="$nav";
                   1083: 
                   1084: 
                   1085: function gonav(url) {
                   1086:    if (w_loncapanav_flag != 1) {
                   1087:       gopost(url,'');
                   1088:    }  else {
                   1089:       navwindow=window.open(url,
                   1090:                   "loncapanav","height=600,width=400,scrollbars=1"); 
                   1091:    }
                   1092: }
                   1093: NAVCONTROL
                   1094: }
                   1095: 
1.42      www      1096: sub utilityfunctions {
1.132     raeburn  1097:     my $caller = shift;
1.152     albertel 1098:     unless (($env{'browser.interface'} eq 'textual')  ||
                   1099:         ($env{'environment.remote'} eq 'off') || ($caller eq '/adm/menu')) { return ''; }
                   1100:     my $currenturl=&Apache::lonnet::clutter(&Apache::lonnet::fixversion((split(/\?/,$env{'request.noversionuri'}))[0]));
1.183     www      1101:     $currenturl=&Apache::lonenc::check_encrypt(&unescape($currenturl));
1.125     albertel 1102:     
1.152     albertel 1103:     my $currentsymb=&Apache::lonenc::check_encrypt($env{'request.symb'});
1.122     albertel 1104:     my $nav_control=&nav_control_js();
1.175     albertel 1105: 
                   1106:     my $start_page_annotate = 
                   1107:         &Apache::loncommon::start_page('Annotator',undef,
                   1108: 				       {'only_body' => 1,
                   1109: 					'js_ready'  => 1,
                   1110: 					'bgcolor'   => '#BBBBBB',
                   1111: 					'add_entries' => {
                   1112: 					    'onload' => 'javascript:document.goannotate.submit();'}});
                   1113: 
1.205     albertel 1114:     my $end_page_annotate = 
                   1115:         &Apache::loncommon::end_page({'js_ready' => 1});
                   1116: 
1.175     albertel 1117:     my $start_page_bookmark = 
                   1118:         &Apache::loncommon::start_page('Bookmarks',undef,
                   1119: 				       {'only_body' => 1,
                   1120: 					'js_ready'  => 1,
                   1121: 					'bgcolor'   => '#BBBBBB',});
                   1122: 
1.205     albertel 1123:     my $end_page_bookmark = 
1.175     albertel 1124:         &Apache::loncommon::end_page({'js_ready' => 1});
                   1125: 
1.42      www      1126: return (<<ENDUTILITY)
                   1127: 
                   1128:     var currentURL="$currenturl";
                   1129:     var reloadURL="$currenturl";
                   1130:     var currentSymb="$currentsymb";
                   1131: 
1.114     albertel 1132: $nav_control
                   1133: 
1.42      www      1134: function go(url) {
                   1135:    if (url!='' && url!= null) {
                   1136:        currentURL = null;
                   1137:        currentSymb= null;
                   1138:        window.location.href=url;
                   1139:    }
                   1140: }
                   1141: 
                   1142: function gopost(url,postdata) {
                   1143:    if (url!='') {
                   1144:       this.document.server.action=url;
                   1145:       this.document.server.postdata.value=postdata;
                   1146:       this.document.server.command.value='';
                   1147:       this.document.server.url.value='';
                   1148:       this.document.server.symb.value='';
                   1149:       this.document.server.submit();
                   1150:    }
                   1151: }
                   1152: 
                   1153: function gocmd(url,cmd) {
                   1154:    if (url!='') {
                   1155:       this.document.server.action=url;
                   1156:       this.document.server.postdata.value='';
                   1157:       this.document.server.command.value=cmd;
                   1158:       this.document.server.url.value=currentURL;
                   1159:       this.document.server.symb.value=currentSymb;
                   1160:       this.document.server.submit();
                   1161:    }
1.57      www      1162: }
                   1163: 
1.121     raeburn  1164: function gocstr(url,filename) {
                   1165:     if (url == '/adm/cfile?action=delete') {
                   1166:         this.document.cstrdelete.filename.value = filename
                   1167:         this.document.cstrdelete.submit();
                   1168:         return;
                   1169:     }
1.137     raeburn  1170:     if (url == '/adm/printout') {
                   1171:         this.document.cstrprint.postdata.value = filename
                   1172:         this.document.cstrprint.curseed.value = 0;
                   1173:         this.document.cstrprint.problemtype.value = 0;
1.138     raeburn  1174:         if (this.document.lonhomework) {
                   1175:             if ((this.document.lonhomework.rndseed) && (this.document.lonhomework.rndseed.value != null) && (this.document.lonhomework.rndseed.value != '')) {
                   1176:                 this.document.cstrprint.curseed.value = this.document.lonhomework.rndseed.value
                   1177:             }
                   1178:             if (this.document.lonhomework.problemtype) {
1.164     albertel 1179: 		if (this.document.lonhomework.problemtype.value) {
                   1180: 		    this.document.cstrprint.problemtype.value = 
                   1181: 			this.document.lonhomework.problemtype.value;
                   1182: 		} else if (this.document.lonhomework.problemtype.options) {
                   1183: 		    for (var i=0; i<this.document.lonhomework.problemtype.options.length; i++) {
                   1184: 			if (this.document.lonhomework.problemtype.options[i].selected) {
                   1185: 			    if (this.document.lonhomework.problemtype.options[i].value != null && this.document.lonhomework.problemtype.options[i].value != '') { 
                   1186: 				this.document.cstrprint.problemtype.value = this.document.lonhomework.problemtype.options[i].value
                   1187: 				}
                   1188: 			}
                   1189: 		    }
                   1190: 		}
                   1191: 	    }
                   1192: 	}
1.137     raeburn  1193:         this.document.cstrprint.submit();
                   1194:         return;
                   1195:     }
1.121     raeburn  1196:     if (url !='') {
                   1197:         this.document.constspace.filename.value = filename;
                   1198:         this.document.constspace.action = url;
                   1199:         this.document.constspace.submit();
                   1200:     }
                   1201: }
                   1202: 
1.131     raeburn  1203: function golist(url) {
                   1204:    if (url!='' && url!= null) {
                   1205:        currentURL = null;
                   1206:        currentSymb= null;
                   1207:        top.location.href=url;
                   1208:    }
                   1209: }
                   1210: 
                   1211: 
1.121     raeburn  1212: 
1.57      www      1213: function catalog_info() {
1.102     albertel 1214:    loncatinfo=window.open(window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
1.57      www      1215: }
                   1216: 
                   1217: function chat_win() {
1.102     albertel 1218:    lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no');
1.42      www      1219: }
1.169     raeburn  1220: 
                   1221: function group_chat(group) {
                   1222:    var url = '/adm/groupchat?group='+group;
                   1223:    var winName = 'LONchat_'+group;
                   1224:    grpchat=window.open(url,winName,'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no');
                   1225: }
1.175     albertel 1226: 
                   1227: function edit_bookmarks() {
                   1228:    go('');
                   1229:    w_BookmarkPal_flag=1;
                   1230:    bookmarkpal=window.open("/adm/bookmarks",
                   1231:                "BookmarkPal", "width=400,height=505,scrollbars=0");
                   1232: }
                   1233: 
                   1234: function annotate() {
                   1235:    w_Annotator_flag=1;
                   1236:    annotator=window.open('','Annotator','width=365,height=265,scrollbars=0');
                   1237:    annotator.document.write(
                   1238:    '$start_page_annotate'
                   1239:   +"<form name='goannotate' target='Annotator' method='post' "
                   1240:   +"action='/adm/annotations'>"
1.217   ! albertel 1241:   +"<input type='hidden' name='symbnew' value='"+currentSymb+"' />"
1.181     albertel 1242:   +"<\\/form>"
1.205     albertel 1243:   +'$end_page_annotate');
1.175     albertel 1244:    annotator.document.close();
                   1245: }
                   1246: 
                   1247: function set_bookmark() {
                   1248:    go('');
                   1249:    clienttitle=document.title;
                   1250:    clienthref=location.pathname;
                   1251:    w_bmquery_flag=1;
                   1252:    bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');
                   1253:    bmquery.document.write(
                   1254:    '$start_page_bookmark'
                   1255:    +"<center><form method='post'"
                   1256:    +" name='newlink' action='/adm/bookmarks' target='bmquery' "
                   1257:    +">\\n <table width=340 height=150 "
1.181     albertel 1258:    +"bgcolor='ffffff' align=center><tr><td>Link Name:<br /><input "
                   1259:    +"type='text' name='title' size=45 value='"+clienttitle+"' />"
                   1260:    +"<br />Address:<br /><input type='text' name='address' size='45' "
                   1261:    +"value='"+clienthref+"' /><br /><center><input type='submit' "
                   1262:    +"value='Save' /> <input type='button' value='Close (no save)' "
                   1263:    +"onclick='javascript:window.close();' /><\\/center><\\/td>"
                   1264:    +"<\\/tr><\\/table><\\/form><\\/center>"
1.205     albertel 1265:    +'$end_page_bookmark' );
1.175     albertel 1266:    bmquery.document.close();
                   1267: }
                   1268: 
1.42      www      1269: ENDUTILITY
                   1270: }
                   1271: 
                   1272: sub serverform {
                   1273:     return(<<ENDSERVERFORM);
1.181     albertel 1274: <form name="server" action="/adm/logout" method="post" target="_top">
1.42      www      1275: <input type="hidden" name="postdata" value="none" />
                   1276: <input type="hidden" name="command" value="none" />
                   1277: <input type="hidden" name="url" value="none" />
                   1278: <input type="hidden" name="symb" value="none" />
                   1279: </form>
                   1280: ENDSERVERFORM
                   1281: }
1.113     albertel 1282: 
1.121     raeburn  1283: sub constspaceform {
                   1284:     return(<<ENDCONSTSPACEFORM);
1.181     albertel 1285: <form name="constspace" action="/adm/logout" method="post" target="_top">
1.121     raeburn  1286: <input type="hidden" name="filename" value="" />
                   1287: </form>
1.181     albertel 1288: <form name="cstrdelete" action="/adm/cfile" method="post" target="_top">
1.121     raeburn  1289: <input type="hidden" name="action" value="delete" /> 
                   1290: <input type="hidden" name="filename" value="" />
                   1291: </form>
1.181     albertel 1292: <form name="cstrprint" action="/adm/printout" target="_parent" method="post">
1.137     raeburn  1293: <input type="hidden" name="postdata" value="" />
                   1294: <input type="hidden" name="curseed" value="" />
                   1295: <input type="hidden" name="problemtype" value="" />
                   1296: </form>
                   1297: 
1.121     raeburn  1298: ENDCONSTSPACEFORM
                   1299: }
                   1300: 
                   1301: 
1.113     albertel 1302: sub get_nav_status {
                   1303:     my $navstatus="swmenu.w_loncapanav_flag=";
1.152     albertel 1304:     if ($env{'environment.remotenavmap'} eq 'on') {
1.113     albertel 1305: 	$navstatus.="1";
                   1306:     } else {
                   1307: 	$navstatus.="-1";
                   1308:     }
                   1309:     return $navstatus;
                   1310: }
                   1311: 
1.186     albertel 1312: #FIXME this needs to move into mydesktab and the other locations 
                   1313: # the text is generated
1.184     raeburn  1314: sub convert_menu_function {
                   1315:     my ($rolename,$type) = @_;
                   1316:     if ($type eq 'Group') {
                   1317:         $rolename =~ s/student/member/g;
                   1318:         $rolename =~ s/group/team/g;
                   1319:         $rolename =~ s/course/group/g;
                   1320:         $rolename =~ s/Course/Group/g;
                   1321:     }
                   1322:     return $rolename;
                   1323: }
                   1324: 
                   1325: 
1.2       www      1326: # ================================================================ Main Program
                   1327: 
1.16      harris41 1328: BEGIN {
1.166     albertel 1329:     if (! defined($readdesk)) {
                   1330: 	{
                   1331: 	    my $tabfile = $Apache::lonnet::perlvar{'lonTabDir'}.'/mydesk.tab';
                   1332: 	    if ( CORE::open( my $config,"<$tabfile") ) {
                   1333: 		while (my $configline=<$config>) {
                   1334: 		    $configline=(split(/\#/,$configline))[0];
                   1335: 		    $configline=~s/^\s+//;
                   1336: 		    chomp($configline);
1.209     www      1337:                     if ($configline=~/^cat\:/) {
                   1338:                        my @entries=split(/\:/,$configline);
                   1339:                        $category_positions{$entries[2]}=$entries[1];
                   1340:                        $category_names{$entries[2]}=$entries[3];
                   1341: 		    } elsif ($configline) {
1.166     albertel 1342: 			push(@desklines,$configline);
                   1343: 		    }
                   1344: 		}
                   1345: 		CORE::close($config);
                   1346: 	    }
                   1347: 	}
                   1348: 	$readdesk='done';
1.2       www      1349:     }
                   1350: }
1.30      www      1351: 
1.1       www      1352: 1;
                   1353: __END__
                   1354: 
                   1355: 
                   1356: 
                   1357: 
                   1358: 
                   1359: 
                   1360: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>