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.searchform/tabellio/searchform/form_templates/view.pt

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-09-08 08:56:35 +02:00
<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="tabellio.searchform">
<body>
<metal:main fill-slot="main">
<tal:main-macro metal:define-macro="main">
2011-09-08 08:56:35 +02:00
<div tal:replace="structure provider:plone.abovecontenttitle" />
<h1 class="documentFirstHeading" tal:content="context/title" />
<div tal:replace="structure provider:plone.belowcontenttitle" />
2011-10-03 14:21:24 +02:00
<dl class="enableFormTabbing" id="search-tabs">
<dt>Documents parlementaires</dt>
<dd>
<div tal:replace="structure view/doc_search_form"/>
</dd>
<dt>Dossiers parlementaires</dt>
<dd>
</dd>
<dt>Questions &amp; interpellations</dt>
<dd>
</dd>
<dt>Décrets</dt>
<dd>
</dd>
</dl>
2011-09-08 08:56:35 +02:00
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>
</metal:main>
</body>
</html>