diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-04 20:28:36 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-04 20:28:36 +0000 |
| commit | c97d0fcee7e1aaee2e45bcf60823779ff9770f94 (patch) | |
| tree | 00f94d399474f1cd06d0accb363bb6d072c060c8 /htroot/IndexControlURLs_p.html | |
| parent | 77ee0765a45c9b3ecd4e0c57c87c0c9e6ecbcb04 (diff) | |
modified the domain list export function:
- used the new superfast domain list generation from the domain statistics
- better interactive behavior
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5118 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 5eb87f8ab..93c58f003 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
+#(reload)#::<meta http-equiv="REFRESH" content="5; url=/IndexControlURLs_p.html">#(/reload)#
<head>
<title>YaCy '#[clientname]#': Index Control</title>
#%env/templates/metas.template%#
@@ -76,13 +77,13 @@ <dd><input type="text" name="exportfilter" value=".*.*" size="20" maxlength="250" />
</dd>
<dt class="TableCellDark">Export Format</dt>
- <dd>Only Domain:
+ <dd>Only Domain <i>(superfast)</i>:
<input type="radio" name="format" value="dom-text" />Plain Text List (domains only)
- <input type="radio" name="format" value="dom-html" />HTML (domains as URLs, no title)<br />
- Full URL List:
+ <input type="radio" name="format" value="dom-html" checked="checked" />HTML (domains as URLs, no title)<br />
+ Full URL List <i>(high IO) </i>:
<input type="radio" name="format" value="url-text" />Plain Text List (URLs only)
<input type="radio" name="format" value="url-html" />HTML (URLs with title)
- <input type="radio" name="format" value="url-rss" checked="checked" />XML (RSS)
+ <input type="radio" name="format" value="url-rss" />XML (RSS)
<br />
</dd>
<dt class="TableCellLight"></dt>
@@ -95,7 +96,7 @@ #(/lurlexport)#
#(lurlexportfinished)#::
- <div class="commit">Finished export of #[urlcount]# URLs to file #[exportfile]#</div>::
+ <div class="commit">Finished export of #[urlcount]# URLs to file <a href="file://#[exportfile]#" target="_">#[exportfile]#</a></div>::
#(/lurlexportfinished)#
#(lurlexporterror)#::
|
