Diff for /loncom/interface/mydesk.tab between versions 1.149.2.3 and 1.150

version 1.149.2.3, 2012/05/23 00:29:22 version 1.150, 2012/05/15 01:41:27
Line 16 Line 16
 #   - courses: show Courses instead of Roles  #   - courses: show Courses instead of Roles
 # prim:link:icon:alt:text:condition  # prim:link:icon:alt:text:condition
 prim:/adm/about.html:/adm/lonIcons/minilogo.gif:LON-CAPA Logo:About:public  prim:/adm/about.html:/adm/lonIcons/minilogo.gif:LON-CAPA Logo:About:public
   prim:/adm/menu:::Home:
 prim:/adm/communicate:::Messages:nonewmsg  prim:/adm/communicate:::Messages:nonewmsg
 prim:/adm/communicate:::New Messages:newmsg  prim:/adm/communicate:::New Messages:newmsg
 prim::::Personal:  prim:/adm/preferences:::Preferences:
   prim:/adm/portfolio:::Portfolio:
   prim:/adm/[domain]/[user]/_rss.html:::Feeds:
 prim:/adm/roles:::Roles:roles  prim:/adm/roles:::Roles:roles
 prim:/adm/roles:::Courses:courses  prim:/adm/roles:::Courses:courses
 prim:/adm/helpdesk:::Help:onlypublic  prim:/adm/helpdesk:::Help:onlypublic
Line 26  prim:/adm/roles:::Log In:onlypublic Line 29  prim:/adm/roles:::Log In:onlypublic
 prim::::Help:  prim::::Help:
 prim:/adm/logout:::Logout:  prim:/adm/logout:::Logout:
   
 # primary sub-menu links  
 # Apache::lonmenu::primary_menu() generates a sub-menus from these elements  
 # primsub: item belongs to primary sub-menu  
 # parent: name of primary menu item, for which this is a sub-menu  
 # link: references the url  
 # text: link text  
 # condition: when to show link, primary_menu() will act based on this  
 #   possible conditions:  
 #   - empty: link displayed if user is authenticated  
 #   - portfolio: link displayed if portfolio access  
 #   - blogs: link displayed if blog access  
 #   - wishlist: link displayed if user has privileges to use Stored Links  
 #   - reqcrs: link displayed if user can request Course or Community creation  
 # primsub:parent:link:text:condition  
 primsub:Personal:/adm/preferences:Preferences:  
 primsub:Personal:/adm/portfolio:Portfolio:portfolio  
 primsub:Personal:/adm/announcements:Calendar:  
 primsub:Personal:/adm/[domain]/[user]/_rss.html:RSS Feeds:blog  
 primsub:Personal:/adm/requestcourse:Course Requests:reqcrs  
   
 # secondary menu links  # secondary menu links
 # Apache::lonmenu::secondary_menu() generates a menu from these elements  # Apache::lonmenu::secondary_menu() generates a menu from these elements
 # scnd: item belongs to secondary menu  # scnd: item belongs to secondary menu
Line 55  primsub:Personal:/adm/requestcourse:Cour Line 38  primsub:Personal:/adm/requestcourse:Cour
 # text: link text  # text: link text
 # condition: when to show link, secondary_menu will act upon this  # condition: when to show link, secondary_menu will act upon this
 #   possible conditions:  #   possible conditions:
 #   - empty:  #   - empty: 
   #   - showgroups: user is member of a group
 #   - always: show this link even if user hasn't selected a role  #   - always: show this link even if user hasn't selected a role
 #   - mdcCourse: user can modify content in a Course  #   - whn: access what's new
 #   - mdcCommunity: user can modify content in a Community   #   - cst: Grant/revoke role of Student:Grant/revoke role of Member 
 #   - vgr: user can view grades  #   - ncst: Not grant/revoke roles
 #   - cst: user can grant/revoke student/member roles  #   - opa: Set assessment parameters
 #   - opa: user can set assessment parameters  #   - nvgr: cannot view other people's grades 
 #   - ncst: user can not grant/revoke student roles  #   - mgr: Manage grades
 #   - nvcg: user can only groups in which he/she is a member  #   - nmgr: cannot manage grade
 #   - nmgr: user cannot manage grades  
 #   - nvgr: user cannot view other people's grades  
 #   - whn: user can access what's new  
 #   - author: authors (au, ca, aa)  #   - author: authors (au, ca, aa)
 # scnd:link:icon:alt:text:condition  # prim:link:icon:alt:text:condition
 scnd:/adm/menu:::Main Menu:always  scnd:/adm/whatsnew:::What's New:whn
 scnd:/adm/navmaps?postdata=[url]&postsymb=[symb]:::Contents:  scnd:/adm/navmaps?postdata=[url]&postsymb=[symb]:::Contents:
 scnd:/adm/coursedocs:::Course Editor:mdcCourse  scnd:/adm/createuser:::People:cst
 scnd:/adm/coursedocs:::Community Editor:mdcCommunity  
 scnd::::Grades:vgr  
 scnd::::People:cst  
 scnd::::Settings:opa  
 scnd:/adm/viewclasslist:::People:ncst  scnd:/adm/viewclasslist:::People:ncst
 scnd:/adm/coursegroups:::Groups:nvcg  scnd:/adm/coursegroups:::Groups:showgroups
 scnd:/adm/slotrequest?command=manageresv:::Reservations:nmgr  scnd:/adm/slotrequest?command=manageresv:::Reservations:nmgr
   scnd:/adm/slotrequest?command=showslots:::Slots:mgr
 scnd:/adm/quickgrades:::Grades:nvgr  scnd:/adm/quickgrades:::Grades:nvgr
 scnd:/adm/whatsnew:::What's New:whn  scnd:/adm/grades:::Grades:vgr
   scnd:/adm/parmset:::Settings:opa
 scnd:/adm/roles:::Roles:  scnd:/adm/roles:::Roles:
 scnd:/priv/[udom]/[uname]/:::Construction Space:author  scnd:/priv/[udom]/[uname]/:::Construction Space:author
 scnd:/res/[udom]/[uname]/?launch=1:::Browse:author  scnd:/res/[udom]/[uname]/?launch=1:::Browse:author
   
 # secondary sub-menu links  
 # Apache::lonmenu::secondary_menu() generates a sub-menus from these elements  
 # scndsub: item belongs to secondary sub-menu  
 # parent: name of secondary menu item, for which this is a sub-menu  
 # link: references the url  
 # text: link text  
 # condition: when to show link, secondary_menu() will act based on this  
 #   possible conditions:  
 #   - empty: link displayed if user is authenticated  
 #   - vgr: link displayed if user can view grades  
 #   - opa: link displayed if user can set assessment parameters  
 #   - mgr: link displayed if user can manage grades  
 #   - cst: link displayed if user can grant/revoke student/member roles  
 #   - vcg: link displayed if user can view groups to which he/she does not belong     
 # scndsub:parent:link:text:condition  
 scndsub:Grades:/adm/statistics?reportSelected=student_assessment:Assessment Chart:vgr  
 scndsub:Grades:/adm/statistics:Statistics and Reports:vgr  
 scndsub:Settings:/adm/courseprefs:Course Configuration:opa  
 scndsub:Settings:/adm/parmset:Content Parameters:opa  
 scndsub:Settings:/adm/slotrequest?command=showslots:Slot Management:mgr  
 scndsub:People:/adm/createuser:User Management:cst  
 scndsub:People:/adm/coursegroups:Group Management:vcg  
   
 # Categories for main menu  # Categories for main menu
 # cat:column,row:title  # cat:column,row:title
