Blog_IMIE/assets/html/post_edit.html
2019-03-06 16:40:32 +01:00

47 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<header>
<tag type="includes" file="header" />
</header>
<main class="test container">
<div class="bloc-post">
<div class="container-edit post column-cat">
<h2 class="title">
<tag type="editor" element="title" />
</h2>
<div class="etiquettes">
<span class="cat"><select>
<tag type="editor" element="categories" />
</select></span>
<span class="date">
<tag type="editor" element="datetime" />
</span>
</div>
<p class="post text">
<tag type="editor" element="content" />
</p>
<button class="bloc-plus submitPost">
Enregistrer
</button>
</div>
</div>
<div class="bloc-filter">
<p class="title-edit">Tags</p>
<tag type="editor" element="tags" />
</div>
</main>
</body>
<footer>
<tag type="includes" file="footer" />
</footer>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</html>