Cleaned up ugly HTML and renamed index.php to simplog.php
This commit is contained in:
17
user/edit.php
Normal file
17
user/edit.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
require "../includes/htmlcode.php";
|
||||
start_html("Find post to edit");
|
||||
?>
|
||||
|
||||
<h1>Find post to edit</h1>
|
||||
<form action="editpost.php" method="get">
|
||||
Date: (YYYY-MM-DD) <input type="date" name="date">
|
||||
<br /><br />
|
||||
Title: <input type="text" name="title">
|
||||
<br />
|
||||
<input type="submit" value="Find post">
|
||||
</form>
|
||||
|
||||
<?php
|
||||
end_html();
|
||||
?>
|
Reference in New Issue
Block a user