Copied templates for portlets from Foundry master to foundry-base theme
git-svn-id: https://svn.libreccm.org/ccm/trunk@2989 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
4ac9cd2d85
commit
0134779c7e
|
|
@ -45,4 +45,19 @@
|
|||
<default>content-items/list-default.xml</default>
|
||||
</list>
|
||||
</content-items>
|
||||
|
||||
<portlets>
|
||||
<portlet class="com.arsdigita.cms.ui.portlet.ContentItemPortletRenderer">
|
||||
portlets/contentitem.xml
|
||||
</portlet>
|
||||
<portlet class="com.arsdigita.navigation.ui.portlet.ItemListPortletRenderer">
|
||||
portlets/item-list.xml
|
||||
</portlet>
|
||||
<portlet class="com.arsdigita.portalworkspace.ui.portlet.FreeformHTMLPortletRenderer">
|
||||
portlets/freeform-html.xml
|
||||
</portlet>
|
||||
<!--<default>
|
||||
|
||||
</default>-->
|
||||
</portlets>
|
||||
</templates>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<portlet-layout>
|
||||
|
||||
<portlet-contentitem/>
|
||||
|
||||
</portlet-layout>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<portlet-layout>
|
||||
|
||||
<div class="portlet portlet-freeform-html">
|
||||
<portlet-freeform-html-content/>
|
||||
</div>
|
||||
|
||||
</portlet-layout>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<portlet-layout>
|
||||
|
||||
<portlet-item-list>
|
||||
<ul>
|
||||
<object-list-item>
|
||||
<li>
|
||||
<content-item mode="list"/>
|
||||
</li>
|
||||
</object-list-item>
|
||||
</ul>
|
||||
</portlet-item-list>
|
||||
|
||||
</portlet-layout>
|
||||
Loading…
Reference in New Issue