[293] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <object name="portal_actions" meta_type="CMF Actions Tool">
|
---|
| 3 | <action-provider name="portal_membership">
|
---|
[1876] | 4 | <action title="My stuff" action_id="mystuff" category="user"
|
---|
| 5 | condition_expr="python: member and portal.portal_membership.getHomeFolder()"
|
---|
| 6 | url_expr="string:${portal/portal_membership/getHomeUrl}/folder_contents"
|
---|
| 7 | visible="True">
|
---|
| 8 | <permission>View</permission>
|
---|
| 9 | </action>
|
---|
[818] | 10 | <action title="Search Members" action_id="member_view" category="user"
|
---|
| 11 | condition_expr="member"
|
---|
[937] | 12 | url_expr="string:${portal_url}/search_members_form" visible="False">
|
---|
[818] | 13 | <permission>View</permission>
|
---|
| 14 | </action>
|
---|
[544] | 15 | <action title="Staff Login" action_id="login_staff" category="student"
|
---|
[1221] | 16 | condition_expr="not: member" url_expr="string:${portal_url}/login_staff"
|
---|
[980] | 17 | visible="True">
|
---|
[293] | 18 | <permission>View</permission>
|
---|
| 19 | </action>
|
---|
| 20 | <action title="Log out" action_id="logout" category="user"
|
---|
| 21 | condition_expr="member" url_expr="string:${portal_url}/logout"
|
---|
| 22 | visible="True">
|
---|
| 23 | <permission>View</permission>
|
---|
| 24 | </action>
|
---|
| 25 | <action title="action_my_preferences" action_id="preferences"
|
---|
| 26 | category="user"
|
---|
| 27 | condition_expr="python:member and member.has_role("Member")"
|
---|
[953] | 28 | url_expr="string:${portal_url}/member_view?dirname=members&id=${member}"
|
---|
[293] | 29 | visible="True">
|
---|
| 30 | <permission>View</permission>
|
---|
| 31 | </action>
|
---|
[543] | 32 | <action title="Student Login" action_id="login_student" category="student"
|
---|
[1912] | 33 | condition_expr="python: not member and (portal.portal_url().find('uniben.waeup.org') >-1 or portal.portal_url().find('uniben-demo.waeup.org') >-1)"
|
---|
[1876] | 34 | url_expr="string:${portal_url}/login_student" visible="True">
|
---|
[508] | 35 | <permission>View</permission>
|
---|
| 36 | </action>
|
---|
[544] | 37 | <action title="Log out" action_id="logout_student" category="student"
|
---|
[508] | 38 | condition_expr="member" url_expr="string:${portal_url}/logout"
|
---|
| 39 | visible="True"/>
|
---|
[293] | 40 | </action-provider>
|
---|
| 41 | <action-provider name="portal_actions">
|
---|
| 42 | <action title="action_print" action_id="print" category="global_header"
|
---|
| 43 | condition_expr=""
|
---|
| 44 | url_expr="string:javascript:if%20(window.print)%20window.print();"
|
---|
[300] | 45 | visible="False">
|
---|
[293] | 46 | <permission>View</permission>
|
---|
| 47 | </action>
|
---|
[1876] | 48 | <action title="Search Portal" action_id="waeup_search" category="global"
|
---|
| 49 | condition_expr="member" url_expr="string:./waeup_search_form"
|
---|
| 50 | visible="True">
|
---|
[293] | 51 | <permission>View</permission>
|
---|
| 52 | </action>
|
---|
[2262] | 53 | <action title="Import Data" action_id="import" category="global"
|
---|
[2268] | 54 | condition_expr="python:member and member.has_role('Manager')" url_expr="string:${portal_url}/import"
|
---|
[2262] | 55 | visible="True">
|
---|
| 56 | <permission>View</permission>
|
---|
[2268] | 57 | </action>
|
---|
[293] | 58 | <action title="action_manage_vocabularies" action_id="manage_vocabularies"
|
---|
| 59 | category="global" condition_expr=""
|
---|
[300] | 60 | url_expr="string:${portal_url}/vocabularies_manage_form" visible="False">
|
---|
[293] | 61 | <permission>Modify portal content</permission>
|
---|
| 62 | </action>
|
---|
| 63 | <action title="Directories" action_id="directories" category="global"
|
---|
[1221] | 64 | condition_expr="python:portal.portal_directories.isSectionOfficer()"
|
---|
[2276] | 65 | url_expr="string:${portal_url}/cpsdirectory_view" visible="False">
|
---|
[1221] | 66 | <permission>View</permission>
|
---|
[293] | 67 | </action>
|
---|
[621] | 68 | <action title="Portal Members" action_id="members" category="global"
|
---|
[1221] | 69 | condition_expr="python:portal.portal_directories.members.isSectionOfficer()"
|
---|
[1876] | 70 | url_expr="string:${portal_url}/search_members_form" visible="True">
|
---|
[1221] | 71 | <permission>View</permission>
|
---|
[624] | 72 | </action>
|
---|
[341] | 73 | <action title="Home" action_id="home" category="navigation"
|
---|
[1221] | 74 | condition_expr="member" url_expr="string:${portal_url}/campus"
|
---|
[1785] | 75 | visible="True">
|
---|
[338] | 76 | <permission>View</permission>
|
---|
| 77 | </action>
|
---|
[293] | 78 | <action title="Academics" action_id="view_academics" category="navigation"
|
---|
[508] | 79 | condition_expr="member" url_expr="string:${portal_url}/campus/academics"
|
---|
[293] | 80 | visible="True">
|
---|
| 81 | <permission>View</permission>
|
---|
| 82 | </action>
|
---|
[818] | 83 | <action title="Hostels" action_id="view_accommodation" category="navigation"
|
---|
[941] | 84 | condition_expr="python:portal.campus.accommodation.isSectionOfficer()"
|
---|
[624] | 85 | url_expr="string:${portal_url}/campus/accommodation" visible="True">
|
---|
[293] | 86 | <permission>View</permission>
|
---|
| 87 | </action>
|
---|
[300] | 88 | <action title="Students" action_id="view_students" category="navigation"
|
---|
[1221] | 89 | condition_expr="python:portal.campus.students.isStaff()"
|
---|
[937] | 90 | url_expr="string:${portal_url}/campus/students" visible="True">
|
---|
[874] | 91 | <permission>View</permission>
|
---|
[300] | 92 | </action>
|
---|
[543] | 93 | <action title="PINs" action_id="view_pins" category="navigation"
|
---|
[937] | 94 | condition_expr="python:portal.campus.pins.isSectionOfficer()"
|
---|
| 95 | url_expr="string:${portal_url}/campus/pins" visible="True">
|
---|
| 96 | <permission>View</permission>
|
---|
[560] | 97 | </action>
|
---|
[2019] | 98 | <action title="Documents" action_id="view_documents" category="navigation"
|
---|
[2133] | 99 | condition_expr="python:portal.campus.documents.isSectionOfficer()"
|
---|
[2030] | 100 | url_expr="string:${portal_url}/campus/documents"
|
---|
[2019] | 101 | visible="True">
|
---|
| 102 | <permission>View</permission>
|
---|
[2030] | 103 | </action>
|
---|
[890] | 104 | <action title="Contact" action_id="contact_admin" category="navigation"
|
---|
[937] | 105 | condition_expr="member"
|
---|
| 106 | url_expr="string:${portal_url}/contact_admin_form" visible="True">
|
---|
[820] | 107 | <permission>View</permission>
|
---|
[824] | 108 | </action>
|
---|
[1221] | 109 | <action title="Enquiries" action_id="support_anon"
|
---|
| 110 | category="student_navigation" condition_expr="not:member"
|
---|
| 111 | url_expr="string:${portal_url}/contact_admin_form" visible="True">
|
---|
[977] | 112 | <permission>View</permission>
|
---|
| 113 | </action>
|
---|
[942] | 114 | <action title="Enquiries" action_id="support" category="student_navigation"
|
---|
[977] | 115 | condition_expr="member" url_expr="string:${portal_url}/support_form"
|
---|
[937] | 116 | visible="True">
|
---|
[824] | 117 | <permission>View</permission>
|
---|
[980] | 118 | </action>
|
---|
[501] | 119 | <action title="Unchecked Items" action_id="unchecked" category="object"
|
---|
[656] | 120 | condition_expr="python:member and 'academics' in object_url"
|
---|
[640] | 121 | url_expr="string:./unchecked" visible="True">
|
---|
[321] | 122 | <permission>Modify portal content</permission>
|
---|
| 123 | </action>
|
---|
[1474] | 124 | <action title="Change Password" action_id="change_password"
|
---|
| 125 | category="student" condition_expr="member"
|
---|
[1634] | 126 | url_expr="string:${portal_url}/change_password" visible="False">
|
---|
[1474] | 127 | <permission>View</permission>
|
---|
| 128 | </action>
|
---|
[542] | 129 | <action title="Home" action_id="students_home" category="student_navigation"
|
---|
[1876] | 130 | condition_expr="not:member" url_expr="string:${portal_url}"
|
---|
| 131 | visible="True">
|
---|
[508] | 132 | <permission>View</permission>
|
---|
| 133 | </action>
|
---|
| 134 | <action title="Prospectus" action_id="prospectus"
|
---|
| 135 | category="student_navigation" condition_expr="member"
|
---|
| 136 | url_expr="string:${portal_url}/campus/academics" visible="True">
|
---|
| 137 | <permission>View</permission>
|
---|
| 138 | </action>
|
---|
[656] | 139 | <action title="My Study" action_id="registration"
|
---|
[508] | 140 | category="student_navigation" condition_expr="member"
|
---|
| 141 | url_expr="string:${portal_url}/campus/students" visible="True">
|
---|
| 142 | <permission>View</permission>
|
---|
| 143 | </action>
|
---|
[1236] | 144 | <action title="My Accommodation" action_id="reserve_accommodation"
|
---|
| 145 | category="student_navigation" condition_expr="member"
|
---|
[1923] | 146 | url_expr="string:${portal_url}/campus/students/${member}/reserve_accommodation" visible="True"/>
|
---|
[1236] | 147 | <action title="My Payments" action_id="payments"
|
---|
| 148 | category="student_navigation" condition_expr="member"
|
---|
[1876] | 149 | url_expr="string:${portal_url}/campus/students/${member}/payments"
|
---|
| 150 | visible="True"/>
|
---|
[1236] | 151 | <action title="Register Courses" action_id="register_courses"
|
---|
| 152 | category="student" condition_expr="member"
|
---|
| 153 | url_expr="string:${portal_url}/register_courses" visible="False"/>
|
---|
[1876] | 154 | <action title="Request Transfer" action_id="request_transfer"
|
---|
| 155 | category="student"
|
---|
| 156 | condition_expr="python: here.isStudent() and here.getStudentWorkflowInfo()['tr']"
|
---|
| 157 | url_expr="string:${portal_url}/request_transfer" visible="True"/>
|
---|
[293] | 158 | </action-provider>
|
---|
| 159 | <action-provider name="portal_registration">
|
---|
| 160 | <action title="Join" action_id="join" category="user"
|
---|
| 161 | condition_expr="python:portal.portal_registration.enable_portal_joining and not member"
|
---|
| 162 | url_expr="string:${portal_url}/join_form" visible="True">
|
---|
| 163 | <permission>Add portal member</permission>
|
---|
| 164 | </action>
|
---|
| 165 | </action-provider>
|
---|
| 166 | <action-provider name="portal_workflow"/>
|
---|
| 167 | <action-provider name="portal_properties">
|
---|
[2276] | 168 | <action title="Portal Base Data" action_id="configPortal"
|
---|
[293] | 169 | category="global" condition_expr=""
|
---|
| 170 | url_expr="string:${portal_url}/config_form" visible="True">
|
---|
| 171 | <permission>Manage portal</permission>
|
---|
| 172 | </action>
|
---|
| 173 | </action-provider>
|
---|
[937] | 174 | </object> |
---|