use form instead of javascript

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3794 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 18 years ago
parent 30c3d909b1
commit ef2395c244

@ -10,15 +10,23 @@
#%env/templates/submenuCrawler.template%# #%env/templates/submenuCrawler.template%#
<h2>Web Structure</h2> <h2>Web Structure</h2>
<form action="/WatchWebStructure_p.html">
<input type="hidden" name="width" value="#[width]#" />
<input type="hidden" name="height" value="height]#" />
<table> <table>
<tr> <tr>
<td valign="top"> <td valign="top">
<dl> <dl>
<dt>host</dt><dd><input type="text" value="#[host]#" id="host" onblur="changeHost()" onkeydown="keydown(event)"/></dd> <dt>host</dt>
<dt>depth</dt><dd>#[depth]#<br/> <dd>
<a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthd]#&width=#[width]#&height=#[height]#"><img src="env/grafics/minus.gif" /></a> <input type="text" value="#[host]#" name="host" id="host" />
<a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#"><img src="env/grafics/plus.gif" /></a> </dd>
</dd> <dt>depth</dt>
<dd><input type="text" name="depth" value="#[depth]#" /></dd>
</dd>
<dt>
<input type="submit" value="change" />
</dt>
</dl> </dl>
</td> </td>
<td> <td>
@ -28,6 +36,7 @@
</td> </td>
</tr> </tr>
</table> </table>
</form>
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>
</html> </html>

Loading…
Cancel
Save