Annotation of loncom/interface/mydesk.tab, revision 1.31
1.18 matthew 1: #
2: # row:col:pro:prt:img:top:bot:act
3: #
4: # pro = clear clear the button
5: # pro = any any permission level is allowed this button
6: # pro = smp allowed if $ENV{'user.adv'} is undefined
7: # pro = adv allowed if $ENV{'user.adv'} is defined
8: # pro = author prt = rca and user is a co-author
9: # pro = author prt = any
10: # pro = p??? allowed if the user has the permissions given in ???
1.27 www 11: # course allowed if in course
12: # author allowed if an author
13: #
1.31 ! www 14: 1:1:smp:any:courses.gif:choose:course:go('/adm/roles');:Choose the course to work on
! 15: 1:1:smp:rst:courses.gif:switch:course:go('/adm/roles');:Switch to another course
! 16: 1:1:adv:any:roles.gif:switch:role:go('/adm/roles');:Switch to another user role
! 17: 1:1:adv:rcm:roles.gif:choose:role:go('/adm/roles');:Choose the user role
1.30 www 18: 1:2:clear
1.31 ! www 19: 1:2:course:any:docs.gif:course:docs:go('/adm/coursedocs');:Documents included in this course
1.4 www 20: 2:1:clear
21: 2:2:clear
1.31 ! www 22: 2:2:course:any:nav.gif:navigate:contents:gopost('/adm/navmaps',currentURL);:Navigate the table of contents for this course
1.4 www 23: 2:3:clear
24: 3:1:clear
25: 4:1:clear
1.31 ! www 26: 4:1:course:any:grds.gif:my:grades:go('/adm/studentcalc');:Calculate my grade
! 27: 4:1:pvgr:$crs:sprs.gif:course:grades:go('/adm/classcalc');:Calculate course grades
1.4 www 28: 4:2:clear
1.31 ! www 29: 4:2:pvgr:$crs:chrt.gif:course:chart:gopost('/adm/statistics','Student Assessment');:View the course assessment progress chart
1.4 www 30: 4:3:clear
1.31 ! www 31: 4:3:pvgr:$crs:stat.gif:course:stats:gopost('/adm/statistics','Problem Statistics');:View course assessment statistics
1.4 www 32: 5:1:clear
1.31 ! www 33: 5:1:pcst:$crs:enrl.gif:course:enroll:go('/adm/dropadd');:Drop/Add students in this course
1.4 www 34: 5:2:clear
1.31 ! www 35: 5:2:pcst:$crs:cprv.gif:user:roles:go('/adm/createuser');:Create a user or modify the roles and privileges of a user
! 36: 5:2:pcca:$requested_domain:cprv.gif:user:roles:go('/adm/createuser');:Create a user or modify the roles and privileges of a user
! 37: 5:2:pmau:$requested_domain:cprv.gif:user:roles:go('/adm/createuser');:Create a user or modify the roles and privileges of a user
1.4 www 38: 5:3:clear
1.31 ! www 39: 5:3:pccc:$requested_domain:ccrs.gif:create:course:go('/adm/createcourse');:Create a new course
! 40: 5:3:popa:$crs:parm.gif:course:parms:go('/adm/parmset');:Set deadlines and other assessment parameters, as well as modify course environment
1.5 www 41: 6:1:clear
1.31 ! www 42: 6:1:author:any:cstr.gif:con-:struct:cstrgo(currentURL,'/priv/$uname/');:Enter my resource construction space
! 43: 6:1:author:rca:cstr.gif:co con-:struct:cstrgo(currentURL,'/priv/$uname/');:Enter construction space as a co-author
1.5 www 44: 6:2:clear
1.31 ! www 45: 6:2:author:any:res.gif:resource:space:go('/res/$udom/$uname/?launch=1');:Browse published resources
! 46: 6:2:author:rca:res.gif:co res:space:go('/res/$udom/$uname/?launch=1');:Browse published resources
1.6 www 47: 6:3:clear
1.13 www 48: 7:2:clear
1.31 ! www 49: 7:2:adv:rcm:egrd.gif:enter:grades:go('/adm/grades');:Enter grades from check-out assessment resources
1.20 www 50: 10:1:clear
1.31 ! www 51: 10:1:any:any:anno.gif:calendar:announce:go('/adm/announcements');:Course announcements and my calendar
! 52: 10:2:any:any:com.gif:commu-:nication:go('/adm/communicate');:Sned and receive messages
1.20 www 53: 10:3:clear
1.31 ! www 54: 10:3:course:any:bchat.gif:course:chat:go('/res/adm/pages/chatroom.html');:Enter the chatroom for the course
! 55: 11:1:adv:any:src.gif:search:library:go('/adm/searchcat');:Search the database of published resources
! 56: 11:2:any:any:pref.gif:prefer-:ences:go('/adm/preferences');:Set my user preferences
! 57: 11:3:any:any:logout.gif:exit::go('/adm/logout');:Exit LON-CAPA
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>