| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
|
|---|
| 3 |
<config> |
|---|
| 4 |
<render-context> |
|---|
| 5 |
<attribute name="errors"/> |
|---|
| 6 |
<attribute name="message"/> |
|---|
| 7 |
</render-context> |
|---|
| 8 |
<portlet-url-type> |
|---|
| 9 |
<render path="/initialise"/> |
|---|
| 10 |
<render path="/showMain"/> |
|---|
| 11 |
<render path="/showMsgErr"/> |
|---|
| 12 |
<render path="/showPage"/> |
|---|
| 13 |
<render path="/showEventMore"/> |
|---|
| 14 |
<render path="/showAddEvent"/> |
|---|
| 15 |
<render path="/showEditEvent"/> |
|---|
| 16 |
<render path="/event/showCalsForEvent"/> |
|---|
| 17 |
<render path="/event/showAddEventRef"/> |
|---|
| 18 |
<render path="/showExportData"/> |
|---|
| 19 |
<render path="/initUpload"/> |
|---|
| 20 |
<render path="/showManageLocations"/> |
|---|
| 21 |
<render path="/showEditLocation"/> |
|---|
| 22 |
<render path="/freeBusy/showFreeBusy"/> |
|---|
| 23 |
<render path="/showPublicCals"/> |
|---|
| 24 |
<render path="/showCals"/> |
|---|
| 25 |
<render path="/calendar/showCalendar"/> |
|---|
| 26 |
<render path="/calendar/showModForm"/> |
|---|
| 27 |
<render path="/calendar/showUpdateList"/> |
|---|
| 28 |
<render path="/calendar/showDeleteConfirm"/> |
|---|
| 29 |
<render path="/calendar/showReferenced"/> |
|---|
| 30 |
<render path="/calendar/showDescriptionList"/> |
|---|
| 31 |
<render path="/subs/showSubs"/> |
|---|
| 32 |
<render path="/subs/showModForm"/> |
|---|
| 33 |
<render path="/subs/showAddByUriForm"/> |
|---|
| 34 |
<render path="/prefs/showModForm"/> |
|---|
| 35 |
<render path="/showEmailOptions"/> |
|---|
| 36 |
<render path="/showAlarmOptions"/> |
|---|
| 37 |
<render path="/showStats"/> |
|---|
| 38 |
|
|---|
| 39 |
<action path="/setup"/> |
|---|
| 40 |
<action path="/setSelection"/> |
|---|
| 41 |
<action path="/setViewPeriod"/> |
|---|
| 42 |
<action path="/eventView"/> |
|---|
| 43 |
<action path="/initEvent"/> |
|---|
| 44 |
<action path="/addEventUsingPage"/> |
|---|
| 45 |
<action path="/addEvent"/> |
|---|
| 46 |
<action path="/editEvent"/> |
|---|
| 47 |
<action path="/event/setAccess"/> |
|---|
| 48 |
<action path="/event/selectCalForEvent"/> |
|---|
| 49 |
<action path="/addEventRef"/> |
|---|
| 50 |
<action path="/event/addEventRefComplete"/> |
|---|
| 51 |
<action path="/delEvent"/> |
|---|
| 52 |
<action path="/export"/> |
|---|
| 53 |
<action path="/upload"/> |
|---|
| 54 |
<action path="/manageLocations"/> |
|---|
| 55 |
<action path="/addLocation"/> |
|---|
| 56 |
<action path="/editLoc"/> |
|---|
| 57 |
<action path="/delLocation"/> |
|---|
| 58 |
<action path="/freeBusy/getFreeBusy"/> |
|---|
| 59 |
<action path="/freeBusy/setAccess"/> |
|---|
| 60 |
<action path="/fetchPublicCalendars"/> |
|---|
| 61 |
<action path="/fetchCalendars"/> |
|---|
| 62 |
<action path="/calendar/fetchForDisplay"/> |
|---|
| 63 |
<action path="/calendar/initAdd"/> |
|---|
| 64 |
<action path="/calendar/fetchForUpdate"/> |
|---|
| 65 |
<action path="/calendar/update"/> |
|---|
| 66 |
<action path="/calendar/setAccess"/> |
|---|
| 67 |
<action path="/calendar/delete"/> |
|---|
| 68 |
<action path="/subs/fetch"/> |
|---|
| 69 |
<action path="/subs/initAdd"/> |
|---|
| 70 |
<action path="/subs/fetchForUpdate"/> |
|---|
| 71 |
<action path="/subs/subscribe"/> |
|---|
| 72 |
<action path="/subs/subscribeByUri"/> |
|---|
| 73 |
<action path="/subs/unsubscribe"/> |
|---|
| 74 |
<action path="/addView"/> |
|---|
| 75 |
<action path="/removeView"/> |
|---|
| 76 |
<action path="/prefs/fetchForUpdate"/> |
|---|
| 77 |
<action path="/prefs/update"/> |
|---|
| 78 |
<action path="/initMailEvent"/> |
|---|
| 79 |
<action path="/mailEvent"/> |
|---|
| 80 |
<action path="/initEventAlarm"/> |
|---|
| 81 |
<action path="/setAlarm"/> |
|---|
| 82 |
<action path="/stats"/> |
|---|
| 83 |
</portlet-url-type> |
|---|
| 84 |
</config> |
|---|
| 85 |
|
|---|