[mapguide-commits] r1056 - trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 16 20:23:23 EST 2007


Author: tonyfang
Date: 2007-01-16 20:23:22 -0500 (Tue, 16 Jan 2007)
New Revision: 1056

Added:
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddatamappingsform.html
Log:
RFC 2 - Unmanaged Data APIs
- add webtier API test pages for unmanaged data apis

Added: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html	2007-01-16 20:13:54 UTC (rev 1055)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddataform.html	2007-01-17 01:23:22 UTC (rev 1056)
@@ -0,0 +1,25 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<script type="text/javascript" src="setactiontarget.js" >
+</script>
+</head>
+<body>
+<form name="input" action="" method="get">
+<b>Operation:</b>
+<input type="text" name="OPERATION" value="ENUMERATEUNMANAGEDDATA" size="50">
+<p> Version:
+<input type="text" name="VERSION" value="1.0.0" size="10">
+<p> Locale:
+<input type="text" name="LOCALE" value="en" size="10">
+<p> Mapping Name:
+<input type="text" name="MAPPINGNAME" value="" size="30">
+<p> Data Filter Type:
+<input type="text" name="DATATYPEFILTER" value="" size="30">
+<p> Depth:
+<input type="text" name="DEPTH" value="-1" size="10">
+<p>
+<input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">
+</form>
+</body>
+</html>

Added: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddatamappingsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddatamappingsform.html	2007-01-16 20:13:54 UTC (rev 1055)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/enumerateunmanageddatamappingsform.html	2007-01-17 01:23:22 UTC (rev 1056)
@@ -0,0 +1,19 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<script type="text/javascript" src="setactiontarget.js" >
+</script>
+</head>
+<body>
+<form name="input" action="" method="get">
+<b>Operation:</b>
+<input type="text" name="OPERATION" value="ENUMERATEUNMANAGEDDATAMAPPINGS" size="50">
+<p> Version:
+<input type="text" name="VERSION" value="1.0.0" size="10">
+<p> Locale:
+<input type="text" name="LOCALE" value="en" size="10">
+<p>
+<input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">
+</form>
+</body>
+</html>



More information about the mapguide-commits mailing list