28 lines
895 B
PHP
28 lines
895 B
PHP
<h2 class="title">New page</h2>
|
|
|
|
<form method="post" action="" class="forms">
|
|
|
|
<label>
|
|
Title <span class="forms-desc">Always nice to feel important.</span>
|
|
<input type="text" name="user-name" class="width-50">
|
|
</label>
|
|
|
|
<label for="text">
|
|
Text
|
|
<textarea rows="4" class="width-80"></textarea>
|
|
</label>
|
|
|
|
<label>
|
|
Description <span class="forms-desc">Short description no more than 150 characters.</span>
|
|
<input type="text" name="user-name" class="width-50" />
|
|
</label>
|
|
|
|
<label>
|
|
Tags <span class="forms-desc">Separeted by commas. E.g. tag1, tag2, tag3</span>
|
|
<input type="text" name="user-name" class="width-50" />
|
|
</label>
|
|
|
|
<button class="btn btn-blue"><i class="fa fa-sun-o fa-right"></i>Publish now</button>
|
|
<button class="btn"><i class="fa fa-circle-o fa-right"></i>Draft</button>
|
|
|
|
</form> |