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

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

New BASE and EXTENSION profiles

File size: 3.2 KB
Line 
1<?xml version="1.0"?>
2<object name="ZippedHtml" meta_type="CPS Flexible Type Information"
3   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
4 <property name="title">portal_type_ZippedHtml_title</property>
5 <property name="description">portal_type_ZippedHtml_description</property>
6 <property name="content_icon">zippedhtml_icon.png</property>
7 <property name="content_meta_type">CPS Document</property>
8 <property name="product">CPSDocument</property>
9 <property name="factory">addCPSDocument</property>
10 <property name="immediate_view">cpsdocument_view</property>
11 <property name="global_allow">True</property>
12 <property name="filter_content_types">True</property>
13 <property name="allowed_content_types"/>
14 <property name="allow_discussion">False</property>
15 <property name="cps_is_searchable">True</property>
16 <property name="cps_proxy_type">document</property>
17 <property name="cps_display_as_document_in_listing">False</property>
18 <property name="schemas">
19  <element value="metadata"/>
20  <element value="common"/>
21  <element value="zippedhtml"/>
22 </property>
23 <property name="layouts">
24  <element value="common"/>
25  <element value="zippedhtml"/>
26 </property>
27 <property name="layout_clusters">
28  <element value="metadata:metadata"/>
29 </property>
30 <property name="flexible_layouts"/>
31 <property name="storage_methods"/>
32 <property name="cps_is_portlet">False</property>
33 <alias from="(Default)" to="cpsdocument_view"/>
34 <alias from="view" to="cpsdocument_view"/>
35 <action title="action_view" action_id="view" category="object"
36    condition_expr="" url_expr="string:${object_url}/cpsdocument_view"
37    visible="True">
38  <permission value="View"/>
39 </action>
40 <action title="action_new_content" action_id="new_content" category="object"
41    condition_expr="python:object.getTypeInfo().cps_proxy_type != 'document'"
42    url_expr="string:${object_url}/folder_factories" visible="True">
43  <permission value="Modify portal content"/>
44 </action>
45 <action title="action_folder_contents" action_id="contents" category="object"
46    condition_expr="python:object.getTypeInfo().cps_proxy_type != 'document'"
47    url_expr="string:${object_url}/folder_contents" visible="True">
48  <permission value="Modify portal content"/>
49 </action>
50 <action title="action_edit" action_id="edit" category="object"
51    condition_expr="" url_expr="string:${object_url}/cpsdocument_edit_form"
52    visible="True">
53  <permission value="Modify portal content"/>
54 </action>
55 <action title="action_metadata" action_id="metadata" category="object"
56    condition_expr="not:portal/portal_membership/isAnonymousUser"
57    url_expr="string:${object_url}/cpsdocument_metadata" visible="True">
58  <permission value="View"/>
59 </action>
60 <action title="action_local_roles" action_id="localroles" category="object"
61    condition_expr="python:object.getTypeInfo().cps_proxy_type != 'document'"
62    url_expr="string:${object_url}/folder_localrole_form" visible="True">
63  <permission value="Change permissions"/>
64 </action>
65 <action title="action_status_history" action_id="status_history"
66    category="workflow"
67    condition_expr=""
68    url_expr="string:${object_url}/content_status_history" visible="True">
69  <permission value="View status history"/>
70 </action>
71</object>
Note: See TracBrowser for help on using the repository browser.