diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-07 23:11:13 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-07 23:11:13 +0000 |
| commit | 5cae5e79c2c55d50be1221a4a8dff4560e68a96b (patch) | |
| tree | 35fdc7a7c1148632b19338dec38473b6b7d47f62 /htroot/WatchWebStructure_p.html | |
| parent | 8f00c1e89659ff62399b3b179c05870104fa52d5 (diff) | |
nice +/- buttons
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3823 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 949e7832e..c71e8f312 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -39,7 +39,11 @@ <dt>size</dt> <dd><input type="text" name="width" value="#[width]#" size="4" maxlength="4" /> x <input type="text" name="height" value="#[height]#" size="4" maxlength="4" /></dd> <dt>nodes</dt> - <dd><input type="text" name="nodes" value="#[nodes]#" size="4" maxlength="4" /></dd> + <dd> + <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodesd]#"><img src="env/grafics/minus.gif" /></a> + <input type="text" name="nodes" value="#[nodes]#" size="4" maxlength="4" /> + <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodesi]#"><img src="env/grafics/plus.gif" /></a> + </dd> <dt> </dt> <dd><input type="submit" value="change" /></dd> </dl> |
