Diff for /loncom/interface/mydesk.tab between versions 1.15 and 1.19

version 1.15, 2002/02/13 22:33:40 version 1.19, 2002/07/22 20:35:05
Line 1 Line 1
 # This configuration file can now include comments.  # 
 # I should write something to explain the file format, but not today.  # row:col:pro:prt:img:top:bot:act
   #
   # pro = clear    clear the button
   # pro = any      any permission level is allowed this button
   # pro = smp      allowed if $ENV{'user.adv'} is undefined
   # pro = adv      allowed if $ENV{'user.adv'} is defined
   # pro = author   prt = rca and user is a co-author
   # pro = author   prt = any 
   # pro = p???     allowed if the user has the permissions given in ???
 1:1:smp:any:courses.gif:choose:course:go('/adm/roles');  1:1:smp:any:courses.gif:choose:course:go('/adm/roles');
 1:1:smp:rst:courses.gif:switch:course:go('/adm/roles');  1:1:smp:rst:courses.gif:switch:course:go('/adm/roles');
 1:1:adv:any:roles.gif:switch:role:go('/adm/roles');  1:1:adv:any:roles.gif:switch:role:go('/adm/roles');
Line 14 Line 22
 4:1:pbre:$crs:grds.gif:my:grades:go('/adm/studentcalc');  4:1:pbre:$crs:grds.gif:my:grades:go('/adm/studentcalc');
 4:1:pvgr:$crs:sprs.gif:course:grades:go('/adm/classcalc');  4:1:pvgr:$crs:sprs.gif:course:grades:go('/adm/classcalc');
 4:2:clear  4:2:clear
 4:2:pvgr:$crs:chrt.gif:course:chart:go('/adm/chart');  4:2:pvgr:$crs:chrt.gif:course:chart:gopost('/adm/statistics','Student Assessment');
 4:3:clear  4:3:clear
 4:3:pvgr:$crs:stat.gif:course:stats:go('/adm/statistics');  4:3:pvgr:$crs:stat.gif:course:stats:go('/adm/statistics');
 5:1:clear  5:1:clear
Line 27 Line 35
 5:3:pccc:$udom:ccrs.gif:create:course:go('/adm/createcourse');  5:3:pccc:$udom:ccrs.gif:create:course:go('/adm/createcourse');
 5:3:popa:$crs:parm.gif:course:parms:go('/adm/parmset');  5:3:popa:$crs:parm.gif:course:parms:go('/adm/parmset');
 6:1:clear  6:1:clear
 6:1:author:any:cstr.gif:con-:struct:go('/priv/$uname/');  6:1:author:any:cstr.gif:con-:struct:cstrgo(currentURL,'/priv/$uname/');
 6:1:author:rca:cstr.gif:co con-:struct:go('/priv/$uname/');  6:1:author:rca:cstr.gif:co con-:struct:cstrgo(currentURL,'/priv/$uname/');
 6:2:clear  6:2:clear
 6:2:author:any:res.gif:resource:space:go('/res/$udom/$uname/?launch=1');  6:2:author:any:res.gif:resource:space:go('/res/$udom/$uname/?launch=1');
 6:2:author:rca:res.gif:co res:space:go('/res/$udom/$uname/?launch=1');  6:2:author:rca:res.gif:co res:space:go('/res/$udom/$uname/?launch=1');
Line 36 Line 44
 7:2:clear  7:2:clear
 7:2:adv:rcm:egrd.gif:enter:grades:go('/adm/grades');  7:2:adv:rcm:egrd.gif:enter:grades:go('/adm/grades');
 10:1:any:any:src.gif:search:library:go('/adm/searchcat');  10:1:any:any:src.gif:search:library:go('/adm/searchcat');
 10:2:any:any:pref.gif:prefer:ences:go('/adm/preferences');  10:2:any:any:pref.gif:prefer-:ences:go('/adm/preferences');
 10:3:any:any:logout.gif:exit::go('/adm/logout');  10:3:any:any:logout.gif:exit::go('/adm/logout');

Removed from v.1.15  
changed lines
  Added in v.1.19


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