diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-10 20:57:04 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-10 20:57:04 +0000 |
| commit | e52c3eb79d0d8f1dbf84221806c2c4a48b0a2589 (patch) | |
| tree | 55b5427511505a9518c5d30a08bf3eddb9efc697 /htroot/Threaddump_p.html | |
| parent | 6c627dbdff1dc8a1f43c7972964c63e61c952c35 (diff) | |
added option to create a custom number of thread dumps in multiple thread dumps
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5592 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Threaddump_p.html')
| -rw-r--r-- | htroot/Threaddump_p.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html index fa1d63e44..c7551e51c 100644 --- a/htroot/Threaddump_p.html +++ b/htroot/Threaddump_p.html @@ -9,13 +9,20 @@ #%env/templates/header.template%# #%env/templates/submenuViewLog.template%#
<h2>Threaddump</h2>
- <form action="Threaddump_p.html" method="get" >
+ <table border="0" cellpadding="0" cellspacing="0"><tr>
+ <td><form action="Threaddump_p.html" method="get" >
<fieldset>
<input type="submit" name="singleThreaddump" value="Single Threaddump" />
+ </fieldset>
+ </form></td>
+
+ <td><form action="Threaddump_p.html" method="get" >
+ <fieldset>
+ <input type="text" name="count" value="#[count]#" size="4" maxlength="4" />
<input type="submit" name="multipleThreaddump" value="Multiple Dump Statistic" />
</fieldset>
- </form>
-
+ </form></td>
+ </tr></table>
<div>
<tt>#[content]#</tt>
|
