Initial commit
This commit is contained in:
41
www/backup/template/item-actualite.html
Normal file
41
www/backup/template/item-actualite.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<li class="actu-list">
|
||||
<a href="#" class="trigger no-ajax post-header">
|
||||
<h5 class="post-header__date">#CHAPO</h5>
|
||||
<h3 class="post-header__title">#TITRE</h3>
|
||||
<h5 class="post-header__intro">#POSTSCRIPTUM</h5>
|
||||
<i class="fa fa-plus" aria-hidden="true"></i>
|
||||
</a>
|
||||
<div class="collapse" aria-expanded="false">
|
||||
<div class="post-list__content post">
|
||||
<div class="container-post post__content loaded">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<THELIA_IMAGE type="IMAGE" num="1" dossier="#ID">
|
||||
<div class="post-hero-img">
|
||||
<img src="#IMAGE" />
|
||||
</div>
|
||||
</THELIA_IMAGE>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="post-body wysiwyg">
|
||||
|
||||
|
||||
|
||||
#DESCRIPTION
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
Reference in New Issue
Block a user