b6a8c9978b
FossilOrigin-Name: 5cd1e33a10c1c311b4e991c0bc5ef786d8866909e074f5a1f12e48057ea4b3c1
46 lines
1.4 KiB
HTML
46 lines
1.4 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="ratfe20">RatFE 2.0 - Default, simple theme</option>
|
|
<option value="ratfe30">RatFE 3.0 - Flat, modern theme</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>
|