-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.xml
286 lines (276 loc) · 14.5 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<?xml version="1.0"?>
<config>
<commands>
<ShowError class="ShowError">
<response type="template" name="default">error.tpl</response>
</ShowError>
<ShowManifesto class="ShowManifesto">
<response type="template" name="default">manifesto.tpl</response>
</ShowManifesto>
<ShowHome class="ShowHome">
<response type="template" name="default">home.tpl</response>
<pluginCommand name="ShowNewsLatest" class="News.ShowNewsLatest" />
<pluginCommand name="ShowLinks" class="Links.ShowLinks" />
</ShowHome>
<ShowCanale class="ShowCanale">
<response type="template" name="default">canale.tpl</response>
<pluginCommand name="ShowNewsLatest" class="News.ShowNewsLatest" />
<pluginCommand name="ShowFileTitoli" class="Files.ShowFileTitoli" />
<pluginCommand name="ShowLinks" class="Links.ShowLinks" />
</ShowCanale>
<ShowHelp class="ShowHelpIndex">
<response type="template" name="default">help.tpl</response>
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</ShowHelp>
<ShowHelpTopic class="ShowHelpTopic">
<response type="template" name="default">help_topic.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</ShowHelpTopic>
<ShowFacolta class="ShowFacolta">
<response type="template" name="default">facolta.tpl</response>
<pluginCommand name="ShowNewsLatest" class="News.ShowNewsLatest" />
<pluginCommand name="ShowLinks" class="Links.ShowLinks" />
</ShowFacolta>
<ShowCdl class="ShowCdl">
<response type="template" name="default">cdl.tpl</response>
<pluginCommand name="ShowNewsLatest" class="News.ShowNewsLatest" />
<pluginCommand name="ShowLinks" class="Links.ShowLinks" />
</ShowCdl>
<ShowInsegnamento class="ShowInsegnamento">
<response type="template" name="default">insegnamento.tpl</response>
<pluginCommand name="ShowNewsLatest" class="News.ShowNewsLatest" />
<pluginCommand name="ShowFileTitoli" class="Files.ShowFileTitoli" />
<pluginCommand name="ShowFileStudentiTitoli" class="Files.ShowFileStudentiTitoli" />
<pluginCommand name="ShowLinks" class="Links.ShowLinks" />
</ShowInsegnamento>
<ShowContribute class="ShowContribute">
<response type="template" name="default">contribute.tpl</response>
<response type="template" name="questionario_success">questionario_success.tpl</response>
</ShowContribute>
<ShowCredits class="ShowCredits">
<response type="template" name="default">credits.tpl</response>
</ShowCredits>
<ShowAccessibility class="ShowAccessibility">
<response type="template" name="default">accessibility.tpl</response>
</ShowAccessibility>
<ShowContacts class="ShowContacts">
<response type="template" name="default">chisiamo.tpl</response>
</ShowContacts>
<ShowCollaboratore class="ShowCollaboratore">
<response type="template" name="default">tabellina_contatto.tpl</response>
</ShowCollaboratore>
<ShowRules class="ShowRules">
<response type="template" name="default">regolamento.tpl</response>
</ShowRules>
<ShowSettings class="ShowSettings">
<response type="template" name="default">impostazioni.tpl</response>
</ShowSettings>
<ShowPersonalSettings class="ShowPersonalSettings">
<response type="template" name="default">show_personal_settings.tpl</response>
<response type="template" name="success">show_personal_settings_success.tpl</response>
</ShowPersonalSettings>
<ShowUser class="ShowUser">
<response type="template" name="default">show_user.tpl</response>
</ShowUser>
<ShowStatistiche class="ShowStatistiche">
<response type="template" name="default">show_statistiche.tpl</response>
</ShowStatistiche>
<ShowInfoDidattica class="ShowInfoDidattica">
<response type="template" name="default">show_info_didattica.tpl</response>
</ShowInfoDidattica>
<InfoDidatticaEdit class="InfoDidatticaEdit">
<response type="template" name="default">info_didattica_edit.tpl</response>
<response type="template" name="success">info_didattica_edit_success.tpl</response>
</InfoDidatticaEdit>
<ShowMyUniversiBO class="ShowMyUniversiBO">
<response type="template" name="default">my_universibo.tpl</response>
<pluginCommand name="ShowMyNews" class="News.ShowMyNews" />
<pluginCommand name="ShowMyFileTitoli" class="Files.ShowMyFileTitoli" />
</ShowMyUniversiBO>
<ShowAllFilesStudenti class="ShowAllFilesStudenti">
<response type="template" name="default">all_files.tpl</response>
<pluginCommand name="ShowAllFilesStudentiTitoli" class="Files.ShowAllFilesStudentiTitoli" />
</ShowAllFilesStudenti>
<MyUniversiBOAdd class="MyUniversiBOAdd">
<response type="template" name="default">my_universibo_add.tpl</response>
<response type="template" name="success">my_universibo_add_success.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</MyUniversiBOAdd>
<MyUniversiBOEdit class="MyUniversiBOEdit">
<response type="template" name="default">my_universibo_edit.tpl</response>
<response type="template" name="success">my_universibo_edit_success.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</MyUniversiBOEdit>
<MyUniversiBORemove class="MyUniversiBORemove">
<response type="template" name="success">my_universibo_remove_success.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</MyUniversiBORemove>
<RuoliAdminSearch class="RuoliAdminSearch">
<response type="template" name="default">ruoli_admin_search.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</RuoliAdminSearch>
<RuoliAdminEdit class="RuoliAdminEdit">
<response type="template" name="default">ruoli_admin_edit.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</RuoliAdminEdit>
<NewsAdd class="NewsAdd">
<response type="template" name="default">news_add.tpl</response>
<response type="template" name="success">news_add_success.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</NewsAdd>
<NewsDelete class="NewsDelete">
<response type="template" name="default">news_delete.tpl</response>
<response type="template" name="success">news_delete_success.tpl</response>
<pluginCommand name="ShowNews" class="News.ShowNews" />
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</NewsDelete>
<NewsEdit class="NewsEdit">
<response type="template" name="default">news_edit.tpl</response>
<response type="template" name="success">news_edit_success.tpl</response>
<pluginCommand name="ShowNews" class="News.ShowNews" />
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</NewsEdit>
<NewsShowCanale class="NewsShowCanale">
<response type="template" name="default">news_show_canale.tpl</response>
<pluginCommand name="ShowNews" class="News.ShowNews" />
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</NewsShowCanale>
<FileDocenteAdmin class="FileDocenteAdmin">
<response type="template" name="success">file_docente_admin_success.tpl</response>
<response type="template" name="default">file_docente_admin.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileDocenteAdmin>
<FileDownload class="FileDownload">
<response type="template" name="file_download_iscriviti">file_download_iscriviti.tpl</response>
<response type="template" name="file_download_password">file_download_password.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileDownload>
<FileShowInfo class="FileShowInfo">
<response type="template" name="default">file_show_info.tpl</response>
<pluginCommand name="ShowFileInfo" class="Files.ShowFileInfo" />
<pluginCommand name="ShowFileStudentiCommenti" class="Files.ShowFileStudentiCommenti" />
</FileShowInfo>
<FileAdd class="FileAdd">
<response type="template" name="success">file_add_success.tpl</response>
<response type="template" name="default">file_add.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileAdd>
<FileStudentiAdd class="FileStudentiAdd">
<response type="template" name="success">file_studenti_add_success.tpl</response>
<response type="template" name="default">file_studenti_add.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileStudentiAdd>
<FileEdit class="FileEdit">
<response type="template" name="default">file_edit.tpl</response>
<response type="template" name="success">file_edit_success.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileEdit>
<FileStudentiAdd class="FileStudentiAdd">
<response type="template" name="success">file_studenti_add_success.tpl</response>
<response type="template" name="default">file_studenti_add.tpl</response>
</FileStudentiAdd>
<FileStudentiEdit class="FileStudentiEdit">
<response type="template" name="success">file_studenti_edit_success.tpl</response>
<response type="template" name="default">file_studenti_edit.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileStudentiEdit>
<FileDelete class="FileDelete">
<response type="template" name="default">file_delete.tpl</response>
<response type="template" name="success">file_delete_success.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileDelete>
<FileStudentiDelete class="FileStudentiDelete">
<response type="template" name="success">file_studenti_delete_success.tpl</response>
<response type="template" name="default">file_studenti_delete.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</FileStudentiDelete>
<FileStudentiComment class="FileStudentiComment">
<response type="template" name="success">file_studenti_comment_success.tpl</response>
<response type="template" name="default">file_studenti_comment.tpl</response>
</FileStudentiComment>
<FileStudentiCommentEdit class="FileStudentiCommentEdit">
<response type="template" name="success">file_studenti_comment_edit_success.tpl</response>
<response type="template" name="default">file_studenti_comment_edit.tpl</response>
<pluginCommand name="ShowFileStudentiCommento" class="Files.ShowFileStudentiCommento" />
</FileStudentiCommentEdit>
<FileStudentiCommentDelete class="FileStudentiCommentDelete">
<response type="template" name="success">file_studenti_comment_delete_success.tpl</response>
<response type="template" name="default">file_studenti_comment_delete.tpl</response>
<pluginCommand name="ShowFileStudentiCommento" class="Files.ShowFileStudentiCommento" />
</FileStudentiCommentDelete>
<ShowPersonalFiles class="ShowPersonalFiles">
<response type="template" name="default">personal_files.tpl</response>
</ShowPersonalFiles>
<DidatticaGestione class="DidatticaGestione">
<response type="template" name="success">didattica_gestione_success.tpl</response>
<response type="template" name="default">didattica_gestione.tpl</response>
<pluginCommand name="ShowTopic" class="Help.ShowTopic" />
<pluginCommand name="ShowHelpId" class="Help.ShowHelpId" />
</DidatticaGestione>
<LinkAdd class="LinkAdd">
<response type="template" name="default">link_add.tpl</response>
<response type="template" name="success">link_add_success.tpl</response>
</LinkAdd>
<LinkDelete class="LinkDelete">
<response type="template" name="default">link_delete.tpl</response>
<response type="template" name="success">link_delete_success.tpl</response>
<pluginCommand name="ShowLink" class="Links.ShowLink" />
</LinkDelete>
<LinkEdit class="LinkEdit">
<response type="template" name="default">link_edit.tpl</response>
<response type="template" name="success">link_edit_success.tpl</response>
<pluginCommand name="ShowLink" class="Links.ShowLink" />
</LinkEdit>
<LinksAdmin class="LinksAdmin">
<response type="template" name="default">links_admin.tpl</response>
<pluginCommand name="ShowLinksExtended" class="Links.ShowLinksExtended" />
</LinksAdmin>
<ShowContattoDocente class="ShowContattoDocente">
<response type="template" name="default">show_contatto_docente.tpl</response>
</ShowContattoDocente>
<ShowContattiDocenti class="ShowContattiDocenti">
<response type="template" name="default">show_contatti_docenti.tpl</response>
</ShowContattiDocenti>
<ContattoDocenteAdd class="ContattoDocenteAdd">
<response type="template" name="default">contatto_docente_add.tpl</response>
</ContattoDocenteAdd>
<CollaboratoreProfiloAdd class="CollaboratoreProfiloAdd">
<response type="template" name="default">collaboratore_profilo_add.tpl</response>
</CollaboratoreProfiloAdd>
<ShowPermalink class="ShowPermalink">
<response type="template" name="default">permalink_show.tpl</response>
</ShowPermalink>
</commands>
<!-- appSettings is an optional node. You can place any thing here and access
it from FrontController->getAppSetting() -->
<appSettings>
<contactsPath>img/contacts/</contactsPath>
<contattoDocentiAdmin>admin</contattoDocentiAdmin> <!-- un solo nome -->
<defaultAnnoAccademico>2011</defaultAnnoAccademico>
<filesPath>../app/data/uploads/</filesPath>
<infoEmail>[email protected]</infoEmail>
<modFileStudenti>brain</modFileStudenti>
<questionariReceiver>[email protected];[email protected]</questionariReceiver>
<rootUrl>https://www.universibo.unibo.it</rootUrl>
<rootEmail>[email protected]</rootEmail>
<staffEmail>[email protected]</staffEmail>
</appSettings>
</config>