Fixed some HTML spacings and added a user/admin page for the user directory

This commit is contained in:
Jack-Benny Persson 2013-07-27 02:56:46 +02:00
parent 846f9144d9
commit 40de6d2290
3 changed files with 15 additions and 2 deletions

View File

@ -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
View 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>

View File

@ -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 />