aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Robust/Clients/Grid/GridForm.html
diff options
context:
space:
mode:
authorDiva Canto2015-05-10 21:16:12 -0700
committerDiva Canto2015-05-10 21:16:12 -0700
commit4b94fb8443ff2e6f0aa7b176ca81e5021d6f59b6 (patch)
tree7ca535d6df120021b930f043f14d628670525415 /OpenSim/Tests/Robust/Clients/Grid/GridForm.html
parentDeleted OpenSim.Tests.Client.GridClient and PresenceClient, as they have been... (diff)
downloadopensim-SC_OLD-4b94fb8443ff2e6f0aa7b176ca81e5021d6f59b6.zip
opensim-SC_OLD-4b94fb8443ff2e6f0aa7b176ca81e5021d6f59b6.tar.gz
opensim-SC_OLD-4b94fb8443ff2e6f0aa7b176ca81e5021d6f59b6.tar.bz2
opensim-SC_OLD-4b94fb8443ff2e6f0aa7b176ca81e5021d6f59b6.tar.xz
Added this form that comes handy for testing the grid service in Robust.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Robust/Clients/Grid/GridForm.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Tests/Robust/Clients/Grid/GridForm.html b/OpenSim/Tests/Robust/Clients/Grid/GridForm.html
new file mode 100644
index 0000000..252920f
--- /dev/null
+++ b/OpenSim/Tests/Robust/Clients/Grid/GridForm.html
@@ -0,0 +1,11 @@
1<html>
2
3<form name="input" action="http://127.0.0.1:8002/grid" method="post">
4xmin:<input type="text" name="XMIN" value="0">
5xmax:<input type="text" name="XMAX" value="0">
6ymin:<input type="text" name="YMIN" value="0">
7ymax:<input type="text" name="YMAX" value="0">
8<input type="hidden" name="METHOD" value="get_region_range">
9<input type="submit" value="Submit" />
10</form>
11</html>