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

svn at wso2.org svn at wso2.org
Fri May 9 01:43:35 PDT 2008


Author: dimuthul
Date: Fri May  9 01:43:31 2008
New Revision: 16728

Log:

Adding story boards.



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

Added: trunk/solutions/data-services/java/docs/design/storyboards/add-user-store.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/add-user-store.html	Fri May  9 01:43:31 2008
@@ -0,0 +1,22 @@
+<!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>Name<input type="text" name="Name"/></p>
+<p>Description<input type="text" name="Description"/></p>
+<p>Please select roles and to this realm</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>

Added: trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/user-mgt.html	Fri May  9 01:43:31 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>
+<p>Add User Group</p>
+<form method="get" action="add-user-store.html">
+<p>Available realms</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">Realm 1 </div></label></td>
+    <td><div align="center">This is user group</div></td>
+    <td><div align="center">---Edit--- Delete ----</div></td>
+  </tr>
+  <tr>
+    <td height="21"><div align="center">Realm 2 </div></label></td>
+    <td><div align="center">This is user group </div></td>
+    <td><div align="center">---Edit--- Delete ----</div></td>
+  </tr>
+  <tr>
+    <td height="21"><div align="center">Realm 3 </div></label></td>
+    <td><div align="center">This is user group </div></td>
+    <td><div align="center">---Edit--- Delete ----</div></td>
+  </tr>
+</table>
+<input type="submit" value="Add"/>
+</form>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+</body>
+</html>



More information about the Ds-java-dev mailing list