diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-07 22:56:42 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-07 22:56:42 +0000 |
| commit | 8f00c1e89659ff62399b3b179c05870104fa52d5 (patch) | |
| tree | 0e5dff0e8c21165cd60758ce57cb3e3816c96e8d /htroot/WatchWebStructure_p.html | |
| parent | 559d1c447f64e2429a2a558811a053542c60c576 (diff) | |
restrict number of nodes in web structure picture
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3822 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index e2b054c10..949e7832e 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -32,19 +32,21 @@ </dd> <dt>depth</dt> <dd> - <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthd]#&width=#[width]#&height=#[height]#"><img src="env/grafics/minus.gif" /></a> + <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthd]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#"><img src="env/grafics/minus.gif" /></a> <input type="text" name="depth" value="#[depth]#" size="1" maxlength="1" /> - <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#"><img src="env/grafics/plus.gif" /></a> + <a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#"><img src="env/grafics/plus.gif" /></a> </dd> <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> <dt> </dt> <dd><input type="submit" value="change" /></dd> </dl> </form> </div> -<img src="WebStructurePicture_p.png?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#" /> +<img src="WebStructurePicture_p.png?host=#[host]#&depth=#[depth]#&width=#[width]#&height=#[height]#&nodes=#[nodes]#" /> #%env/templates/footer.template%# </body> |
