Switch to unified view

a/views/settings.tpl b/views/settings.tpl
1
%include header title=" / settings"
1
%include header title=" / settings"
2
<div id="settings-box">
2
<div id="settings-box">
3
<form action="set" method="get">
3
<form action="set" method="get">
4
    <b>Find similar</b> <small class="gray">(1 or 0, show "squats" and "squatter")</small>
4
    <b>Find similar</b> <small class="gray">(1 or 0, show "squats" and "squatter")</small>
5
    <input name="stem" value={{stem}}>
5
    <input name="stem" value={{stem}}>
6
  <b>Max results</b> <small class="gray">(maximum number of results to show)</small>
7
  <input name="maxresults" value={{maxresults}}>
6
    <hr>
8
    <hr>
7
    <b>Context words</b> <small class="gray">(number of words shown in search results)</small>
9
    <b>Context words</b> <small class="gray">(number of words shown in search results)</small>
8
    <input name="context" value={{context}}>
10
    <input name="context" value={{context}}>
9
    <b>Context characters</b> <small class="gray">(max characters in a snippet)</small>
11
    <b>Context characters</b> <small class="gray">(max characters in a snippet)</small>
10
    <input name="maxchars" value={{maxchars}}>
12
    <input name="maxchars" value={{maxchars}}>