source: WAeUP_SRP/trunk/profiles/default/types/Student.xml

Last change on this file was 3689, checked in by Henrik Bettermann, 16 years ago

New BASE and EXTENSION profiles

File size: 1.8 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
3<object name="Student" meta_type="CPS Flexible Type Information"
4   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5 <property name="title">WAeUP Student</property>
6 <property name="description"></property>
7 <property name="content_icon">student.gif</property>
8 <property name="content_meta_type">Student</property>
9 <property name="product">WAeUP_SRP</property>
10 <property name="factory">addStudent</property>
11 <property name="immediate_view">student_index</property>
12 <property name="global_allow">True</property>
13 <property name="filter_content_types">True</property>
14 <property name="allowed_content_types">
15  <element value="PaymentsFolder"/>
16  <element value="StudentAccommodation"/>
17  <element value="StudentApplication"/>
18  <element value="StudentPume"/>
19  <element value="StudentPersonal"/>
20  <element value="StudentStudyCourse"/>
21  <element value="StudentClearance"/>
22 </property>
23 <property name="allow_discussion">False</property>
24 <property name="cps_is_searchable">False</property>
25 <property name="cps_proxy_type">folder</property>
26 <property name="cps_display_as_document_in_listing">True</property>
27 <property name="schemas">
28  <element value="student"/>
29 </property>
30 <property name="layouts">
31  <element value="student"/>
32 </property>
33 <property name="layout_clusters">
34  <element value=""/>
35 </property>
36 <property name="flexible_layouts"/>
37 <property name="storage_methods"/>
38 <property name="cps_is_portlet">False</property>
39 <alias from="(Default)" to="student_index"/>
40 <alias from="view" to="student_index"/>
41 <action title="View" action_id="view" category="object"
42    condition_expr=""
43    url_expr="string:${object_url}/student_index" visible="True">
44  <permission value="View"/>
45 </action>
46</object>
Note: See TracBrowser for help on using the repository browser.