changed home page title
This commit is contained in:
@@ -1,23 +1,25 @@
|
||||
<metal:block use-macro="main_template">
|
||||
<div metal:fill-slot="content">
|
||||
|
||||
<div align="center">
|
||||
<img src="${request.static_url('caotek_mesavoirs:static/img/cover_image_540max.jpg')}" alt="cover_image">
|
||||
</div>
|
||||
|
||||
<h3>Derniers posts</h3>
|
||||
<p tal:condition="not layout.isAnonymous()">
|
||||
<a href="${request.application_url}/archives/blog">Voir les archives</a> | <a href="${request.application_url}/doc_edit/0">Créer un nouveau post</a>
|
||||
</p>
|
||||
|
||||
<div class="row">
|
||||
<table class="table">
|
||||
<tr tal:repeat="ligne items">
|
||||
<td>${ligne.cree_le.strftime("%Y")}</td>
|
||||
<td>${ligne.cree_le.strftime("%d %b")}</td>
|
||||
<td><a href="/doc_view/${ligne.doc_id}"><b>${ligne.intitule}</b></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="col-sm-4">
|
||||
<br />
|
||||
<br />
|
||||
<img src="${request.static_url('caotek_mesavoirs:static/img/cover_image_540max.jpg')}" alt="cover_image">
|
||||
</div>
|
||||
<div class="col-sm-8">
|
||||
<h3>Derniers posts</h3>
|
||||
<p tal:condition="not layout.isAnonymous()">
|
||||
<a href="${request.application_url}/archives/blog">Voir les archives</a> | <a href="${request.application_url}/doc_edit/0">Créer un nouveau post</a>
|
||||
</p>
|
||||
|
||||
<table class="table">
|
||||
<tr tal:repeat="ligne items">
|
||||
<td>${ligne.cree_le.strftime("%d %b")}</td>
|
||||
<td><a href="/doc_view/${ligne.doc_id}"><b>${ligne.intitule}</b></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row well text-center" tal:condition="not layout.isAnonymous()">
|
||||
<div class="col-sm-3">
|
||||
|
||||
Reference in New Issue
Block a user