Split it up a bit more and added a way to find and edit posts
This commit is contained in:
14
user/editpost.html
Normal file
14
user/editpost.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html><title>Edit post</title>
|
||||
<body>
|
||||
|
||||
<form action="editpost.php" method="get">
|
||||
Date: (YYYY-MM-DD) <input type="date" name="date">
|
||||
<br />
|
||||
Title: <input type="text" name="title">
|
||||
<br />
|
||||
<input type="submit" value="Find post">
|
||||
</form>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user