forked from NationStates/NationStatesPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforum_settings.html
37 lines (37 loc) · 1.43 KB
/
forum_settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<h1>NationStates++ Settings</h1>
<style type="text/css">
.indent {
margin-left:30px;
vertical-align: middle;
}
fieldset label {
vertical-align: middle;
}
</style>
<form id='settings'>
<div>
<input id='forum_enhancements' type="checkbox" style='vertical-align: middle;'/>
<label for='forum_enhancements'>Forum Enhancements</label>
</div>
<fieldset id='forum_enhancements_form'>
<div>
<input id='post_ids' class='indent' type="checkbox"/>
<label for='post_ids'>Show Post Ids</label>
</div>
<div>
<input id='egosearch_ignore' class='indent' type="checkbox"/>
<label for='egosearch_ignore'>Show Hide Topic Button in 'view your posts'</label>
</div>
<div>
<input id='hide_ads' class='indent' type="checkbox"/>
<label for='hide_ads'>Hide Ads</label>
</div>
</fieldset>
</form>
<div>
<button id='save_button' class='button ghbutton' style='margin:4px; font-size: 12px; font-weight: bold;'>Save</button>
<button id='reset_button' class='button ghbutton' style='margin:4px; font-size: 12px; font-weight: bold;'>Reset</button>
<button id='cancel_button' class='button ghbutton' style='margin:4px; font-size: 12px; font-weight: bold;'>Cancel</button>
</div>
<p><a href='http://www.nationstates.net/page=world?open_settings'>Looking for the Region Settings?</a></p>
<p style='font-style:italic; font-size:10px;'>NationStates++ v1.9</p>