refonte de la partie contents
This commit is contained in:
24
caotek_mesavoirs/templates/contents/doc_view.pt
Normal file
24
caotek_mesavoirs/templates/contents/doc_view.pt
Normal file
@@ -0,0 +1,24 @@
|
||||
<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/${doc_id}" tal:condition="not layout.isAnonymous()">[ Modifier ]</a>
|
||||
</p>
|
||||
<hr>
|
||||
<div tal:replace="structure texte">
|
||||
Page text goes here.
|
||||
</div>
|
||||
<hr>
|
||||
Dernière modification le ${doc.modif_le.strftime('%d/%m/%Y')}<br />
|
||||
Tags : ${tags}
|
||||
|
||||
<div tal:condition="not layout.isAnonymous">
|
||||
Status : ${doc.statut}
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user