This repository has been archived on 2023-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ae75/www/template/item-nous-rejoindre.html
2020-11-02 15:46:52 +01:00

41 lines
1011 B
HTML

<li class="actu-list">
<a href="#" class="trigger no-ajax post-header">
<h3 class="post-header__title">#TITRE</h3>
<h5 class="post-header__intro">#CHAPO</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">
<div class="post-hero-img">
<THELIA_IMAGE type="IMAGE" num="1" dossier="#ID">
<img src="#IMAGE" />
</THELIA_IMAGE>
</div>
<div class="post-body wysiwyg">
#DESCRIPTION
<div align="right" style="font-size:20px;"><a href="?ref=#ID"><i class="fa fa-plus" aria-hidden="true" style="color:#004f9f; margin-right:10px;"></i> ::postuler::</a></div>
</div>
</div>
</div>
</div>
</li>