Zaktualizuj 'admin-zone/add_post.php'
This commit is contained in:
parent
f3bc8ecd9d
commit
a2356c7994
@ -50,21 +50,24 @@ else{
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<form method="post" action="insert.php" ENCTYPE="multipart/form-data">
|
||||
<div class="addPostForm">
|
||||
<p>Tytul posta</p>
|
||||
<input type="text" name="title" size="120">
|
||||
<p>Meta opis</p>
|
||||
<input name="meta_desc" size="120">
|
||||
<p>Treść posta</p>
|
||||
<textarea name="post_text" id="editor1" rows="10" cols="80"></textarea>
|
||||
<p>Zdjęcie posta</p>
|
||||
<label>Wybierz zdjęcie:</label>
|
||||
<input type="file" name="avatar" accept="image/*" required />
|
||||
<input type="submit" class="btn btn-success" value="Dodaj post">
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="flex-row">
|
||||
<div class="flex-column">
|
||||
<form method="post" action="insert.php" ENCTYPE="multipart/form-data">
|
||||
<div class="addPostForm">
|
||||
<p>Tytuł</p>
|
||||
<input type="text" class="form-control" name="title" size="120">
|
||||
<p>Meta opis</p>
|
||||
<input type="text" class="form-control" name="meta_desc" size="120">
|
||||
<p>Treść posta</p>
|
||||
<textarea name="post_text" id="editor1" rows="10" cols="80"></textarea>
|
||||
<p>Zdjęcie posta</p>
|
||||
<label>Wybierz zdjęcie:</label>
|
||||
<input type="file" name="avatar" accept="image/*" required />
|
||||
<input type="submit" class="btn btn-success" value="Dodaj post">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user