summaryrefslogtreecommitdiff
path: root/htroot/ServerScannerList.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-08-12 10:31:01 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-08-12 10:31:01 +0000
commit606c5a9b40e001cee5339f627c0e0cbd24afe228 (patch)
tree8624f5f73a93e844856739f1d8df7018e79b753d /htroot/ServerScannerList.html
parent0a3ab7da1bb5dc6117a99a52b7605f196220bce5 (diff)
added a serlvet that shows all scanned servers inside of the yacyinteractive search page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7869 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ServerScannerList.html')
-rw-r--r--htroot/ServerScannerList.html62
1 files changed, 62 insertions, 0 deletions
diff --git a/htroot/ServerScannerList.html b/htroot/ServerScannerList.html
new file mode 100644
index 000000000..2fe2efc6c
--- /dev/null
+++ b/htroot/ServerScannerList.html
@@ -0,0 +1,62 @@
+<!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" xml:lang="en" >
+ <head>
+ <title>YaCy '#[clientname]#': Network Scanner Monitor</title>
+ #%env/templates/metas.template%#
+ </head>
+ <body id="IndexCreate">
+#(embedded)#
+#%env/templates/header.template%#
+<h2>Network Scanner Monitor</h2>
+::
+#%env/templates/embeddedheader.template%#
+#(/embedded)#
+
+ #(servertable)#::
+ <p>
+ The following servers can be searched:
+ </p>
+ <form id="servertable" action="CrawlStartScanner_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" ><fieldset>
+ <legend><label for="servertable">Available server within the given IP range</label></legend>
+ <table class="sortable" border="0" cellpadding="2" cellspacing="1">
+ <tr class="TableHeader" valign="bottom">
+ #(edit)#::
+ <th class="sorttable_nosort">
+ <input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" />
+ </th>
+ #(/edit)#
+ <th>Protocol</th>
+ <th>IP</th>
+ <th>URL</th>
+ <th>Access</th>
+ <th>Process</th>
+ </tr>
+ #{list}#
+ <tr class="TableCellLight">
+ #(edit)#::
+ <td align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" #(preselected)#::checked="checked"#(/preselected)# /></td>
+ #(/edit)#
+ <td>#[protocol]#</td>
+ <td><a href="#[url]#">#[ip]#</a></td>
+ <td><a href="#[url]#">#[url]#</a></td>
+ #(accessUnknown)#::<td class="info">unknown</td>#(/accessUnknown)#
+ #(accessEmpty)#::<td class="info">empty</td>#(/accessEmpty)#
+ #(accessGranted)#::<td class="commit">granted</td>#(/accessGranted)#
+ #(accessDenied)#::<td class="error">denied</td>#(/accessDenied)#
+ #(process)#<td class="info">not in index</td>::<td class="commit">indexed</td>#(/process)#
+ </tr>
+ #{/list}#
+ </table>
+ #(edit)#::
+ <p>
+ <input type="hidden" name="num" value="#[num]#" />
+ <input type="submit" name="crawl" value="Add Selected Servers to Crawler" />
+ </p>
+ #(/edit)#
+ </fieldset></form>
+ #(/servertable)#
+
+
+ #%env/templates/footer.template%#
+ </body>
+</html>