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

svn at wso2.org svn at wso2.org
Wed May 7 23:16:54 PDT 2008


Author: azeez
Date: Wed May  7 23:16:41 2008
New Revision: 16659

Log:

added frame

Added:
   trunk/solutions/data-services/java/docs/design/storyboards/index.html
   trunk/solutions/data-services/java/docs/design/storyboards/menu.html
   trunk/solutions/data-services/java/docs/design/storyboards/top.html

Added: trunk/solutions/data-services/java/docs/design/storyboards/index.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/index.html	Wed May  7 23:16:41 2008
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.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>
+
+<frameset rows="*" cols="184,*" frameborder="no" border="0" framespacing="0">
+  <frame src="menu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
+  <frameset rows="93,*" cols="*" framespacing="0" frameborder="no" border="0">
+    <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
+    <frame src="service-mgt.html" name="mainFrame" id="mainFrame" title="mainFrame" />
+  </frameset>
+</frameset>
+<noframes><body>
+</body>
+</noframes></html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/menu.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/menu.html	Wed May  7 23:16:41 2008
@@ -0,0 +1,18 @@
+<!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>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>Manage</p>
+<ul>
+  <li>Services	</li>
+</ul>
+</body>
+</html>

Added: trunk/solutions/data-services/java/docs/design/storyboards/top.html
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/docs/design/storyboards/top.html	Wed May  7 23:16:41 2008
@@ -0,0 +1,11 @@
+<!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>WSO2 Data  Services Management Console</strong>
+</body>
+</html>



More information about the Ds-java-dev mailing list