aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorDiva Canto2009-09-25 07:38:05 -0700
committerDiva Canto2009-09-25 07:38:05 -0700
commitb2772b3a2ded5149db6cd31dab745c2369d74075 (patch)
tree4bdcf1c2d11768f57559459eddad6657b9615e3a /OpenSim/Tests
parentBetter guards on RegisterRegion in GridService. (diff)
downloadopensim-SC_OLD-b2772b3a2ded5149db6cd31dab745c2369d74075.zip
opensim-SC_OLD-b2772b3a2ded5149db6cd31dab745c2369d74075.tar.gz
opensim-SC_OLD-b2772b3a2ded5149db6cd31dab745c2369d74075.tar.bz2
opensim-SC_OLD-b2772b3a2ded5149db6cd31dab745c2369d74075.tar.xz
Added GridForm.html in Tests/Clients/Grid that shows how to interact with a grid server via regular Web forms. May be good for developing administrative tools.
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Clients/Grid/GridForm.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Tests/Clients/Grid/GridForm.html b/OpenSim/Tests/Clients/Grid/GridForm.html
new file mode 100644
index 0000000..252920f
--- /dev/null
+++ b/OpenSim/Tests/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>