diff options
| author | reger <reger18@arcor.de> | 2016-12-21 02:04:13 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-12-21 02:04:13 +0100 |
| commit | 8eb6fba59c665f5ece3151f1c4688fda5a5ba2b9 (patch) | |
| tree | a2b32bce6f75979adfafd0759e39e09e90c88da9 /htroot/ConfigSearchPage_p.html | |
| parent | c25e48e969f180dcc3c73863acbfcc383a182c8f (diff) | |
activate filetype navigator plugin and restrict config (append) of navs
to not already actives.
Dht results are now included in count this might over shoot on redundant
dht and solr, while the previous solr facet based was always low.
Diffstat (limited to 'htroot/ConfigSearchPage_p.html')
| -rw-r--r-- | htroot/ConfigSearchPage_p.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html index e2d27267d..ebc51257b 100644 --- a/htroot/ConfigSearchPage_p.html +++ b/htroot/ConfigSearchPage_p.html @@ -122,12 +122,6 @@ </ul></td> </tr> <tr> - <td><input type="checkbox" name="search.navigation.filetype" value="true" #(search.navigation.filetype)#::checked="checked" #(/search.navigation.filetype)# /></td> - <td><ul class="nav nav-sidebar menugroup" id="sidebarFiletypes" style="padding-left:15px; padding-right:10px;"> - <li><h3>Filetype</h3></li> - </ul></td> - </tr> - <tr> <td><input type="checkbox" name="search.navigation.hosts" value="true" #(search.navigation.hosts)#::checked="checked" #(/search.navigation.hosts)# /></td> <td><ul class="nav nav-sidebar menugroup" id="sidebarDomains" style="padding-left:15px; padding-right:10px;"> <li><h3>Provider</h3></li> @@ -287,10 +281,9 @@ var solr= $.getJSON("solr/collection1/select?q=*:*&defType=edismax&start=0&rows= <fieldset><legend>Add Navigators</legend> <label for="search.navigation.navname">append</label> <select type="text" name="search.navigation.navname"> - <option value="authors">Authors</option> - <option value="collections">Collection</option> - <option value="namespace">Wiki Name Space</option> - <option value="year">Year</option> + #{search.navigation.list}# + <option value="#[name]#">#[displayname]#</option> + #{/search.navigation.list}# </select> <button type="submit" name="add.nav" class="btn btn-xs btn-default" ><span class="glyphicon glyphicon-plus-sign" style="color: green"/></button><br> <label for="search.navigation.maxcount">max. items</label> |
