28 lines
653 B
XML
28 lines
653 B
XML
<div metal:use-macro="load: ../global_layout.pt">
|
|
<div metal:fill-slot="content">
|
|
|
|
<p>
|
|
<a href="${url_retour}">[ Fermer ]</a>
|
|
<a href="${request.application_url}/doc_edit/${topic}/${doc_id}" tal:condition="not layout.isAnonymous()">[ Modifier ]</a>
|
|
</p>
|
|
<hr>
|
|
<div tal:replace="structure texte">
|
|
Page text goes here.
|
|
</div>
|
|
<hr>
|
|
<p>Tags :
|
|
<span tal:repeat="tag tags">
|
|
[ <a href="/tags#${tag.tag}">${tag.tag}</a> ]
|
|
</span>
|
|
</p>
|
|
<p tal:condition="not layout.isAnonymous">
|
|
Status : ${doc.statut}<br />
|
|
Dernière modification le ${doc.modif_le.strftime('%d/%m/%Y')}
|
|
</p>
|
|
|
|
<br />
|
|
<br />
|
|
|
|
</div>
|
|
</div>
|