[Ds-java-dev] svn commit r18567 - in
trunk/solutions/data-services/java/modules/www/resources/web:
. extensions/core/js
saminda at wso2.com
saminda at wso2.com
Mon Jun 23 05:12:51 PDT 2008
Author: saminda
Date: Mon Jun 23 05:12:51 2008
New Revision: 18567
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18567
Log:
updated to new screen
Added:
trunk/solutions/data-services/java/modules/www/resources/web/index.html
trunk/solutions/data-services/java/modules/www/resources/web/menu.html
trunk/solutions/data-services/java/modules/www/resources/web/top.html
Modified:
trunk/solutions/data-services/java/modules/www/resources/web/ds_main.html
trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/main.js
Modified: trunk/solutions/data-services/java/modules/www/resources/web/ds_main.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/ds_main.html?rev=18567&r1=18566&r2=18567&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/www/resources/web/ds_main.html (original)
+++ trunk/solutions/data-services/java/modules/www/resources/web/ds_main.html Mon Jun 23 05:12:51 2008
@@ -43,12 +43,12 @@
<li class="right"><img src="extensions/core/images/top-link-right.gif"/></li>
</ul>
</div>-->
- <div class="logo">
+ <!--<div class="logo">
<a href="ds_main.html"><img src="extensions/core/images/ds_logo.gif" alt="WSO2 Carbon"/></a>
- </div>
+ </div>-->
</div>
-<div id="left">
+<!--<div id="left">
<ul class="menu">
<li class="home"><a href="ds_main.html">Home</a></li>
<li><a href="#" onclick="addNewDataService(); return false;"><nobr>New Data
@@ -59,7 +59,7 @@
<li><a href="../main/index.html" ><nobr>Carbon Home</nobr></a></li>
<li class="bottom"> </li>
</ul>
-</div>
+</div>-->
<div id="middle">
<div id="divWelcomDSPage">
Modified: trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/main.js
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/main.js?rev=18567&r1=18566&r2=18567&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/main.js (original)
+++ trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/main.js Mon Jun 23 05:12:51 2008
@@ -4,5 +4,7 @@
/*Initialize the XSLT cache*/
wso2.wsf.XSLTHelper.init();
+
+ addNewDataService();
}
\ No newline at end of file
Added: trunk/solutions/data-services/java/modules/www/resources/web/index.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/index.html?pathrev=18567
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/modules/www/resources/web/index.html Mon Jun 23 05:12:51 2008
@@ -0,0 +1,22 @@
+<!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>WSO2 Data Services</title>
+</head>
+<frameset rows="68,*" cols="*" framespacing="1" frameborder="yes" border="1" bordercolor="#666666">
+ <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame"
+ title="topFrame"/>
+ <frameset rows="*" cols="244,*" framespacing="1" frameborder="yes" border="1"
+ bordercolor="#666666">
+ <frame src="menu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame"
+ title="leftFrame"/>
+ <frame src="ds_main.html" name="mainFrame" id="mainFrame" title="mainFrame"/>
+ </frameset>
+</frameset>
+<noframes>
+ <body>
+ </body>
+</noframes>
+</html>
Added: trunk/solutions/data-services/java/modules/www/resources/web/menu.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/menu.html?pathrev=18567
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/modules/www/resources/web/menu.html Mon Jun 23 05:12:51 2008
@@ -0,0 +1,36 @@
+<!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> </p>
+
+<p> </p>
+
+<p><strong>Home</strong></p>
+
+<p><strong>Manage</strong></p>
+<ul>
+ <li><a href="ds_main.html" target="mainFrame">DS Home</a></li>
+ <li>Logging</li>
+ <li>Security
+ <ul>
+ <li><a href="user-store-mgt.html" target="mainFrame">User Stores</a></li>
+ <li><a href="keystore-mgt.html" target="mainFrame">Key Stores </a></li>
+ </ul>
+ </li>
+ <li><a href="shutdown.html" target="mainFrame">Shutdown</a></li>
+ <li><a href="restart.html" target="mainFrame">Restart</a></li>
+</ul>
+<p><strong>Monitor</strong></p>
+<ul>
+ <li>Logs</li>
+ <li>Tracer</li>
+ <li>Statistics</li>
+</ul>
+</body>
+</html>
Added: trunk/solutions/data-services/java/modules/www/resources/web/top.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/top.html?pathrev=18567
==============================================================================
--- (empty file)
+++ trunk/solutions/data-services/java/modules/www/resources/web/top.html Mon Jun 23 05:12:51 2008
@@ -0,0 +1,15 @@
+<!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>
+<div align="center">
+ <h1><strong>WSO2 Data Services Management Console</strong>
+ </h1>
+</div>
+</body>
+</html>
More information about the Ds-java-dev
mailing list