diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-01 13:58:48 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-01 13:58:48 +0000 |
| commit | d0f8254f95e2809e987d8d96e9f450f01d0f8d9c (patch) | |
| tree | 6e26a4d8f079403ff24c1e9472e5a3aa81c5bc43 /htroot/WatchWebStructure_p.html | |
| parent | 44bac7dea1698d38b0c2fbe2814ce588fc4180d1 (diff) | |
better refresh ui
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3779 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 921107414..1eb5708c1 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -3,6 +3,7 @@ <head> <title>YaCy '#[clientname]#': Web Structure</title> #%env/templates/metas.template%# +<script type="text/javascript" src="/js/WatchWebStructure.js"></script> </head> <body id="WebStructure" style="margin:0px;"> #%env/templates/header.template%# @@ -13,7 +14,7 @@ <tr> <td valign="top"> <dl> -<dt>host</dt><dd>#[host]#</dd> +<dt>host</dt><dd><input type="text" value="#[host]#" id="host" onblur="changeHost()" /></dd> <dt>depth</dt><dd>#[depth]#<br/> <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=#[depthi]#&width=#[width]#&height=#[height]#"><img src="env/grafics/plus.gif" /></a> |
