Update internals for reply support, add error reasons, minor changes
This commit is contained in:
parent
4a39b10afb
commit
1bea87f47f
6 changed files with 50 additions and 20 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue