mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-24 08:46:24 -07:00
Completely redo front.html to make it more mobile-friendly
Also add Photon theme
This commit is contained in:
parent
06ec16938c
commit
d558bcc0d0
22 changed files with 338 additions and 252 deletions
|
@ -3,8 +3,7 @@
|
|||
<table id="board-options">
|
||||
<tr><th class="option-column">Option</th><th class="value-column">Value</th></tr>
|
||||
<tr><td>Directory</td><td><input type="text" name="dir" value="" /></td></tr>
|
||||
<tr><td>Section</td><td><select name="section" selected="0">
|
||||
<option value="none">Select section...</option>{{range $_, $section := .section_arr}}
|
||||
<tr><td>Section</td><td><select name="section" selected="0">{{range $_, $section := .section_arr}}
|
||||
<option value="{{$section.ID}}">{{$section.Name}}</option>{{end}}
|
||||
</select></td></tr>
|
||||
<tr><td>Order</td><td><input type="text" name="order" value="0" /></td></tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue