[Ds-java-dev] svn commit r16836 -
trunk/solutions/data-services/java/docs/design/storyboards
svn at wso2.org
svn at wso2.org
Sun May 11 23:46:32 PDT 2008
Author: dimuthul
Date: Sun May 11 23:46:32 2008
New Revision: 16836
Log:
Adding the user store management.
Added:
trunk/solutions/data-services/java/docs/design/storyboards/add_store_1.html
trunk/solutions/data-services/java/docs/design/storyboards/add_store_2.html
Modified:
trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html
Added: trunk/solutions/data-services/java/docs/design/storyboards/add_store_1.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_store_1.html Sun May 11 23:46:32 2008
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<strong>Manage Security > User Stores > Add Store</strong>
+<p>Please select a user realm available</p>
+<form id="form1" name="form1" method="get" action="add_store_2.html">
+<select>
+ <option value ="volvo">JDBC Realm</option>
+ <option value ="saab">LDAP Realm</option>
+</select>
+
+
+<table>
+ <tr>
+ <td height="21"> </td>
+ <td><input type="button" name="Submit1" value="Previous" /></td>
+ <td><input type="button" name="Submit3" value="Cancel" /></td>
+ <td> <input type="submit" name="Submit2" value="Next>>" /></td>
+ </tr>
+</table>
+</form>
+<p> </p>
+<p> </p>
+</body>
+</html>
Added: trunk/solutions/data-services/java/docs/design/storyboards/add_store_2.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_store_2.html Sun May 11 23:46:32 2008
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Untitled Document</title>
+</head>
+
+<body>
+<strong>Manage Security > User Stores > Add Store</strong>
+<p>Please select a user realm available</p>
+<form id="form1" name="form1" method="get" action="user-store-mgt.html">
+
+<p>Show user store paramters and add</p>
+
+<table>
+ <tr>
+ <td height="21"> </td>
+ <td><input type="button" name="Submit1" value="Previous" /></td>
+ <td><input type="button" name="Submit3" value="Cancel" /></td>
+ <td> <input type="submit" name="Submit2" value="Finish" /></td>
+ </tr>
+</table>
+</form>
+<p> </p>
+<p> </p>
+</body>
+</html>
Modified: trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html (original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/user-store-mgt.html Sun May 11 23:46:32 2008
@@ -38,7 +38,7 @@
<td height="21"> </td>
<td> </td>
<td> </td>
- <td><form id="form1" name="form1" method="post" action="">
+ <td><form id="form1" name="form1" method="post" action="add_store_1.html">
<label>
<input type="submit" name="Submit4" value="Add User Store..." />
</label>
More information about the Ds-java-dev
mailing list