');
- my $submitmessage = &mt('Update Section or Specific User');
if (!$pssymb) {
- $r->print(''.&mt('Select Parameter Level').
- &Apache::loncommon::help_open_topic('Course_Parameter_Levels').
- ' | ');
- $r->print(' | \n");
-
- $r->print('
');
+ $r->print('');
+ &levelmenu($r,\%alllevs,$parmlev);
if ($parmlev ne 'general') {
- $r->print(' |
'.&mt('Select Enclosing Map or Folder').' | ');
- $r->print(' |
\n");
+ $r->print('');
+ &mapmenu($r,\%allmaps,$pschp,\%maptitles);
+ $r->print(' | ');
}
+ $r->print('
');
+ &displaymenu($r,\%allparms,\%allparts,\@pscat,\@psprt,\%keyorder);
} else {
my ($map,$id,$resource)=&Apache::lonnet::decode_symb($pssymb);
- $r->print("".&mt('Specific Resource')." | $resource | ");
- $r->print(' | ');
- $r->print('
');
- $r->print('');
- }
-
- $r->print('
|
');
-# $r->print("Show: $showoptions |
");
-# $r->print("pscat: @pscat |
");
-# $r->print("psprt: @psprt |
");
-# $r->print("fcat: $fcat |
");
-
- if ($showoptions eq 'show') {
- my $tempkey;
-
- $r->print(''.&mt('Select Parameters to View').' |
');
-
- $r->print('');
+ &usermenu($r,$uname,$id,$udom,$csec);
-# $r->print(' |
Select Parts | ');
- $r->print(' | |
|
');
+ $r->print(''.$message.'
');
- $r->print(''.&mt('Sort list by').' | ');
- $r->print(' | ');
-
- $r->print('
|
');
-
- } else { # hide options - include any necessary extras here
-
- $r->print(''."\n");
-
- unless (@pscat) {
- foreach (keys %allparms ) {
- $r->print(''."\n");
- }
- } else {
- foreach (@pscat) {
- $r->print(''."\n");
- }
- }
-
- unless (@psprt) {
- foreach (keys %allparts ) {
- $r->print(''."\n");
- }
- } else {
- foreach (@psprt) {
- $r->print(''."\n");
- }
- }
-
- }
- $r->print('