mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-29 14:19:50 +00:00
ajust
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<tag type="user" column="username" />
|
||||
</if>
|
||||
<if false>
|
||||
<a href="/login">Connection</a>
|
||||
<a href="/login">Connexion</a>
|
||||
</if>
|
||||
</tag>
|
||||
</li>
|
||||
@ -46,8 +46,8 @@
|
||||
<li class="item_nav_blog_droite_icon">
|
||||
<form method="dialog" action="/search">
|
||||
<input name="term" id="search" class="el-search" type="text" placeholder="Recherche">
|
||||
<button type="submit">
|
||||
<tag type="svg" file="mignify" style="color: rgba(0, 0, 0, .5); width: 18px; height: 18px" />
|
||||
<button type="submit" class="submit">
|
||||
<tag type="svg" file="mignify" style="color: rgba(0, 0, 0, .5); width: 18px; height: 18px;" />
|
||||
</button>
|
||||
</form>
|
||||
</li>
|
||||
|
@ -44,6 +44,7 @@
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter int-search">
|
||||
<h3>Filtrer la recherche</h3>
|
||||
<p class="title-small">Catégories</p>
|
||||
<a data-category="3" class="filtre dev-color">dev</a>
|
||||
<a data-category="4" class="filtre digi-color">digi</a>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>LE BLOG DES APPRENANTS</h1>
|
||||
</div>
|
||||
<div class="cover-text">
|
||||
<h2 id="titre-home">Voilà les informations que vous devez entrer pour créer un utilisateur</h2>
|
||||
<h2 id="titre-home">Créer un utilisateur</h2>
|
||||
<div class="p-home">
|
||||
<form name="login" id="name" method="POST" class="login" action="/users/new/">
|
||||
<input name="username" id="username" type="text" placeholder="Nom d'utilisateur" />
|
||||
@ -25,7 +25,7 @@
|
||||
<option value="ROLE_EDITOR">Editeur</option>
|
||||
<option value="ROLE_ADMIN">Administrateur</option>
|
||||
</select>
|
||||
<input type="submit" class="bloc-plus" value="Créer"/>
|
||||
<input type="submit" class="bloc-button" value="Créer"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>LE BLOG DES APPRENANTS</h1>
|
||||
</div>
|
||||
<div class="cover-text">
|
||||
<h2 id="titre-home">Voilà les informations que vous devez entrer pour créer un utilisateur</h2>
|
||||
<h2 id="titre-home">Créer un utilisateur</h2>
|
||||
<div class="p-home">
|
||||
<form name="login" id="name" method="POST" class="login" action="./edit">
|
||||
<input name="username" id="username" type="text" placeholder="Nom d'utilisateur" />
|
||||
@ -25,7 +25,7 @@
|
||||
<option value="ROLE_EDITOR">Editeur</option>
|
||||
<option value="ROLE_ADMIN">Administrateur</option>
|
||||
</select>
|
||||
<input type="submit" class="bloc-plus" value="Créer"/>
|
||||
<input type="submit" class="bloc-button" value="Créer"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<h1>LE BLOG DES APPRENANTS</h1>
|
||||
</div>
|
||||
<div class="cover-text">
|
||||
<h2 id="titre-home">cliquez sur un utilisateur pour le modifier</h2>
|
||||
<h2 id="titre-home">Cliquez sur un utilisateur pour le modifier</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@ -36,7 +36,7 @@
|
||||
</tag>
|
||||
</tbody>
|
||||
</table>
|
||||
<a href="/users/new" class="bloc-plus">Nouvel utilisateur</a>
|
||||
<a href="/users/new" class="bloc-button">Nouvel utilisateur</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user