treebird/static/config.html
me@ow.nekobit.net 40d411eac2 Treebird rename + Contributors
FossilOrigin-Name: cda981b0d0981fecb211e7119a1eda982891f589a1d7dde5515a7893c1ddba12
2022-03-13 00:35:46 +00:00

48 lines
1.5 KiB
HTML

<div class="simple-page">
<form action="config" method="post">
<h1>General</h1>
<h3>JavaScript</h3>
<ul>
<li>
<input type="checkbox" id="cfgjsactions" name="jsactions">
<label for="cfgjsactions">Quick actions - Likes, Boosts, etc done in background</label>
</li>
<li>
<input type="checkbox" id="cfgjsreply" name="jsreply">
<label for="cfgjsreply">Quick reply - Replies don't require redirects</label>
</li>
<li>
<input type="checkbox" id="cfgjslive" name="jslive">
<label for="cfgjslive">Live statuses - Statuses fetch on the fly</label>
</li>
</ul>
<!-- 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="treebird30">treebird 3.0 - Flat, modern theme</option>
<option value="treebird10">treebird Minimal - For netsurf, old browsers, minimal styling</option>
</select>
</li>
</ul>
<h3>Color Scheme</h3>
<ul>
<li>
<input type="radio" id="cfglight" name="themeclr" value="light" checked>
<label for="cfglight">Light</label>
</li>
<li>
<input type="radio" id="cfgdark" name="themeclr" value="dark">
<label for="cfgdark">Dark</label>
</li>
</ul>
<input type="submit" value="Save">
</form>
</div>