diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-06-28 14:27:29 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-06-28 14:27:29 +0200 |
| commit | 03280fb16179710ad1902b7133f315856caf63b9 (patch) | |
| tree | 7849da557e9295da1b628cb006f11f54e3246407 /htroot/IndexControlURLs_p.html | |
| parent | 508a81b86ca2b11a7bde0175fe247c915b8bd418 (diff) | |
removed segments-concept and the Segments class:
the segments had been there to create a tenant-infrastructure but were
never be used since that was all much too complex. There will be a
replacement using a solr navigation using a segment field in the search
index.
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 8f9a6f291..18b5a2113 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -67,14 +67,6 @@ function updatepage(str) { <form action="IndexControlURLs_p.html" id="searchform" method="post" enctype="multipart/form-data" accept-charset="UTF-8" onkeyup="xmlhttpPost(); return false;">
<fieldset><legend>URL Retrieval</legend>
<dl>
- <dt class="TableCellDark">Select Segment:</dt>
- <dd>
- <select name="selectSegment" size="1">
- #{segments}#
- <option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option>
- #{/segments}#
- </select>
- </dd>
<dt class="TableCellDark">Retrieve by URL:</dt>
<dd><input type="text" name="urlstring" value="#[urlstring]#" size="40" maxlength="250" />
|
