mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-23 03:19:50 +00:00
pouet
This commit is contained in:
@ -11,13 +11,17 @@
|
||||
<main class="test container">
|
||||
<div class="bloc-post">
|
||||
<div class="container-post post article-cat">
|
||||
<h2 class="title"><tag type="article" column="title" /></h2>
|
||||
<h2 class="title">
|
||||
<tag type="article" column="title" />
|
||||
</h2>
|
||||
<div class="etiquettes">
|
||||
<span class="cat"><tag type="article" column="category"/></span>
|
||||
<span class="date"><tag type="article" column="datetime"/></span>
|
||||
<span class="cat">
|
||||
<tag type="article" column="category" /></span>
|
||||
<span class="date">
|
||||
<tag type="article" column="datetime" /></span>
|
||||
</div>
|
||||
<p class="post text">
|
||||
<tag type="article" column="content"/>
|
||||
<tag type="article" column="content" />
|
||||
</p>
|
||||
</div>
|
||||
<div class="credit">
|
||||
@ -26,8 +30,12 @@
|
||||
<a>
|
||||
<tag type="svg" file="avatar" style="color: white; height: 64px" /></a>
|
||||
<div class="by">
|
||||
<h3 class="name"><tag type="authorTag" column="username" /></h3>
|
||||
<h3 class="job"><tag type="authorTag" column="job" /></h3>
|
||||
<h3 class="name">
|
||||
<tag type="authorTag" column="username" />
|
||||
</h3>
|
||||
<h3 class="job">
|
||||
<tag type="authorTag" column="job" />
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -35,18 +43,21 @@
|
||||
|
||||
<div class="bloc-filter">
|
||||
<h3>Plus d'articles</h3>
|
||||
<p class="title-small">Catégories</p>
|
||||
<div class="filtre dev-color">dev</div>
|
||||
<div class="filtre digi-color">digi</div>
|
||||
<div class="filtre ops-color">ops</div>
|
||||
<div class="filtre devops-color">devops</div>
|
||||
<p class="title-small">Tags</p>
|
||||
<tag type="tags" />
|
||||
<p class="title-small">Catégories</p>
|
||||
<div class="filtre dev-color">dev</div>
|
||||
<div class="filtre digi-color">digi</div>
|
||||
<div class="filtre ops-color">ops</div>
|
||||
<div class="filtre devops-color">devops</div>
|
||||
<p class="title-small">Tags</p>
|
||||
<tag type="tags" />
|
||||
</div>
|
||||
|
||||
<div class="bloc-recent">
|
||||
<div class="contenue-recent">Article précédent</div>
|
||||
<div class="contenue-recent next">Article suivant</div>
|
||||
<tag type="isLoggedIn" reol="ROLE_EDITOR">
|
||||
<if true>
|
||||
<a href="./edit" class="contenue-recent next">Editer l'article</a>
|
||||
</if>
|
||||
</tag>
|
||||
</div>
|
||||
|
||||
<h3 id="titre-between">Dans le même thème</h3>
|
||||
|
Reference in New Issue
Block a user