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.pcfviews/tabellio/pcfviews/dossier.pt

108 lines
4.2 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"
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="fr"
metal:use-macro="context/main_template/macros/master"
i18n:domain="tabellio.pcfviews">
<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:replace="structure provider:plone.abovecontentbody" />
<p>
<span tal:content="context/dostype_str">proposition de résolution</span>
-
<span tal:content="context/no">261</span>
(<span tal:content="context/session">2011-2012</span>)
-
<span tal:content="context/date_str">date</span>
</p>
<div>
Statut :
<span tal:content="context/state_str">En commission</span>
</div>
<div tal:condition="context/authors">
Auteurs
<ul>
<li tal:repeat="author context/authors"><a tal:attributes="href author/to_object/absolute_url" tal:content="author/to_object/Title">Céline Delforge</a></li>
</ul>
</div>
<div tal:condition="context/polgroups">
Groupes politiques
<ul>
<li tal:repeat="polgroup context/polgroups"><span tal:content="polgroup/to_object/Title">Ecolo</span></li>
</ul>
</div>
<div tal:condition="context/topics">
Matières
<ul>
<li tal:repeat="topic context/topic_titles"><span tal:content="topic"/></li>
</ul>
</div>
<div tal:condition="context/commissions">
Ce dossier est traité dans les commissions suivantes :
<ul>
<li tal:repeat="commission context/commissions"><span
tal:content="commission/to_object/Title">commission de la
Santé</span></li>
</ul>
</div>
<div tal:define="docs context/associated_docs" tal:condition="docs">
<h2>Documents associés</h2>
<table id="associated-docs">
<tr tal:repeat="doc docs">
<td class="docref"><a tal:attributes="href doc/absolute_url"><span tal:replace="doc/no"/> (<span tal:replace="doc/session"/>)
<span tal:condition="doc/nodoc">N<sup>o</sup> <span
tal:replace="doc/nodoc"/></span></a></td>
<td class="doctitle"><span tal:replace="doc/Title"></span></td>
<td class="docdate"><span tal:replace="doc/date_str"></span></td>
</tr>
</table>
</div>
<div tal:condition="context/histolines">
<h2>Chronologie</h2>
<table id="chronologie">
<tr tal:repeat="histoline context/histolines">
<td class="chronodate" tal:content="histoline/date_str">18 octobre 2010</td>
<td class="chronocomment"><p tal:content="histoline/comment">comment</p>
<p tal:condition="histoline/commission" tal:content="histoline/commission"/>
<p tal:condition="histoline/authors">Auteurs : <span tal:replace="structure histoline/authors_html_str"/></p>
</td>
<td class="chronodoc"><a tal:condition="histoline/document" tal:attributes="href
histoline/document/to_object/absolute_url"
tal:content="histoline/document/to_object/reftitle">doc</a>
<span tal:condition="histoline/doc_pages">-
<a href="" tal:attributes="href histoline/doc_pages_url">page <span tal:replace="histoline/doc_pages">1</span></a>
</span>
</td>
</tr>
</table>
</div>
<span tal:condition="python: context.dostype in ('PJD', 'PPD')">
<a id="reflex" tal:attributes="href string:http://reflex.raadvst-consetat.be/reflex/docs/?db=parlement&inst=pcf&legislat=${context/session}&doc=${context/no}&lang=fr">reflex</a>
</span>
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>
</metal:main>
</body>
</html>