2016-04-11 20:38:59 +00:00
<div class='content-wrapper' id='settings'>
<form>
<strong>Browsing settings</strong>
<p>These settings are saved to the browser's local storage and are not coupled to the user account, so they don't apply to other devices or browsers alike.</p>
<div class='input'>
<ul>
<li>
2016-05-09 18:07:54 +00:00
<%= makeCheckbox( { text: 'Endless scroll', id: 'endless-scroll', name: 'endless-scroll', checked: browsingSettings.endlessScroll}) %>
2016-04-11 20:38:59 +00:00
<p class='hint'>Rather than using a paged navigation, smoothly scroll through the content.</p>
</li>
2016-04-14 19:01:33 +00:00
<li>
2016-05-09 18:07:54 +00:00
<%= makeCheckbox( { text: 'Enable keyboard shortcuts', id: 'keyboard-shortcuts', name: 'keyboard-shortcuts', checked: browsingSettings.keyboardShortcuts}) %>
2016-04-14 19:01:33 +00:00
<a class='append icon' href='/help/keyboard'><i class='fa fa-question-circle-o'></i></a>
</li>
2016-04-11 20:38:59 +00:00
</ul>
</div>
<div class='messages'></div>
<div class='buttons'>
<input type='submit' value='Save settings'/>
</div>
</form>
</div>