This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellio.mixedcommittee/tabellio/mixedcommittee/folder.pt

57 lines
1.9 KiB
XML

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
lang="en"
metal:use-macro="context/main_template/macros/master"
i18n:domain="plone">
<body>
<metal:main fill-slot="main">
<tal:main-macro metal:define-macro="main">
<div tal:replace="structure provider:plone.abovecontenttitle" />
<h1 metal:use-macro="context/kss_generic_macros/macros/generic_title_view">Title</h1>
<div tal:replace="structure provider:plone.belowcontenttitle" />
<div tal:repeat="item context/values" class="collapsible_content_container_holder">
<div tal:attributes="class python: 'collapsible_content_container %s' % (repeat['item'].start and 'opened' or 'collapsed')">
<dl class="collapsible">
<dt class="collapsibleHeader" tal:content="item/Title">Maroc</dt>
<dd class="collapsibleContent">
<div class="inner">
<div class="tabs_container">
<dl class="enableFormTabbing">
<dt>Composition</dt>
<dd>
<div tal:condition="item/composition" tal:content="structure item/composition/output"/>
</dd>
<dt>Entente</dt>
<dd>
<div tal:condition="item/relationship" tal:content="structure item/relationship/output"/>
</dd>
<dt>Résolutions</dt>
<dd>
<div tal:condition="item/resolutions" tal:content="structure item/resolutions/output"/>
</dd>
<dt>Agenda</dt>
<dd>
<div/>
</dd>
</dl>
</div>
</div>
</dd>
</dl>
</div>
</div>
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>
</metal:main>
</body>
</html>