|
a/views/settings.tpl |
|
b/views/settings.tpl |
|
... |
|
... |
6 |
<b>Find similar</b> <small class="gray">(1 or 0, show "squats" and "squatter")</small>
|
6 |
<b>Find similar</b> <small class="gray">(1 or 0, show "squats" and "squatter")</small>
|
7 |
<input name="stem" value={{stem}}><br><br>
|
7 |
<input name="stem" value={{stem}}><br><br>
|
8 |
<hr>
|
8 |
<hr>
|
9 |
<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>
|
10 |
<input name="context" value={{context}}><br><br>
|
10 |
<input name="context" value={{context}}><br><br>
|
|
|
11 |
<b>Context characters</b> <small class="gray">(max characters in a snippet)</small>
|
|
|
12 |
<input name="maxchars" value={{maxchars}}><br><br>
|
11 |
<b>Time</b> <small class="gray">(time format string)</small>
|
13 |
<b>Time</b> <small class="gray">(time format string)</small>
|
12 |
<input name="timefmt" value={{timefmt}}><br><br>
|
14 |
<input name="timefmt" value={{timefmt}}><br><br>
|
13 |
<b>Folder depth</b> <small class="gray">(number of levels of the folder dropdown)</small>
|
15 |
<b>Folder depth</b> <small class="gray">(number of levels of the folder dropdown)</small>
|
14 |
<input name="dirdepth" value={{dirdepth}}><br><br>
|
16 |
<input name="dirdepth" value={{dirdepth}}><br><br>
|
15 |
<hr>
|
17 |
<hr>
|