mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Added this form that comes handy for testing the grid service in Robust.
This commit is contained in:
11
OpenSim/Tests/Robust/Clients/Grid/GridForm.html
Normal file
11
OpenSim/Tests/Robust/Clients/Grid/GridForm.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
|
||||
<form name="input" action="http://127.0.0.1:8002/grid" method="post">
|
||||
xmin:<input type="text" name="XMIN" value="0">
|
||||
xmax:<input type="text" name="XMAX" value="0">
|
||||
ymin:<input type="text" name="YMIN" value="0">
|
||||
ymax:<input type="text" name="YMAX" value="0">
|
||||
<input type="hidden" name="METHOD" value="get_region_range">
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
</html>
|
||||
Reference in New Issue
Block a user