Update internals for reply support, add error reasons, minor changes

This commit is contained in:
Elnu 2022-07-20 14:48:44 -07:00
parent 4a39b10afb
commit 1bea87f47f
6 changed files with 50 additions and 20 deletions

View file

@ -1,3 +1,4 @@
<link rel="icon" href="data:,">
<meta name="soudan-content-id" content="a">
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" type="text/css">
<link rel="stylesheet" href="/style.css">

View file

@ -1,3 +1,4 @@
<link rel="icon" href="data:,">
<meta name="soudan-content-id" content="b">
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" type="text/css">
<link rel="stylesheet" href="/style.css">

View file

@ -4,6 +4,7 @@ document.getElementById("soudan").innerHTML = `<h3>Make a comment</h3>
<label for="email">Email:</label> <input type="email" name="email">
<label for="text">Comment:</label>
<textarea name="text" required></textarea>
<input type="hidden" name="parent">
<input type="submit">
</form>
<h3 id="soudan-comments-header">Comments</h3>