diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-05 12:52:38 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-05 12:52:38 +0000 |
| commit | ef2395c2440c34141b14e904ef069f619539f4ec (patch) | |
| tree | 67128fe3f6e63124723fcb7e3c541686bbc25cf6 /htroot/WatchWebStructure_p.html | |
| parent | 30c3d909b12d17610b87171f23bbcf6bd41c1ee4 (diff) | |
use form instead of javascript
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3794 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 684f43aaa..3e3482cf4 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -10,15 +10,23 @@ #%env/templates/submenuCrawler.template%# <h2>Web Structure</h2> +<form action="/WatchWebStructure_p.html"> +<input type="hidden" name="width" value="#[width]#" /> +<input type="hidden" name="height" value="height]#" /> <table> <tr> <td valign="top"> <dl> -<dt>host</dt><dd><input type="text" value="#[host]#" id="host" onblur="changeHost()" onkeydown="keydown(event)"/></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> -</dd> + <dt>host</dt> + <dd> + <input type="text" value="#[host]#" name="host" id="host" /> + </dd> + <dt>depth</dt> + <dd><input type="text" name="depth" value="#[depth]#" /></dd> + </dd> + <dt> + <input type="submit" value="change" /> + </dt> </dl> </td> <td> @@ -28,6 +36,7 @@ </td> </tr> </table> +</form> #%env/templates/footer.template%# </body> </html> |
