update dossier view with links to doc pages, info of commission, etc.

This commit is contained in:
Frédéric Péters 2011-11-11 20:30:47 +01:00
parent 87c993628c
commit 80c644b507
1 changed files with 10 additions and 3 deletions

View File

@ -79,16 +79,23 @@
<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/authors" tal:content="histoline/authors_str"/>
<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></td>
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>
<a 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 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" />