Modify html pages
This commit is contained in:
parent
287bd4beab
commit
a2a5289f66
@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
<label for="username">Username: </label>
|
<label for="username">Username: </label>
|
||||||
<input type="text" name="username" value="" placeholder="Type your username">
|
<input type="text" name="username" value="" placeholder="Type your username">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="password">Password: </label>
|
<label for="password">Password: </label>
|
||||||
<input type="password" name="password" value="" placeholder="Type your password">
|
<input type="password" name="password" value="" placeholder="Type your password">
|
||||||
|
|
||||||
@ -19,6 +22,8 @@
|
|||||||
<!-- Token -->
|
<!-- Token -->
|
||||||
<input type="hidden" name="_token_" value="##TOKEN##">
|
<input type="hidden" name="_token_" value="##TOKEN##">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<button type="submit" name="login">Login</button>
|
<button type="submit" name="login">Login</button>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
@ -16,18 +16,28 @@
|
|||||||
<option value="kategori_4">Kategori 4</option>
|
<option value="kategori_4">Kategori 4</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="konten">Konten: </label>
|
<label for="konten">Konten: </label>
|
||||||
<textarea name="konten" rows="8" cols="120"></textarea>
|
<textarea name="konten" rows="3" cols="30"></textarea>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="first-approach">Dibuat pada: </label>
|
<label for="first-approach">Dibuat pada: </label>
|
||||||
<input type="text" name="first-approach" value="2017-08-28 15:20">
|
<input type="text" name="first-approach" value="2017-08-28 15:20">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="first-touch">Dibuat oleh: </label>
|
<label for="first-touch">Dibuat oleh: </label>
|
||||||
<input type="text" name="first-touch" value="User 1">
|
<input type="text" name="first-touch" value="User 1">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="edit">Diubah pada: </label>
|
<label for="edit">Diubah pada: </label>
|
||||||
<input type="text" name="edit" value="2017-08-28 15:34">
|
<input type="text" name="edit" value="2017-08-28 15:34">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="editor">Diubah oleh: </label>
|
<label for="editor">Diubah oleh: </label>
|
||||||
<input type="text" name="editor" value="User 2">
|
<input type="text" name="editor" value="User 2">
|
||||||
|
|
||||||
@ -40,6 +50,8 @@
|
|||||||
<!-- Token -->
|
<!-- Token -->
|
||||||
<input type="hidden" name="_token" value="##TOKEN##">
|
<input type="hidden" name="_token" value="##TOKEN##">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<button type="submit" name="edit">Edit</button>
|
<button type="submit" name="edit">Edit</button>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
@ -16,8 +16,10 @@
|
|||||||
<option value="kategori_4">Kategori 4</option>
|
<option value="kategori_4">Kategori 4</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<label for="konten">Konten</label>
|
<label for="konten">Konten</label>
|
||||||
<textarea name="konten" rows="8" cols="120"></textarea>
|
<textarea name="konten" rows="3" cols="30"></textarea>
|
||||||
|
|
||||||
<!-- Current Timestamp -->
|
<!-- Current Timestamp -->
|
||||||
<input type="hidden" name="_currts" value="##CURRENT_TIMESTAMP##">
|
<input type="hidden" name="_currts" value="##CURRENT_TIMESTAMP##">
|
||||||
|
Loading…
Reference in New Issue
Block a user