Fixed some HTML spacings and added a user/admin page for the user directory
This commit is contained in:
parent
846f9144d9
commit
40de6d2290
@ -3,7 +3,7 @@
|
||||
|
||||
<form action="editpost.php" method="get">
|
||||
Date: (YYYY-MM-DD) <input type="date" name="date">
|
||||
<br />
|
||||
<br /><br />
|
||||
Title: <input type="text" name="title">
|
||||
<br />
|
||||
<input type="submit" value="Find post">
|
||||
|
13
user/index.html
Normal file
13
user/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html><title>simplog user interface</title>
|
||||
<body>
|
||||
|
||||
<h1>simplog user interface</h1>
|
||||
<p>
|
||||
<a href="newpost.html">Create new post</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="editpost.html">Edit existing post</a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -5,7 +5,7 @@
|
||||
Date: (YYYY-MM-DD) <input type="date" name="date">
|
||||
<br />
|
||||
Title: <input type="text" name="title">
|
||||
<br />
|
||||
<br /><br />
|
||||
Text: <br />
|
||||
<textarea cols="50" rows="10" name="post"></textarea>
|
||||
<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user