Line 191  cat:2,6:oth:Other Line 148  cat:2,6:oth:Other
 2:2:community:any:nav.png:commun[_1]:contents[_2]:gopost('/adm/navmaps','');:Table of community contents:cmc  2:2:community:any:nav.png:commun[_1]:contents[_2]:gopost('/adm/navmaps','');:Table of community contents:cmc
 2:3:clear  2:3:clear
 3:1:clear  3:1:clear
   3:1:pmgr:$crs:sprs.png:course[_4]:grades[_2]:go('/adm/grades');:Grading:grd
   3:1:pmgr:$cmty:sprs.png:communi-[_2]:ty grade[_1]:go('/adm/grades');:Grading:grd
   3:3:clear
   3:3:course:any:grds.png:my[_1]:grades[_1]:go('/adm/quickgrades');:View current problem status and grading information:grd
   3:3:community:any:grds.png:my[_1]:grades[_1]:go('/adm/quickgrades');:View current problem status and grading information:grd
 4:1:clear  4:1:clear
 4:1:course:any:grds.png:my[_1]:grades[_1]:go('/adm/quickgrades');:View current problem status and grading information:grd  
 4:1:community:any:grds.png:my[_1]:grades[_1]:go('/adm/quickgrades');:View current problem status and grading information:grd  
 4:1:pvgr:$crs:sprs.png:course[_4]:grades[_2]:go('/adm/classcalc');:View calculated grades (Spreadsheet):grd  4:1:pvgr:$crs:sprs.png:course[_4]:grades[_2]:go('/adm/classcalc');:View calculated grades (Spreadsheet):grd
 4:1:pvgr:$cmty:sprs.png:communi-[_2]:ty grade[_1]:go('/adm/classcalc');:View calculated grades (Spreadsheet):grd  4:1:pvgr:$cmty:sprs.png:communi-[_2]:ty grade[_1]:go('/adm/classcalc');:View calculated grades (Spreadsheet):grd
 4:2:clear  4:2:clear
Line 243  cat:2,6:oth:Other Line 203  cat:2,6:oth:Other
 8:1:clear  8:1:clear
 8:1:tools:reqcrsshc:rcrs.png:request[_1]:course[_16]:go('/adm/requestcourse');:Course/Community requests:rcr  8:1:tools:reqcrsshc:rcrs.png:request[_1]:course[_16]:go('/adm/requestcourse');:Course/Community requests:rcr
 8:1:tools:reqcrsnsc:rcrs.png:request[_1]:course[_16]:go('/adm/requestcourse');:Course/Community requests:rol  8:1:tools:reqcrsnsc:rcrs.png:request[_1]:course[_16]:go('/adm/requestcourse');:Course/Community requests:rol
 9:2:any:any:vbkm.png:view[_1]:bookmark[_1]:edit_bookmarks():Use or edit my bookmark collection:set  9:3:pbre:$requested_domain:wishlist.png:view[_1]:wishlist[_1]:go('/adm/wishlist'):Stored Links:set
 10:1:clear  10:1:clear
 10:1:any:any:anno.png:calendar[_1]:announce[_1]:go('/adm/announcements');:Announcements and my calendar:com  10:1:any:any:anno.png:calendar[_1]:announce[_1]:go('/adm/announcements');:Announcements and my calendar:com
 10:1:course:any:anno.png:calendar[_1]:announce[_1]:go('/adm/announcements');:Course anouncements and my calendar:com  10:1:course:any:anno.png:calendar[_1]:announce[_1]:go('/adm/announcements');:Course anouncements and my calendar:com

Removed from v.1.149.2.3  
changed lines
  Added in v.1.150


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