| 25 | | |
| 26 | | <importFile name="/etc/HelpIM3/sensoor/import.xml" /> |
| 27 | | <listOf__actionPerformed> |
| 28 | | |
| 29 | | <actionPerformed name="EditNationalNews"> |
| 30 | | <actionResult name="actionResult_SUCCESS" target="ShowNationalNews" /> |
| 31 | | </actionPerformed> |
| 32 | | |
| 33 | | <actionPerformed name="AddUser"> |
| 34 | | <actionResult name="actionResult_SUCCESS" target="ShowUsers" /> |
| 35 | | </actionPerformed> |
| 36 | | <actionPerformed name="EditUser"> |
| 37 | | <actionResult name="actionResult_SUCCESS" target="ShowUsers" /> |
| 38 | | </actionPerformed> |
| 39 | | <actionPerformed name="AddUser_Admin"> |
| 40 | | <actionResult name="actionResult_SUCCESS" target="ShowUsers_Admin" /> |
| 41 | | </actionPerformed> |
| 42 | | <actionPerformed name="EditUser_Admin"> |
| 43 | | <actionResult name="actionResult_SUCCESS" target="ShowUsers_Admin" /> |
| 44 | | </actionPerformed> |
| 45 | | |
| 46 | | <actionPerformed name="AddShift"> |
| 47 | | <actionResult name="actionResult_SUCCESS" target="ShowShifts" /> |
| 48 | | </actionPerformed> |
| 49 | | <actionPerformed name="DeleteShift"> |
| 50 | | <actionResult name="actionResult_SUCCESS" target="ShowShifts" /> |
| 51 | | </actionPerformed> |
| 52 | | <actionPerformed name="EditShift"> |
| 53 | | <actionResult name="actionResult_SUCCESS" target="ShowShifts" /> |
| 54 | | </actionPerformed> |
| 55 | | |
| 56 | | <actionPerformed name="AddQuestionair"> |
| 57 | | <actionResult name="actionResult_SUCCESS" target="ShowQuestionairs" /> |
| 58 | | </actionPerformed> |
| 59 | | <actionPerformed name="EditQuestionair"> |
| 60 | | <actionResult name="actionResult_SUCCESS" target="ShowQuestionairs" /> |
| 61 | | </actionPerformed> |
| 62 | | <actionPerformed name="AddQuestion"> |
| 63 | | <actionResult name="actionResult_SUCCESS" target="ShowQuestions"> |
| 64 | | <actionParm name="questionair_id" /> |
| 65 | | </actionResult> |
| 66 | | </actionPerformed> |
| 67 | | <actionPerformed name="EditQuestion"> |
| 68 | | <actionResult name="actionResult_SUCCESS" target="ShowQuestions"> |
| 69 | | <actionParm name="questionair_id" /> |
| 70 | | </actionResult> |
| 71 | | </actionPerformed> |
| 72 | | <actionPerformed name="DeleteQuestion"> |
| 73 | | <actionResult name="actionResult_SUCCESS" target="ShowQuestions"> |
| 74 | | <actionParm name="questionair_id" /> |
| 75 | | </actionResult> |
| 76 | | </actionPerformed> |
| 77 | | <actionPerformed name="AddAnswerDefinition"> |
| 78 | | <actionResult name="actionResult_SUCCESS" target="EditQuestion"> |
| 79 | | <actionParm name="question_id" value="question_id" /> |
| 80 | | <actionParm name="question_type" value="question_type" /> |
| 81 | | </actionResult> |
| 82 | | </actionPerformed> |
| 83 | | <actionPerformed name="EditAnswerDefinition"> |
| 84 | | <actionResult name="actionResult_SUCCESS" target="EditQuestion"> |
| 85 | | <actionParm name="question_id" value="question_id" /> |
| 86 | | <actionParm name="question_type" value="question_type" /> |
| 87 | | </actionResult> |
| 88 | | </actionPerformed> |
| 89 | | <actionPerformed name="DeleteAnswerDefinition"> |
| 90 | | <actionResult name="actionResult_SUCCESS" target="EditQuestion"> |
| 91 | | <actionParm name="question_id" value="question_id" /> |
| 92 | | <actionParm name="question_type" value="question_type" /> |
| 93 | | </actionResult> |
| 94 | | </actionPerformed> |
| 95 | | <actionPerformed name="AddCodeClass"> |
| 96 | | <actionResult name="actionResult_SUCCESS" target="ShowCodeClasses" /> |
| 97 | | </actionPerformed> |
| 98 | | <actionPerformed name="EditCodeClass"> |
| 99 | | <actionResult name="actionResult_SUCCESS" target="ShowCodeClasses" /> |
| 100 | | </actionPerformed> |
| 101 | | <actionPerformed name="AddCode"> |
| 102 | | <actionResult name="actionResult_SUCCESS" target="ShowCodes"> |
| 103 | | <actionParm name="code_class_id" /> |
| 104 | | </actionResult> |
| 105 | | </actionPerformed> |
| 106 | | <actionPerformed name="EditCode"> |
| 107 | | <actionResult name="actionResult_SUCCESS" target="ShowCodes"> |
| 108 | | <actionParm name="code_class_id" /> |
| 109 | | </actionResult> |
| 110 | | </actionPerformed> |
| 111 | | <actionPerformed name="AddSubCode"> |
| 112 | | <actionResult name="actionResult_SUCCESS" target="EditCode"> |
| 113 | | <actionParm name="code_id" /> |
| 114 | | </actionResult> |
| 115 | | </actionPerformed> |
| 116 | | <actionPerformed name="EditSubCode"> |
| 117 | | <actionResult name="actionResult_SUCCESS" target="EditCode"> |
| 118 | | <actionParm name="code_id" /> |
| 119 | | </actionResult> |
| 120 | | </actionPerformed> |
| 121 | | <actionPerformed name="RunCareSeekerPreChatQuestionair"> |
| 122 | | <actionResult name="actionResult_SUCCESS" target="AcceptWebChat" /> |
| 123 | | </actionPerformed> |
| 124 | | <actionPerformed name="RunCareSeekerPostChatQuestionair"> |
| 125 | | <actionResult name="actionResult_SUCCESS" target="EndCareSeekerChat" /> |
| 126 | | </actionPerformed> |
| 127 | | <actionPerformed name="RunCareWorkerPostChatQuestionair"> |
| 128 | | <actionResult name="actionResult_SUCCESS" target="EndCareWorkerChatPanel" /> |
| 129 | | </actionPerformed> |
| 130 | | </listOf__actionPerformed> |
| 131 | | |
| 132 | | |
| 133 | | |
| 138 | | <page location="AddCodeClass" module="base" script="AddCodeClass" |
| 139 | | allowCookies="True" /> |
| 140 | | <page location="EditCodeClass" module="base" script="EditCodeClass" |
| 141 | | allowCookies="True" /> |
| 142 | | <page location="ShowCodes" module="base" script="ShowCodes" |
| 143 | | allowCookies="True" /> |
| 144 | | <page location="AddCode" module="base" script="AddCode" |
| 145 | | allowCookies="True" /> |
| 146 | | <page location="EditCode" module="base" script="EditCode" |
| 147 | | allowCookies="True" /> |
| 148 | | <page location="AddSubCode" module="base" script="AddSubCode" |
| 149 | | allowCookies="True" /> |
| 150 | | <page location="EditSubCode" module="base" script="EditSubCode" |
| 151 | | allowCookies="True" /> |
| 152 | | |
| 153 | | <!-- Authorisation--> |
| 154 | | <page location="ShowRoles" module="auth" script="ShowRoles" |
| 155 | | allowCookies="True" /> |
| 156 | | <page location="ShowUsers" module="auth" script="ShowUsers" |
| 157 | | allowCookies="True" /> |
| 158 | | <page location="ShowUsers_Admin" module="auth" script="ShowUsers_Admin" |
| 159 | | allowCookies="True" /> |
| 160 | | <page location="AddUser" module="auth" script="AddUser" |
| 161 | | allowCookies="True" /> |
| 162 | | <page location="EditUser" module="auth" script="EditUser" |
| 163 | | allowCookies="True" /> |
| 164 | | |
| 165 | | <page location="AddUser_Admin" module="auth" script="AddUser_Admin" |
| 166 | | allowCookies="True" /> |
| 167 | | <page location="EditUser_Admin" module="auth" script="EditUser_Admin" |
| 168 | | allowCookies="True" /> |
| 169 | | <page location="chgPwd" module="auth" script="ChangePassword" |
| 170 | | allowCookies="True" /> |
| 171 | | |
| 172 | | <page location="ShowFunctions" module="auth" script="ShowFunctions" |
| 173 | | allowCookies="True" /> |
| 174 | | <page location="ShowMenus" module="auth" script="ShowMenus" |
| 175 | | allowCookies="True" /> |
| 176 | | <page location="AddMenu" module="auth" script="AddMenu" |
| 177 | | allowCookies="True" /> |
| 178 | | |
| 179 | | <!-- Setup --> |
| 180 | | <page location="" module="auth" script="ShowLoginPanel" |
| 181 | | allowCookies="True" /> |
| 182 | | <page location="setupSite" module="setup" script="setupSite" /> |
| 183 | | <page location="ImportSensoor" module="setup" script="ImportSensoor" /> |
| 184 | | <page location="login" module="auth" script="ShowLoginPanel" |
| 185 | | authenticationNeeded="False" allowCookies="True" /> |
| 186 | | <page location="logout" module="auth" script="ShowLoginPanel" |
| 187 | | allowCookies="True" /> |
| 188 | | <page location="EmptyPage" module="setup" script="EmptyPage" |
| 189 | | allowCookies="True" /> |
| 190 | | |
| 191 | | |
| 192 | | <!-- Intranet --> |
| 193 | | <page location="EditNationalNews" module="intranet" script="EditNationalNews" |
| 194 | | allowCookies="True" /> |
| 195 | | <page location="ShowNationalNews" module="intranet" script="ShowNationalNews" |
| 196 | | allowCookies="True" /> |
| 197 | | <page location="EditRegionalNews" module="intranet" script="EditRegionalNews" |
| 198 | | allowCookies="True" /> |
| 199 | | <page location="ShowRegionalNews" module="intranet" script="ShowRegionalNews" |
| 200 | | allowCookies="True" /> |
| 201 | | <page location="EditManual" module="intranet" script="EditManual" |
| 202 | | allowCookies="True" /> |
| 203 | | <page location="ShowManual" module="intranet" script="ShowManual" |
| 204 | | allowCookies="True" /> |
| 205 | | |
| 206 | | |
| 207 | | <!-- Chat --> |
| 208 | | <page location="RequestChat" module="chat" script="RequestChat" |
| 209 | | allowCookies="True" /> |
| 210 | | <page location="RunChat" module="chat" script="RunChat" |
| 211 | | allowCookies="True" /> |
| 212 | | <page location="ShowChats" module="chat" script="ShowChats" |
| 213 | | allowCookies="True" /> |
| 214 | | <page location="StartCareWorkerChat" module="chat" script="StartCareWorkerChat" /> |
| 215 | | <page location="ShowChat" module="chat" script="ShowChat" |
| 216 | | allowCookies="True" /> |
| 217 | | <page location="StaffGroupChat" module="chat" script="StaffGroupChat" |
| 218 | | allowCookies="True" /> |
| 219 | | <page location="StaffSubChat" module="chat" script="StaffSubChat" |
| 220 | | allowCookies="True" /> |
| 221 | | <page location="SubChat" module="chat" script="SubChat" |
| 222 | | allowCookies="True" /> |
| 223 | | <page location="ShowShifts" module="chat" script="ShowShifts" |
| 224 | | allowCookies="True" /> |
| 225 | | <page location="EndCareSeekerChat" module="chat" script="EndCareSeekerChat" /> |
| 226 | | <page location="EndCareWorkerChatPanel" module="chat" |
| 227 | | script="EndCareWorkerChatPanel" /> |
| 228 | | |
| 229 | | <!-- Chatrooms --> |
| 230 | | <page location="ShowChatRooms" module="setup" script="EmptyPage" |
| 231 | | allowCookies="True" /> |
| 232 | | |
| 233 | | <!-- Statistieken --> |
| 234 | | <page location="ShowStatistics" module="setup" script="EmptyPage" |
| 235 | | allowCookies="True" /> |
| 236 | | |
| 237 | | <!-- Beschikbaarheid --> |
| 238 | | <page location="ShowAvailabilities" module="setup" script="EmptyPage" |
| 239 | | allowCookies="True" /> |
| 240 | | |
| 241 | | <!-- Rapporten --> |
| 242 | | <page location="ShowReports" module="setup" script="EmptyPage" |
| 243 | | allowCookies="True" /> |
| 244 | | |
| 245 | | <!-- Registratievragen --> |
| 246 | | <page location="RunQuestionair" module="questionair" script="RunQuestionair" /> |
| 247 | | <page location="ShowQuestionairs" module="questionair" script="ShowQuestionairs" |
| 248 | | allowCookies="True" /> |
| 249 | | <page location="AddQuestionair" module="questionair" script="AddQuestionair" |
| 250 | | allowCookies="True" /> |
| 251 | | <page location="EditQuestionair" module="questionair" script="EditQuestionair" |
| 252 | | allowCookies="True" /> |
| 253 | | <page location="ShowQuestions" module="questionair" script="ShowQuestions" |
| 254 | | allowCookies="True" /> |
| 255 | | <page location="AddQuestion" module="questionair" script="AddQuestion" |
| 256 | | allowCookies="True" /> |
| 257 | | <page location="EditQuestion" module="questionair" script="EditQuestion" |
| 258 | | allowCookies="True" /> |
| 259 | | <page location="DeleteQuestion" module="questionair" script="DeleteQuestion" |
| 260 | | allowCookies="True" /> |
| 261 | | <page location="ShowAnswerDefinitions" module="questionair" |
| 262 | | script="ShowAnswerDefinitions" allowCookies="True" /> |
| 263 | | <page location="AddAnswerDefinition" module="questionair" script="AddAnswerDefinition" |
| 264 | | allowCookies="True" /> |
| 265 | | <page location="EditAnswerDefinition" module="questionair" |
| 266 | | script="EditAnswerDefinition" allowCookies="True" /> |
| 267 | | <page location="DeleteAnswerDefinition" module="questionair" |
| 268 | | script="DeleteAnswerDefinition" allowCookies="True" /> |
| 269 | | |
| 270 | | <!-- Beheer --> |
| 271 | | <page location="ShowChatServerStatus" module="chat" |
| 272 | | script="ShowChatServerStatus" allowCookies="True" /> |
| 273 | | <page location="EditChatServerProperties" module="chat" |
| 274 | | script="EditChatServerProperties" allowCookies="True" /> |
| 275 | | |
| 276 | | <page location="AddShift" module="chat" script="AddShift" |
| 277 | | allowCookies="True" /> |
| 278 | | <page location="DeleteShift" module="chat" script="DeleteShift" /> |
| 279 | | <page location="EditShift" module="chat" script="EditShift" /> |
| 280 | | <page location="ShowOpenSchedule" module="chat" script="ShowOpenSchedule" /> |
| 281 | | |
| 282 | | <page location="ShowIPBlocks" module="chat" script="ShowIPBlocks" /> |
| 283 | | <page location="AddIPBlock" module="chat" script="AddIPBlock" /> |
| 284 | | <page location="DeleteIPBlock" module="chat" script="DeleteIPBlock" /> |
| 285 | | <page location="EndCareWorkerChatPanel" module="chat" |
| 286 | | script="EndCareWorkerChatPanel" /> |
| 287 | | |
| 291 | | <UnAuthorizedResource key="EmptyPage" /> |
| 292 | | <UnAuthorizedResource key="ShowLoginPanel" /> |
| 293 | | <UnAuthorizedResource key="RunCareSeekerPreChatQuestionair" /> |
| 294 | | <UnAuthorizedResource key="RunCareSeekerPostChatQuestionair" /> |
| 295 | | <UnAuthorizedResource key="EndCareSeekerChat" /> |
| 296 | | <UnAuthorizedResource key="RequestWebChat" /> |
| 297 | | <UnAuthorizedResource key="ShowOpenSchedule" /> |
| 298 | | <UnAuthorizedResource key="AcceptWebChat" /> |
| 299 | | <UnAuthorizedResource key="ShowRequestOnQueue" /> |
| 300 | | <UnAuthorizedResource key="StartClientWebChat" /> |
| 301 | | <UnAuthorizedResource key="SubChat" /> |
| 302 | | <UnAuthorizedResource key="EnterChatSite" /> |
| 303 | | <UnAuthorizedResource key="ShowChatSiteClosed" /> |
| 304 | | <UnAuthorizedResource key="ShowEnterChatSite" /> |
| 305 | | |
| 306 | | |
| 307 | | <Domain id="Public"> |
| 308 | | <Location id="EnterChatSite" refid="EnterChatSite" /> |
| 309 | | <Location id="RequestWebChat" refid="RequestWebChat" /> |
| 310 | | <Location id="AcceptWebChat" refid="AcceptWebChat" /> |
| 311 | | <Location id="EmptyPage" refid="EmptyPage" /> |
| 312 | | <Location id="EndCareWorkerChat" refid="EndCareWorkerChat" /> |
| 313 | | </Domain> |
| 314 | | |
| 315 | | <Domain id="Authenticated"> |
| 316 | | <Location id="RunCareSeekerPreChatQuestionair" refid="RunCareSeekerPreChatQuestionair" /> |
| 317 | | </Domain> |
| 318 | | |
| 319 | | <Flow key="EnterChatSite" module="chat" script="EnterChatSite" |
| 320 | | authenticationNeeded="False" domain="Public"> |
| 321 | | <Task key="1" refid="CheckChatOpen"> |
| 322 | | <On key="ChatClosed" do="ShowChatSiteClosed" /> |
| 323 | | </Task> |
| 324 | | <Task key="2" refid="ShowEnterChatSite" /> |
| 325 | | </Flow> |
| 326 | | |
| 327 | | <Flow key="RequestWebChat" module="chat" script="RequestWebChat" |
| 328 | | authenticationNeeded="False" domain="Public"> |
| 329 | | <Task key="1" refid="GenerateSessionId" /> |
| 330 | | <Task key="2" refid="CheckChatOpen"> |
| 331 | | <On key="ChatClosed" do="ShowOpenSchedule" /> |
| 332 | | </Task> |
| 333 | | <Task key="3" refid="CheckWaitingQueue" /> |
| 334 | | <Task key="4" refid="CheckIpBlocked" /> |
| 335 | | <Task key="5" refid="RunCareSeekerPreChatQuestionair" /> |
| 336 | | </Flow> |
| 337 | | |
| 338 | | <Flow key="AcceptWebChat" module="chat" script="AcceptWebChat" authenticationNeeded="False" > |
| 339 | | <Task key="1" refid="CheckChatQueue"> |
| 340 | | <On key="RequestOnQueue" do="ShowRequestOnQueue" /> |
| 341 | | </Task> |
| 342 | | <Task key="2" refid="StartClientWebChat" /> |
| 343 | | </Flow> |
| 344 | | |
| 345 | | <Flow key="EndCareWorkerChat" module="chat" script="EndCareWorkerChat"> |
| 346 | | <Task key="1" refid="GetConversationIdByNickname"> |
| 347 | | <On key="ChatConversation_NotFound" do="EndCareWorkerChatPanel" /> |
| 348 | | </Task> |
| 349 | | <Task key="2" refid="CopyRegistrationQuestionair" /> |
| 350 | | <Task key="3" refid="RunCareWorkerPostChatQuestionair" /> |
| 351 | | </Flow> |
| 352 | | |
| 353 | | <Task id="GetConversationIdByNickname"> |
| 354 | | <Class module="chat" package="tasks" script="GetConversationIdByNickname" |
| 355 | | className="Task" /> |
| 356 | | </Task> |
| 357 | | |
| 358 | | <Task id="GenerateSessionId"> |
| 359 | | <Class module="chat" package="tasks" script="GenerateSessionId" |
| 360 | | className="Task" /> |
| 361 | | </Task> |
| 362 | | |
| 363 | | <Task id="CheckChatOpen"> |
| 364 | | <Class module="chat" package="tasks" script="CheckChatOpen" |
| 365 | | className="Task" /> |
| 366 | | </Task> |
| 367 | | |
| 368 | | <Task id="CheckWaitingQueue"> |
| 369 | | <Class module="chat" package="tasks" script="CheckWaitingQueue" |
| 370 | | className="Task" /> |
| 371 | | </Task> |
| 372 | | |
| 373 | | <Task id="CheckChatQueue"> |
| 374 | | <Class module="chat" package="tasks" script="CheckChatQueue" |
| 375 | | className="Task" /> |
| 376 | | </Task> |
| 377 | | |
| 378 | | <Task id="CheckIpBlocked"> |
| 379 | | <Class module="chat" package="tasks" script="CheckIpBlocked" |
| 380 | | className="Task" /> |
| 381 | | </Task> |
| 382 | | |
| 383 | | <Task id="CopyRegistrationQuestionair"> |
| 384 | | <Class module="chat" package="tasks" script="CopyRegistrationQuestionair" |
| 385 | | className="Task" /> |
| 386 | | </Task> |
| 387 | | |
| 388 | | <Page key="ShowChatSiteClosed" allowCookies="False" |
| 389 | | authenticationNeeded="False" title="ShowChatSiteClosed.title" text="ShowChatSiteClosed.text"> |
| 390 | | <Class module="chat" package="pages" script="ShowChatSiteClosed" |
| 391 | | className="Page" /> |
| 392 | | </Page> |
| 393 | | |
| 394 | | <Page key="ShowEnterChatSite" allowCookies="False" |
| 395 | | authenticationNeeded="False" title="ShowEnterChatSite.title" text="ShowEnterChatSite.text" |
| 396 | | link="RequestWebChat" linkText="ShowEnterChatSite.linkText"> |
| 397 | | <Class module="chat" package="pages" script="ShowEnterChatSite" |
| 398 | | className="Page" /> |
| 399 | | </Page> |
| 400 | | |
| 401 | | <Page key="RunCareSeekerPreChatQuestionair" allowCookies="False" |
| 402 | | authenticationNeeded="False"> |
| 403 | | <Class module="questionair" package="pages" |
| 404 | | script="RunCareSeekerPreChatQuestionair" className="Page" /> |
| 405 | | </Page> |
| 406 | | |
| 407 | | <Page key="RunCareSeekerPostChatQuestionair" allowCookies="False" |
| 408 | | authenticationNeeded="False"> |
| 409 | | <Class module="questionair" package="pages" |
| 410 | | script="RunCareSeekerPostChatQuestionair" className="Page" /> |
| 411 | | </Page> |
| 412 | | |
| 413 | | <Page key="RunCareWorkerPostChatQuestionair" allowCookies="False"> |
| 414 | | <Class module="questionair" package="pages" |
| 415 | | script="RunCareWorkerPostChatQuestionair" className="Page" /> |
| 416 | | </Page> |
| 417 | | |
| 418 | | <Page key="ShowRequestOnQueue" allowCookies="False" authenticationNeeded="False"> |
| 419 | | <Class module="chat" package="pages" script="ShowRequestOnQueue" |
| 420 | | className="Page" /> |
| 421 | | </Page> |
| 422 | | |
| 423 | | <Page key="StartClientWebChat" allowCookies="False" authenticationNeeded="False"> |
| 424 | | <Class module="chat" package="pages" script="StartClientWebChat" |
| 425 | | className="Page" /> |
| 426 | | </Page> |
| 427 | | |
| 428 | | |
| 429 | | <RoleAuthorization key='siteadmin'> |
| 430 | | <AuthorizedLocation key="ShowCodeClasses" /> |
| 431 | | <AuthorizedLocation key="AddCodeClass" /> |
| 432 | | <AuthorizedLocation key="EditCodeClass" /> |
| 433 | | <AuthorizedLocation key="ShowCodes" /> |
| 434 | | <AuthorizedLocation key="AddCode" /> |
| 435 | | <AuthorizedLocation key="EditCode" /> |
| 436 | | <AuthorizedLocation key="AddSubCode" /> |
| 437 | | <AuthorizedLocation key="EditSubCode" /> |
| 438 | | <!-- Authorisation--> |
| 439 | | <AuthorizedLocation key="ShowRoles" /> |
| 440 | | <AuthorizedLocation key="ShowUsers" /> |
| 441 | | <AuthorizedLocation key="ShowUsers_Admin" /> |
| 442 | | <AuthorizedLocation key="AddUser" /> |
| 443 | | <AuthorizedLocation key="EditUser" /> |
| 444 | | <AuthorizedLocation key="ChangePassword" /> |
| 445 | | <AuthorizedLocation key="AddUser_Admin" /> |
| 446 | | <AuthorizedLocation key="EditUser_Admin" /> |
| 447 | | <AuthorizedLocation key="ChangePassword" /> |
| 448 | | <AuthorizedLocation key="chgPwd" /> |
| 449 | | <AuthorizedLocation key="ShowFunctions" /> |
| 450 | | <AuthorizedLocation key="ShowMenus" /> |
| 451 | | <AuthorizedLocation key="AddMenu" /> |
| 452 | | <!-- Setup --> |
| 453 | | <AuthorizedLocation key="setupSite" /> |
| 454 | | <AuthorizedLocation key="EmptyPage" /> |
| 455 | | <AuthorizedLocation key="ShowShiftDocuments" /> |
| 456 | | <!-- Intranet --> |
| 457 | | <AuthorizedLocation key="EditNationalNews" /> |
| 458 | | <AuthorizedLocation key="ShowNationalNews" /> |
| 459 | | <AuthorizedLocation key="EditRegionalNews" /> |
| 460 | | <AuthorizedLocation key="ShowRegionalNews" /> |
| 461 | | <AuthorizedLocation key="EditManual" /> |
| 462 | | <AuthorizedLocation key="ShowManual" /> |
| 463 | | <!-- Chat --> |
| 464 | | <AuthorizedLocation key="ShowChats" /> |
| 465 | | <AuthorizedLocation key="ShowChat" /> |
| 466 | | <AuthorizedLocation key="StaffGroupChat" /> |
| 467 | | <AuthorizedLocation key="StaffSubChat" /> |
| 468 | | <AuthorizedLocation key="StartCareWorkerChat" /> |
| 469 | | <AuthorizedLocation key="EndCareWorkerChat" /> |
| 470 | | <AuthorizedLocation key="EndCareWorkerChatPanel" /> |
| 471 | | <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> |
| 472 | | <!-- Chatrooms --> |
| 473 | | <AuthorizedLocation key="ShowChatRooms" /> |
| 474 | | <!-- Statistieken --> |
| 475 | | <AuthorizedLocation key="ShowStatistics" /> |
| 476 | | <!-- Beschikbaarheid --> |
| 477 | | <AuthorizedLocation key="ShowAvailabilities" /> |
| 478 | | <!-- Rapporten --> |
| 479 | | <AuthorizedLocation key="ShowReports" /> |
| 480 | | <!-- Registratievragen --> |
| 481 | | <AuthorizedLocation key="ShowQuestionairs" /> |
| 482 | | <AuthorizedLocation key="AddQuestionair" /> |
| 483 | | <AuthorizedLocation key="EditQuestionair" /> |
| 484 | | <AuthorizedLocation key="ShowQuestions" /> |
| 485 | | <AuthorizedLocation key="AddQuestion" /> |
| 486 | | <AuthorizedLocation key="EditQuestion" /> |
| 487 | | <AuthorizedLocation key="DeleteQuestion" /> |
| 488 | | <AuthorizedLocation key="ShowAnswerDefinitions" /> |
| 489 | | <AuthorizedLocation key="AddAnswerDefinition" /> |
| 490 | | <AuthorizedLocation key="EditAnswerDefinition" /> |
| 491 | | <AuthorizedLocation key="DeleteAnswerDefinition" /> |
| 492 | | <AuthorizedLocation key="CopyRegistrationQuestionair" /> |
| 493 | | <!-- Beheer --> |
| 494 | | <AuthorizedLocation key="ShowChatServerStatus" /> |
| 495 | | <AuthorizedLocation key="EditChatServerProperties" /> |
| 496 | | <AuthorizedLocation key="ShowShifts" /> |
| 497 | | <AuthorizedLocation key="AddShift" /> |
| 498 | | <AuthorizedLocation key="DeleteShift" /> |
| 499 | | <AuthorizedLocation key="EditShift" /> |
| 500 | | <AuthorizedLocation key="ShowOpenSchedule" /> |
| 501 | | <AuthorizedLocation key="ShowIPBlocks" /> |
| 502 | | <AuthorizedLocation key="AddIPBlock" /> |
| 503 | | <AuthorizedLocation key="DeleteIPBlock" /> |
| 504 | | <AuthorizedLocation key="setupSite" /> |
| 505 | | <AuthorizedLocation key="ImportSensoor" /> |
| 506 | | </RoleAuthorization> |
| 507 | | |
| 508 | | <RoleAuthorization key='volunteer'> |
| 509 | | <!-- Authorisation--> |
| 510 | | <AuthorizedLocation key="ChangePassword" /> |
| 511 | | <!-- Intranet --> |
| 512 | | <AuthorizedLocation key="ShowNationalNews" /> |
| 513 | | <AuthorizedLocation key="ShowRegionalNews" /> |
| 514 | | <AuthorizedLocation key="ShowChats" /> |
| 515 | | <AuthorizedLocation key="chgPwd" /> |
| 516 | | <!-- Chat --> |
| 517 | | <AuthorizedLocation key="ShowChats" /> |
| 518 | | <AuthorizedLocation key="ShowChat" /> |
| 519 | | <AuthorizedLocation key="StaffGroupChat" /> |
| 520 | | <AuthorizedLocation key="StaffSubChat" /> |
| 521 | | <AuthorizedLocation key="StartCareWorkerChat" /> |
| 522 | | <AuthorizedLocation key="EndCareWorkerChat" /> |
| 523 | | <AuthorizedLocation key="EndCareWorkerChatPanel" /> |
| 524 | | <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> |
| 525 | | </RoleAuthorization> |
| 526 | | |
| 527 | | <RoleAuthorization key='coordinator'> |
| 528 | | <!-- Intranet --> |
| 529 | | <AuthorizedLocation key="ShowNationalNews" /> |
| 530 | | <AuthorizedLocation key="EditRegionalNews" /> |
| 531 | | <AuthorizedLocation key="ShowRegionalNews" /> |
| 532 | | <AuthorizedLocation key="ShowManual" /> |
| 533 | | <AuthorizedLocation key="ShowChats" /> |
| 534 | | <AuthorizedLocation key="chgPwd" /> |
| 535 | | <!-- Authorisation--> |
| 536 | | <AuthorizedLocation key="ShowUsers" /> |
| 537 | | <AuthorizedLocation key="AddUser" /> |
| 538 | | <AuthorizedLocation key="EditUser" /> |
| 539 | | <AuthorizedLocation key="ChangePassword" /> |
| 540 | | <!-- Chat --> |
| 541 | | <AuthorizedLocation key="ShowChats" /> |
| 542 | | <AuthorizedLocation key="ShowChat" /> |
| 543 | | <AuthorizedLocation key="StaffGroupChat" /> |
| 544 | | <AuthorizedLocation key="StaffSubChat" /> |
| 545 | | <AuthorizedLocation key="StartCareWorkerChat" /> |
| 546 | | <AuthorizedLocation key="EndCareWorkerChat" /> |
| 547 | | <AuthorizedLocation key="EndCareWorkerChatPanel" /> |
| 548 | | <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> |
| 549 | | </RoleAuthorization> |
| 550 | | |
| 551 | | <RoleAuthorization key='administrator'> |
| 552 | | <!-- Intranet --> |
| 553 | | <AuthorizedLocation key="EditNationalNews" /> |
| 554 | | <AuthorizedLocation key="ShowNationalNews" /> |
| 555 | | <AuthorizedLocation key="EditRegionalNews" /> |
| 556 | | <AuthorizedLocation key="ShowRegionalNews" /> |
| 557 | | <AuthorizedLocation key="EditManual" /> |
| 558 | | <AuthorizedLocation key="ShowManual" /> |
| 559 | | <!-- Beheer --> |
| 560 | | <AuthorizedLocation key="ShowShifts" /> |
| 561 | | <AuthorizedLocation key="AddShift" /> |
| 562 | | <AuthorizedLocation key="DeleteShift" /> |
| 563 | | <AuthorizedLocation key="EditShift" /> |
| 564 | | <AuthorizedLocation key="ShowOpenSchedule" /> |
| 565 | | <AuthorizedLocation key="ShowIPBlocks" /> |
| 566 | | <AuthorizedLocation key="AddIPBlock" /> |
| 567 | | <AuthorizedLocation key="DeleteIPBlock" /> |
| 568 | | <!-- Authorisation--> |
| 569 | | <AuthorizedLocation key="ChangePassword" /> |
| 570 | | <AuthorizedLocation key="ShowUsers" /> |
| 571 | | <AuthorizedLocation key="AddUser" /> |
| 572 | | <AuthorizedLocation key="EditUser" /> |
| 573 | | <AuthorizedLocation key="ShowUsers_Admin" /> |
| 574 | | <AuthorizedLocation key="AddUser_Admin" /> |
| 575 | | <AuthorizedLocation key="EditUser_Admin" /> |
| 576 | | <AuthorizedLocation key="chgPwd" /> |
| 577 | | <AuthorizedLocation key="ShowChats" /> |
| 578 | | <!-- Registratievragen --> |
| 579 | | <AuthorizedLocation key="ShowQuestionairs" /> |
| 580 | | <AuthorizedLocation key="AddQuestionair" /> |
| 581 | | <AuthorizedLocation key="EditQuestionair" /> |
| 582 | | <AuthorizedLocation key="ShowQuestions" /> |
| 583 | | <AuthorizedLocation key="AddQuestion" /> |
| 584 | | <AuthorizedLocation key="EditQuestion" /> |
| 585 | | <AuthorizedLocation key="DeleteQuestion" /> |
| 586 | | <AuthorizedLocation key="ShowAnswerDefinitions" /> |
| 587 | | <AuthorizedLocation key="AddAnswerDefinition" /> |
| 588 | | <AuthorizedLocation key="EditAnswerDefinition" /> |
| 589 | | <AuthorizedLocation key="DeleteAnswerDefinition" /> |
| 590 | | <!-- Chat --> |
| 591 | | <AuthorizedLocation key="ShowChats" /> |
| 592 | | <AuthorizedLocation key="ShowChat" /> |
| 593 | | <AuthorizedLocation key="StaffGroupChat" /> |
| 594 | | <AuthorizedLocation key="StaffSubChat" /> |
| 595 | | <AuthorizedLocation key="StartCareWorkerChat" /> |
| 596 | | <AuthorizedLocation key="EndCareWorkerChat" /> |
| 597 | | <AuthorizedLocation key="EndCareWorkerChatPanel" /> |
| 598 | | <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> |
| 599 | | </RoleAuthorization> |
| 600 | | |
| 601 | | |
| 602 | | <menuEntry action="ShowNationalNews" title="Nieuws"> |
| 603 | | <subMenu action="ShowNationalNews" title="Landelijk nieuws" /> |
| 604 | | <subMenu action="ShowRegionalNews" title="Regionaal nieuws" /> |
| 605 | | </menuEntry> |
| 606 | | <menuEntry action="ShowChats" title="Gesprekken" /> |
| 607 | | <menuEntry action="StartCareWorkerChat" title="Chat" /> |
| 608 | | <menuEntry action="ShowManual" title="Handleiding" /> |
| 609 | | <menuEntry action="ShowStatistics" title="Statistieken" /> |
| 610 | | <menuEntry action="ShowAvailabilities" title="Beschikbaarheid" /> |
| 611 | | <menuEntry action="ShowReports" title="Rapporten" /> |
| 612 | | <menuEntry action="ShowQuestionairs" title="Vragen"> |
| 613 | | <subMenu action="ShowRegistrationQuestions" title="Registratievragen" /> |
| 614 | | <subMenu action="ShowQuestionairs" title="Enquetes" /> |
| 615 | | </menuEntry> |
| 616 | | <menuEntry action="ShowUsers" title="Gebruikers" /> |
| 617 | | <menuEntry action="ShowUsers_Admin" title="Beheer"> |
| 618 | | <subMenu action="ShowChatServerStatus" title="Status" /> |
| 619 | | <subMenu action="EditChatServerProperties" title="Instellingen" /> |
| 620 | | <subMenu action="ShowShifts" title="Openingstijden" /> |
| 621 | | <subMenu action="ShowIPBlocks" title="Blokkeren" /> |
| 622 | | <subMenu action="ShowCodeClasses" title="Klassen" /> |
| 623 | | <subMenu action="ShowUsers_Admin" title="Gebruikers" /> |
| 624 | | </menuEntry> |
| 625 | | <menuEntry action="ShowRoles" title="Autorisatie"> |
| 626 | | <subMenu action="ShowRoles" title="Rollen" /> |
| 627 | | <subMenu action="ShowFunctions" title="Funkties" /> |
| 628 | | </menuEntry> |
| 629 | | |
| 630 | | <Text id="EndCareSeekerChatText" value="Bedankt voor de antwoorden, je kan nu het venster sluiten" /> |
| 631 | | <Text id="EndCareWorkerChatPanelText" value="Dit venster is offline." /> |
| 632 | | <Text id="organisationName" value="Sensoor"/> |
| 633 | | <Text id="chatName" value="chat"/> |
| | 36 | <UnAuthorizedResource key="" /> |
| | 37 | <UnAuthorizedResource key="status" /> |
| | 38 | <UnAuthorizedResource key="staff.html" /> |