[Ds-java-dev] svn commit r16821 - trunk/solutions/data-services/java/docs/design/storyboards

svn at wso2.org svn at wso2.org
Sun May 11 22:14:12 PDT 2008


Author: dimuthul
Date: Sun May 11 22:14:12 2008
New Revision: 16821

Log:
Adding the user store.



Added:
   trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html
   trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html
Removed:
   trunk/solutions/data-services/java/docs/design/storyboards/add-user-store.html
Modified:
   trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html

Added: trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html	Sun May 11 22:14:12 2008
@@ -0,0 +1,17 @@
+<!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>
+<p>Add User Group</p>
+<form method="get" action="add_group_2.html">
+<p>Please select a store type</p>
+
+<input type="submit" value="submit"/>
+</form>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+</body>
+</html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html	Sun May 11 22:14:12 2008
@@ -0,0 +1,23 @@
+<!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>
+<p>Add User Group</p>
+<form method="get" action="user-mgt.html">
+<p>User store type will appear here</p>
+<p>Name<input type="text" name="Name"/></p>
+<p>Description<input type="text" name="Description"/></p>
+<p>Please select roles and to this user group</p>
+<p>Roles</p>
+<p><input type="checkbox" name="roles" value="role1"/>role1</p>
+<p><input type="checkbox" name="roles" value="role2"/>role2</p>
+<p><input type="checkbox" name="roles" value="role3"/>role3</p>
+<input type="submit" value="submit"/>
+</form>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+</body>
+</html>

Modified: trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html	Sun May 11 22:14:12 2008
@@ -6,7 +6,7 @@
 
 <body>
 <p>Add User Group</p>
-<form method="get" action="add-user-store.html">
+<form method="get" action="add_group_1.html">
 <p>Available realms</p>
 <table width="767" border="0">
   <tr>



More information about the Ds-java-dev mailing list