diff options
| author | lulabad <lulabad@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-03-16 09:03:52 +0000 |
|---|---|---|
| committer | lulabad <lulabad@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-03-16 09:03:52 +0000 |
| commit | 995b5a2b27204e83ea40eb10ec6a04c2051dd3ce (patch) | |
| tree | 3259f34909060659a07685d93abdffaa991f9328 /htroot/Threaddump_p.html | |
| parent | f51bad8ae560358f3ed2f1fb52a8fda49f385c79 (diff) | |
added Threaddump Servlet, see http://forum.yacy-websuche.de/viewtopic.php?f=9&t=862
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4568 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Threaddump_p.html')
| -rw-r--r-- | htroot/Threaddump_p.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html new file mode 100644 index 000000000..e78f96c9b --- /dev/null +++ b/htroot/Threaddump_p.html @@ -0,0 +1,22 @@ +<!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">
+<head>
+ <title>YaCy '#[clientname]#': Threaddump</title>
+ #%env/templates/metas.template%#
+</head>
+<body id="Threaddump">
+ #%env/templates/header.template%#
+ <h2>Threaddump</h2>
+ <form action="Threaddump_p.html" method="get" >
+ <fieldset>
+ <input type="submit" name="createThreaddump" value="create Threaddump" />
+ </fieldset>
+ </form>
+
+
+ <div>
+ #(dump)#::#[content]##(/dump)#
+ </div>
+ #%env/templates/footer.template%#
+</body>
+</html>
|
