treebird/static/config_appearance.html
me@ow.nekobit.net 3a2d946c88 Set background image
FossilOrigin-Name: db277a62fb31cfc43e4e38ca5915e1b77af042284c6cbb52c221509fb67ca8b6
2022-04-12 15:06:55 +00:00

36 lines
988 B
HTML

<div class="simple-page">
<form action="appearance" method="post" enctype="multipart/form-data">
<!-- Appearance -->
<h1>Appearance</h1>
<h3>Theme variant</h3>
<ul>
<li>
<label for="cfgthemevar">Theme variant</label>
<select name="theme" id="cfgthemevar">
<option value="treebird20">treebird 2.0 - Default, simple theme</option>
<option value="treebird40">treebird 4.0 - Flat, modern theme</option>
</select>
</li>
</ul>
<h3>Color Scheme</h3>
<ul>
<li>
<input type="radio" id="cfglight" name="themeclr" value="1" checked>
<label for="cfglight">Light</label>
</li>
<li>
<input type="radio" id="cfgdark" name="themeclr" value="2">
<label for="cfgdark">Dark</label>
</li>
</ul>
<h3>Background</h3>
<ul>
<li>
<input type="file" name="file">
</li>
</ul>
<input type="submit" value="Save">
</form>
</div>