689b1a804b
Added an executable file. Only works on Windows, if it doesn't work, then try building it for yourself with build.bat or go build Tweaked run.bat to make it more firewall friendly. It now generates an executable. Moved the files around to make it more organised. Added build.bat which you can use to build the program for you and install the libraries the software depends on.
19 lines
678 B
HTML
19 lines
678 B
HTML
{{template "header.html" . }}
|
|
<div class="rowblock">
|
|
<div class="rowitem"><a>Create Topic</a></div>
|
|
</div>
|
|
<div class="rowblock">
|
|
<form action="/topic/create/submit/" method="post">
|
|
<div class="formrow">
|
|
<div class="formitem"><a>Topic Name</a></div>
|
|
<div class="formitem"><input name="topic-name" type="text" placeholder="Topic Name" /></div>
|
|
</div>
|
|
<div class="formrow">
|
|
<div class="formitem"><textarea name="topic-content" placeholder="Insert content here"></textarea></div>
|
|
</div>
|
|
<div class="formrow">
|
|
<div class="formitem"><button name="topic-button" class="formbutton">Create Topic</div></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
{{template "footer.html" . }} |