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

svn at wso2.org svn at wso2.org
Mon May 12 00:58:49 PDT 2008


Author: dimuthul
Date: Mon May 12 00:58:47 2008
New Revision: 16841

Log:
Story boards.



Added:
   trunk/solutions/data-services/java/docs/design/storyboards/user-group-mgt.html
Removed:
   trunk/solutions/data-services/java/docs/design/storyboards/sec-info.html
Modified:
   trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html
   trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html
   trunk/solutions/data-services/java/docs/design/storyboards/menu.html
   trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html

Modified: trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_group_1.html	Mon May 12 00:58:47 2008
@@ -5,10 +5,24 @@
 <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>
-
+<strong>Manage Security &gt; User Groups &gt; Add</strong>
+<p>Please select a user store</p>
+<form id="form1" name="form1" method="get" action="add_group_2.html">
+<select>
+  <option value ="volvo">UserStore 1</option>
+  <option value ="saab">UserStore 2</option>
+</select>
+
+
+<table>
+  <tr>
+    <td height="21">&nbsp;</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>&nbsp;</p>
 <p>&nbsp;</p>
 </body>

Modified: trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add_group_2.html	Mon May 12 00:58:47 2008
@@ -3,18 +3,17 @@
 <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>Please select user to the 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>
+<p><input type="checkbox" name="roles" value="user1"/>user1</p>
+<p><input type="checkbox" name="roles" value="user2"/>user2</p>
+<p><input type="checkbox" name="roles" value="user3"/>user3</p>
 <input type="submit" value="submit"/>
 </form>
 <p>&nbsp;</p>

Modified: trunk/solutions/data-services/java/docs/design/storyboards/menu.html
==============================================================================
--- trunk/solutions/data-services/java/docs/design/storyboards/menu.html	(original)
+++ trunk/solutions/data-services/java/docs/design/storyboards/menu.html	Mon May 12 00:58:47 2008
@@ -16,7 +16,7 @@
   <li>Security
     <ul>
       <li><a href="user-store-mgt.html" target="mainFrame">User Stores</a></li>
-      <li><a href="user-mgt.html" target="mainFrame">User Groups</a></li>
+      <li><a href="user-group-mgt.html" target="mainFrame">User Groups</a></li>
       <li><a href="keystore-mgt.html" target="mainFrame">Key Stores</a></li>
     </ul>
   </li>

Added: trunk/solutions/data-services/java/docs/design/storyboards/user-group-mgt.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/user-group-mgt.html	Mon May 12 00:58:47 2008
@@ -0,0 +1,38 @@
+<!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 &gt; User Groups</strong>
+<form method="get" action="add_group_1.html">
+<p>Available groups</p>
+<table width="767" border="0">
+  <tr>
+    <td width="73"><div align="center"><strong>Name</strong></div></td>
+    <td width="220"><div align="center"><strong>Description</strong></div></td>
+    <td width="150"><div align="center"><strong>Actions</strong></div></td>
+  </tr>
+  <tr>
+    <td height="21"><div align="center">Group 1 </div></label></td>
+    <td><div align="center">This is user group</div></td>
+    <td><div align="center">Veiw --- Edit --- Delete ----</div></td>
+  </tr>
+  <tr>
+    <td height="21"><div align="center">Group 2 </div></label></td>
+    <td><div align="center">This is user group </div></td>
+    <td><div align="center">Veiw --- Edit--- Delete ----</div></td>
+  </tr>
+  <tr>
+    <td height="21"><div align="center">Group 3 </div></label></td>
+    <td><div align="center">This is user group </div></td>
+    <td><div align="center">Veiw --- Edit --- Delete ----</div></td>
+  </tr>
+</table>
+<input type="submit" value="Add"/>
+</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	Mon May 12 00:58:47 2008
@@ -5,9 +5,9 @@
 <title>Untitled Document</title></head>
 
 <body>
-<p>Add User Group</p>
+<strong>Manage Security &gt; User Groups</strong>
 <form method="get" action="add_group_1.html">
-<p>Available realms</p>
+<p>Available groups</p>
 <table width="767" border="0">
   <tr>
     <td width="73"><div align="center"><strong>Name</strong></div></td>
@@ -15,19 +15,19 @@
     <td width="150"><div align="center"><strong>Actions</strong></div></td>
   </tr>
   <tr>
-    <td height="21"><div align="center">Realm 1 </div></label></td>
+    <td height="21"><div align="center">Group 1 </div></label></td>
     <td><div align="center">This is user group</div></td>
-    <td><div align="center">---Edit--- Delete ----</div></td>
+    <td><div align="center">Veiw --- Edit --- Delete ----</div></td>
   </tr>
   <tr>
-    <td height="21"><div align="center">Realm 2 </div></label></td>
+    <td height="21"><div align="center">Group 2 </div></label></td>
     <td><div align="center">This is user group </div></td>
-    <td><div align="center">---Edit--- Delete ----</div></td>
+    <td><div align="center">Veiw --- Edit--- Delete ----</div></td>
   </tr>
   <tr>
-    <td height="21"><div align="center">Realm 3 </div></label></td>
+    <td height="21"><div align="center">Group 3 </div></label></td>
     <td><div align="center">This is user group </div></td>
-    <td><div align="center">---Edit--- Delete ----</div></td>
+    <td><div align="center">Veiw --- Edit --- Delete ----</div></td>
   </tr>
 </table>
 <input type="submit" value="Add"/>



More information about the Ds-java-dev mailing list