Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update public_settings.html

Cette révision appartient à :
MMP0 2017-05-29 20:13:27 +09:00 révisé par GitHub
Parent 14a7303f25
révision da896a65a7

Voir le fichier

@ -13,10 +13,10 @@
</select> </select>
<h3>{{call $.T "theme"}}</h3> <h3>{{call $.T "theme"}}</h3>
<select id="theme-selector" name="theme" class="form-input" onchange="switchThemes()"> <select id="theme-selector" name="theme" class="form-input" onchange="switchThemes()">
<option value="{{$.Theme}}" selected>{{call $.T "select"}}</option> <option value="{{$.Theme}}" selected>{{call $.T "theme_select"}}</option>
<option value="g">/g/</option> <option value="g">/g/</option>
<option value="tomorrow">Tomorrow</option> <option value="tomorrow">Tomorrow</option>
<option value="">None</option> <option value="">{{call $.T "theme_none"}}</option>
</select> </select>
</br> </br>
</br> </br>