diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-01-24 12:39:19 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-01-24 12:39:19 +0100 |
| commit | 0fe7b6fd3bedd2a0451cf7362db7b812a175fd4f (patch) | |
| tree | 5ef0cb1106ed705864f3ce418998ef576959efbc /htroot/IndexControlURLs_p.html | |
| parent | 1768c82010769976c22d5b99d772fa8a903dddf3 (diff) | |
migrated the index export methods from the old metadata to solr. Now
exports are done using solr queries. removed superfluous methods and
servlets.
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 3f7db9c6f..23b79b53a 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -77,7 +77,6 @@ function updatepage(str) { <dt class="TableCellDark">Retrieve by URL-Hash:</dt>
<dd><input type="text" name="urlhash" value="#[urlhash]#" size="40" maxlength="12" />
<input type="submit" name="urlhashsearch" value="Show Details for URL-Hash" class="submitready" style="width:240px;"/>
- <input type="submit" name="urlhashsimilar" value="Generate List" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -132,7 +131,7 @@ function updatepage(str) { <td>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
- <input type="hidden" name="hashpart" value="#[hashpart]#" />
+ <input type="hidden" name="domain" value="#[domain]#" />
<input type="hidden" name="lines" value="#[lines]#" />
<input type="submit" name="deletedomain" value="delete all" class="submitready" style="width:240px;"/>
</div>
@@ -206,13 +205,6 @@ function updatepage(str) { <div class="commit">Stored a solr dump to file #[dumpfile]#</div>::
#(/indexdump)#
- #(urlhashsimilar)#::<p>Sequential List of URL-Hashes:<br />
- #{rows}#
- #{cols}#<a href="/IndexControlURLs_p.html?urlhash=#[urlHash]#&urlhashsearch=1" class="tt">#[urlHash]#</a> #{/cols}#<br />
- #{/rows}#
- </p>
- #(/urlhashsimilar)#
-
#(genUrlProfile)#
::No entry found for URL-hash #[urlhash]#
::<iframe src="/api/yacydoc.html?urlhash=#[urlhash]#" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br />
|
