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.
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
{{template "header.html" . }}
|
|
<div class="colblock_left">
|
|
<div class="rowitem"><a>Control Panel</a></div>
|
|
<div class="rowitem passive"><a href="/panel/forums/">Forums</a></div>
|
|
<div class="rowitem passive"><a>Coming Soon</a></div>
|
|
<div class="rowitem passive"><a>Coming Soon</a></div>
|
|
<div class="rowitem passive"><a>Coming Soon</a></div>
|
|
<div class="rowitem passive"><a>Coming Soon</a></div>
|
|
</div>
|
|
<div class="colblock_right">
|
|
{{range .ItemList}}
|
|
<div class="rowitem"><a style="font-size: 20px;position:relative;top: -2px;font-weight: normal;text-transform: none;">{{.Name}}</a></div>
|
|
{{end}}
|
|
</div><br />
|
|
<div class="colblock_right">
|
|
<div class="rowitem"><a>Add Forum</a></div>
|
|
</div>
|
|
<div class="colblock_right">
|
|
<form action="/panel/forums/create/" method="post">
|
|
<div class="formrow">
|
|
<div class="formitem"><a>Forum Name</a></div>
|
|
<div class="formitem"><input name="forum-name" type="text" /></div>
|
|
</div>
|
|
<div class="formrow">
|
|
<div class="formitem"><button name="panel-button" class="formbutton">Add</div></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
{{template "footer.html" . }} |