|
30 | 30 | type="plone.app.portlets.interfaces.IDashboard" |
31 | 31 | /> |
32 | 32 |
|
33 | | - <!-- Portlet type registrations --> |
34 | | - |
35 | | - <portlet addview="portlets.Classic" |
36 | | - description="A portlet which can render a classic template-based portlet" |
37 | | - title="Classic portlet" |
38 | | - i18n:attributes="title; description" |
39 | | - > |
40 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
41 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
42 | | - </portlet> |
43 | | - |
44 | | - <portlet addview="portlets.News" |
45 | | - description="A portlet which can render a listing of recent news" |
46 | | - title="News" |
47 | | - i18n:attributes="title; description" |
48 | | - > |
49 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
50 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
51 | | - </portlet> |
52 | | - |
53 | | - <portlet addview="portlets.Login" |
54 | | - description="A portlet which can render a log-in box" |
55 | | - title="Login" |
56 | | - i18n:attributes="title; description" |
57 | | - > |
58 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
59 | | - </portlet> |
60 | | - |
61 | | - <portlet addview="portlets.Navigation" |
62 | | - description="A portlet which can render a navigation tree" |
63 | | - title="Navigation" |
64 | | - i18n:attributes="title; description" |
65 | | - > |
66 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
67 | | - </portlet> |
68 | | - |
69 | | - <portlet addview="portlets.Recent" |
70 | | - description="A portlet which can render a listing of recently changed items." |
71 | | - title="Recent items" |
72 | | - i18n:attributes="title; description" |
73 | | - > |
74 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
75 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
76 | | - </portlet> |
77 | | - |
78 | | - <portlet addview="portlets.Review" |
79 | | - description="A portlet which can render a listing on the review queue." |
80 | | - title="Review list" |
81 | | - i18n:attributes="title; description" |
82 | | - > |
83 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
84 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
85 | | - </portlet> |
86 | | - |
87 | | - <portlet addview="portlets.rss" |
88 | | - description="A portlet which can receive and render an RSS feed." |
89 | | - title="RSS Feed" |
90 | | - i18n:attributes="title; description" |
91 | | - > |
92 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
93 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
94 | | - </portlet> |
95 | | - |
96 | | - <portlet addview="portlets.Search" |
97 | | - description="A portlet which shows a search box." |
98 | | - title="Search" |
99 | | - i18n:attributes="title; description" |
100 | | - > |
101 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
102 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
103 | | - </portlet> |
104 | | - |
105 | | - <portlet addview="portlets.Actions" |
106 | | - description="A portlet that provides links of an action category" |
107 | | - title="Actions" |
108 | | - i18n:attributes="title; description" |
109 | | - > |
110 | | - <for interface="plone.app.portlets.interfaces.IColumn" /> |
111 | | - <for interface="plone.app.portlets.interfaces.IDashboard" /> |
112 | | - </portlet> |
113 | | - |
114 | | - <assignment category="context" |
115 | | - key="/" |
116 | | - manager="plone.leftcolumn" |
117 | | - name="navigation" |
118 | | - type="portlets.Navigation" |
119 | | - /> |
120 | | - |
121 | | - <assignment category="context" |
122 | | - key="/" |
123 | | - manager="plone.footerportlets" |
124 | | - name="footer" |
125 | | - type="portlets.Classic" |
126 | | - > |
127 | | - <property name="template">@@footer</property> |
128 | | - <property name="macro" /> |
129 | | - </assignment> |
130 | | - |
131 | | - <assignment category="context" |
132 | | - key="/" |
133 | | - manager="plone.footerportlets" |
134 | | - name="actions" |
135 | | - type="portlets.Actions" |
136 | | - > |
137 | | - <property name="ptitle">site_actions</property> |
138 | | - <property name="show_title">False</property> |
139 | | - <property name="category">site_actions</property> |
140 | | - <property name="show_icons">False</property> |
141 | | - </assignment> |
142 | | - |
143 | | - <assignment category="context" |
144 | | - key="/" |
145 | | - manager="plone.footerportlets" |
146 | | - name="colophon" |
147 | | - type="portlets.Classic" |
148 | | - > |
149 | | - <property name="template">colophon</property> |
150 | | - <property name="macro" /> |
151 | | - </assignment> |
152 | | - |
153 | 33 | </portlets> |
0 commit comments