|
a/views/settings.tpl |
|
b/views/settings.tpl |
|
... |
|
... |
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>
|
6 |
<b>Max results</b> <small class="gray">(maximum number of results to show)</small>
|
7 |
<input name="maxresults" value={{maxresults}}>
|
7 |
<input name="maxresults" value={{maxresults}}>
|
8 |
<hr>
|
8 |
<hr>
|
|
|
9 |
<b>Results per page</b> <small class="gray">(0 for no pagination)</small>
|
|
|
10 |
<input name="perpage" value={{perpage}}>
|
9 |
<b>Context words</b> <small class="gray">(number of words shown in search results)</small>
|
11 |
<b>Context words</b> <small class="gray">(number of words shown in search results)</small>
|
10 |
<input name="context" value={{context}}>
|
12 |
<input name="context" value={{context}}>
|
11 |
<b>Context characters</b> <small class="gray">(max characters in a snippet)</small>
|
13 |
<b>Context characters</b> <small class="gray">(max characters in a snippet)</small>
|
12 |
<input name="maxchars" value={{maxchars}}>
|
14 |
<input name="maxchars" value={{maxchars}}>
|
13 |
<b>Time</b> <small class="gray">(time format string)</small>
|
15 |
<b>Time</b> <small class="gray">(time format string)</small>
|