You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/07 07:39:20 UTC

[05/17] removing billing, payment and sso-mgt components since they are not going to use Apache Stratos

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-cep/login_ajaxprocessor.jsp
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-cep/login_ajaxprocessor.jsp b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-cep/login_ajaxprocessor.jsp
deleted file mode 100644
index 455fd39..0000000
--- a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-cep/login_ajaxprocessor.jsp
+++ /dev/null
@@ -1,245 +0,0 @@
-<!--
-~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-~
-~ WSO2 Inc. licenses this file to you under the Apache License,
-~ Version 2.0 (the "License"); you may not use this file except
-~ in compliance with the License.
-~ You may obtain a copy of the License at
-~
-~ http://www.apache.org/licenses/LICENSE-2.0
-~
-~ Unless required by applicable law or agreed to in writing,
-~ software distributed under the License is distributed on an
-~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~ KIND, either express or implied. See the License for the
-~ specific language governing permissions and limitations
-~ under the License.
--->
-
-<%@page import="org.wso2.carbon.ui.CarbonUIMessage"%>
-<%@ page import="org.wso2.carbon.stratos.common.constants.StratosConstants" %>
-
-<%@ page import="org.wso2.carbon.identity.sso.saml.ui.SAMLSSOProviderConstants" %>
-<%@ page import="org.wso2.stratos.identity.saml2.sso.mgt.ui.Util" %>
-<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
-<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar"
-           prefix="carbon" %>
-
-
-<!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=utf-8"/>
-    <title>WSO2 Stratos Identity</title>
-    <link href="../carbon/admin/css/global.css" rel="stylesheet" type="text/css" media="all"/>
-    <link href="../carbon/styles/css/main.css" rel="stylesheet" type="text/css" media="all"/>
-    <link media="all" type="text/css" rel="stylesheet"
-          href="../carbon/stratos-cep/css/stratos-loginpage.css"/>
-
-    <link href="../carbon/dialog/css/jqueryui/jqueryui-themeroller.css" rel="stylesheet" type="text/css"
-          media="all"/>
-    <link href="../carbon/dialog/css/dialog.css" rel="stylesheet" type="text/css" media="all"/>
-    <link rel="icon" href="../carbon/admin/images/favicon.ico" type="image/x-icon"/>
-    <link rel="shortcut icon" href="../carbon/admin/images/favicon.ico" type="image/x-icon"/>
-
-    <script type="text/javascript" src="../carbon/admin/js/jquery.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/jquery.form.js"></script>
-    <script type="text/javascript" src="../carbon/dialog/js/jqueryui/jquery-ui.min.js"></script>
-
-    <script type="text/javascript" src="../carbon/admin/js/main.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/WSRequest.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/cookies.js"></script>
-    <script src="../carbon/yui/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
-    <script src="../carbon/admin/js/widgets.js" type="text/javascript"></script>
-
-</head>
-<body>
-<jsp:include page="../carbon/admin/jsp/browser_checker.jsp" />
-<div id="dcontainer"></div>
-<script type="text/javascript" src="../carbon/dialog/js/dialog.js"></script>
-<fmt:bundle basename="org.wso2.stratos.identity.saml2.sso.mgt.ui.i18n.Resources">
-    <%
-        String errorMessage = "login.fail.message";
-        String tenantRegistrationPageURL = Util.getTenantRegistrationPageURL();
-
-        if (request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE) != null &&
-            (Boolean)request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE)) {
-            if(request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE_MSG) != null){
-                errorMessage = (String) request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE_MSG);
-            }
-    %>
-    <script type="text/javascript">
-        jQuery(document).ready(function() {
-            CARBON.showWarningDialog('<fmt:message key="<%=errorMessage%>"/>');
-        });
-    </script>
-    <%
-        }  else if (request.getSession().getAttribute(CarbonUIMessage.ID) !=null) {
-            CarbonUIMessage carbonMsg = (CarbonUIMessage)request.getSession().getAttribute(CarbonUIMessage.ID);
-            %>
-            
-                <script type="text/javascript">
-                    jQuery(document).ready(function() {
-                        CARBON.showErrorDialog("<%=carbonMsg.getMessage()%>");
-                    });
-                </script>
-      <%}
-    %>
-    <script type="text/javascript">
-        function doLogin() {
-            var loginForm = document.getElementById('loginForm');
-            loginForm.submit();
-        }
-        function doRegister() {
-            document.getElementById('registrationForm').submit();
-        }
-    </script>
-		<div id="login-content">
-					<div class="main-text">
-                        WSO2 CEP is a extremely high performing complex event processor that identifies the most meaningful events within the event cloud, analyzes their impacts, and acts on them in real time by triggering output events.
-					</div>
-					<div class="clear"></div>
-					<div class="feature feature-left">
-						<img src="../carbon/stratos-cep/images/feature-01-icon.gif"/>
-						<h2>Real-Time Processing</h2>
-						<p>
-                            Contains different queries for processing input event streams and trigger output events in real-time.
-						</p>
-					</div>
-					<div class="feature">
-						<img src="../carbon/stratos-cep/images/feature-02-icon.gif"/>
-						<h2>Enterprise Integration</h2>
-						<p>
-                            Receive and publish multiple events types via brokers such as, Local, WS-Event, JMS and Agent.
-						</p>
-					</div>
-					<div class="feature">
-					 	<img src="../carbon/stratos-cep/images/feature-03-icon.gif"/>
-						<h2>Monitoring CEP</h2>
-						<p>
-                            Shows real-time query execution statistics of all CEP operations in pre Bucket, per Broker and per Topic based charts.
-						</p>
-					</div>
-					<div class="clear"></div>
-					<form action="<%=tenantRegistrationPageURL%>" id="registrationForm">
-				                    <input type="hidden" name="<%=StratosConstants.ORIGINATED_SERVICE%>"
-				                           value=<%=Util.getStratosServiceName(request.getRequestURI())%>/>
-							<a class="register-button" onclick="doRegister()">Get Started Now for FREE!</a>
-				        </form>
-					<table class="ad">
-						<tr>
-						<td>
-
-			                                <h2 class="stratos-Signin"><fmt:message key="sign.in"/></h2>
-			                                <div class="sign-in-box">
-			                                    <table style="width:100%">
-			    `                                   <tr>
-			                                            <td class="user_pass_td">
-			                                                <h3>Login Using Username & Password</h3>
-			
-			                                                <form action="../samlsso" method="post" id="loginForm">
-
-			                                                    <table class="user_pass_table">
-			                                                    <tr>
-										                            <td><label for="txtUserName"><fmt:message key='username'/></label></td>
-										                            <td><input type="text" id='username' name="username" size='30'/></td>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL %>"
-										                                   value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ISSUER %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.ISSUER) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.REQ_ID %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.REQ_ID) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.SUBJECT %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.SUBJECT) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.RP_SESSION_ID %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.RP_SESSION_ID) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSERTION_STR %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSERTION_STR) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.RELAY_STATE %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.RELAY_STATE) %>"/>
-										                        </tr>
-    <%
-           							String tip = "Enter the username in the format: adminname@yourdomain. Example: foo@abc.com";
-    %>
-                                                                <tr>
-                                                                    <td></td>
-                                                                    <td><%=tip%>
-                                                                    </td>
-                                                                </tr>
-			                                                    <tr>
-										                            <td><label for="txtPassword"><fmt:message key='password'/></label></td>
-										                            <td><input type="password" id='password' name="password" size='30'/>
-										                            </td>
-										                        </tr>
-			                                                    <tr>
-										                            <td></td>
-										                            <td><input type="submit" value="<fmt:message key='login'/>"/></td>
-										                        </tr>
-			                                                       
-			                                                        <tr>
-			                                                            <td colspan="2"><a tabindex="4" href="../carbon/stratos-sso/docs/userguide.html" target="_blank" class="help"><fmt:message key="sign.in.help"/></a>&nbsp;|&nbsp;<a tabindex="5" class="help" href="<%=Util.getForgetPasswordLink()%>" target="_blank" class="password">Forgot Password</a></td>
-			                                                        </tr>
-			                                                    </table>
-                                                    
-
-                                                    			</form>
-                                            			</td>
-                                        			<td class="google-app-td">
-			                                            <h3>Or login using Google Apps Account</h3>
-			
-			                                            <img alt="Google App Account" style="cursor:pointer"
-			                                                 src="../carbon/tenant-login/images/google-apps-login.gif"
-			                                                 onclick="showHidePanel()"/>
-			
-			                                            <div id="loginBoxGoogle">
-			                                                <div class="help_txt"> Enter Google App domain</div>
-			                                                <form action="../carbon/relyingparty/openid.jsp" name="googleAppLogin"
-			                                                      method="POST">
-			                                                    <table class="styledLeft noBorders">
-			                                                        <tbody>
-			                                                        <tr>
-			                                                            <td><input type="text" name="gAppDomainOpenId" id="gAppDomainOpenId"
-			                                                                       tabindex="3" alt="example.com"  value="" /></td>
-			                                                            <td><input type="button" class="button" value="GO" style="background-image:none"
-			                                                                       onclick="document.googleAppLogin.submit()"/></td>
-			                                                        </tr>
-			                                                        </tbody>
-			                                                    </table>
-			                                                </form>
-			                                            </div>
-			                                            <script type="text/javascript">
-			                                                function showHidePanel() {
-			                                                    jQuery('#loginBoxGoogle').slideToggle("fast");
-			                                                }
-			                                                jQuery(document).ready(function() {
-			                                                    jQuery('#loginBoxGoogle').hide();
-			                                                    if(document.getElementById('username')!= null){
-			                                                    	document.getElementById('username').focus();
-			                                                    }
-			                                                });
-									enableDefaultText("gAppDomainOpenId");
-			                                            </script>
-                                        			</td>
-                                    				</tr>
-                                    			</table>
-                                			</div>
-						</td>
-						</tr>
-					</table>
-					<%--<div class="espermsg">Esper<sup>TM</sup> is a registered trademark of EsperTech.</div>--%>
-					<div class="clear"></div>
-				<div id="footer">
-					<div class="powered">
-						<span>Powered by</span><img src="../carbon/stratos-cep/images/powered-logo.gif" alt="WSO2 Data Services Server"/>
-					</div>
-					&copy;stratoslive.wso2.com copyright 2010-2012 WSO2, Inc. &nbsp;
-					<a href="http://www.wso2.com/cloud/services/terms-of-use" target="_blank">Terms of Service</a>
-			|
-			<a href="http://www.wso2.com/cloud/services/privacy-policy" target="_blank">Privacy Policy</a>
-			|
-			<a href="http://www.wso2.com/cloud/services/support" target="_blank">Support</a>
-				</div>
-			</div>
-</fmt:bundle>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/css/stratos-loginpage.css
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/css/stratos-loginpage.css b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/css/stratos-loginpage.css
deleted file mode 100644
index ea2bc6a..0000000
--- a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/css/stratos-loginpage.css
+++ /dev/null
@@ -1,265 +0,0 @@
-body {
-	color:#111111;
-	font-family:"Calibri","Lucida Grande","Lucida Sans","Microsoft Sans Serif","Lucida Sans Unicode","Verdana","Sans-serif","trebuchet ms" !important;
-	font-size:0.75em;
-	font-size-adjust:none;
-	font-style:normal;
-	font-variant:normal;
-	font-weight:normal;
-	line-height:1.25em;
-	background-image: url(../images/body-bg.gif);
-	background-position: left top;
-	background-repeat: repeat-x;
-	margin: 0px;
-	padding: 0px;
-}
-
-div.clear {
-	clear:both;
-}
-p { }
-
-td { }
-
-a:link { }
-
-a:visited { }
-
-a:hover { }
-
-a:active { }
-
-div#login-content {
-	background-image:url(../images/login-bg.gif);
-	background-position:left top;
-	background-repeat:no-repeat;
-	height:277px;
-	left:50%;
-	margin-left:-481px;
-	position:absolute;
-	text-align:center;
-	width:962px;
-}
-div#login-content div.main-text {
-	margin-top: 113px;
-	margin-left: 50px;
-	float: left;
-	width: 675px;
-	font-size: 140%;
-	line-height: 125%;
-	height: 80px;
-	text-align: left;
-}
-div.feature {
-	float:left;
-	margin-left:79px;
-	margin-top:23px;
-	padding-bottom:20px;
-	padding-top:20px;
-	text-align:left;
-	width:221px;
-}
-div.feature img {
-	float: left;
-	margin-right: 10px;
-	width: 64px;
-}
-div.feature h2 {
-	margin-top: 0px;
-	margin-bottom: 7px;
-	color: #0499CC;
-	font-size: 155%;
-	line-height: 110%;
-	font-weight: normal;
-	
-}
-div.feature p {
-	margin-top: 0px;
-	padding-top: 0px;
-}
-div#login-content div.feature-left {
-	margin-left: 70px;
-}
-a.register-button {
-	background-image:url(../images/reg-button.gif);
-	background-position:left top;
-	background-repeat:no-repeat;
-	color:#FFFFFF;
-	cursor:pointer;
-	display:block;
-	font-size:220%;
-	font-weight:normal;
-	line-height:63px;
-	margin:auto auto 5px;
-	text-align:left;
-	text-decoration:none;
-	text-indent:25px;
-	width:444px;
-}
-a.register-button:hover {
-	background-image: url(../images/reg-button-hover.gif);
-}
-div.resources {
-	text-align: center;
-}
-div.resources a {
-	background-image:url("../images/link-icon.gif");
-	background-position:right 4px;
-	background-repeat:no-repeat;
-	color:#004990;
-	font-size:130%;
-	line-height:20px;
-	padding-right:15px;
-	text-decoration:none;
-}
-div.resources a:hover {
-	color: #000000;
-}
-table.ad {
-	width: 100%;
-	margin-top: 15px;
-}
-table.ad tr td {
-	vertical-align: top;
-	text-align: center;
-}
-td#ad {
-	height:210px;
-	width: 50%;	
-}
-div#sign-in {
-	text-align:left;
-	width: 580px;
-	margin: auto;
-}
-div#sign-in div.sign-in-form {
-	width: 580px;
-}
-div#sign-in h2 {
-	border-bottom:1px solid #78BDE8;
-	font-size:130%;
-	margin-bottom:10px;
-	margin-top:0;
-	padding-bottom:10px;
-	padding-top:0;
-}
-div#sign-in table tr td.top {
-	padding-top: 10px;
-}
-div#sign-in table tr td {
-	padding-bottom:5px;
-	padding-right:7px;
-}
-div#sign-in table {
-	border-bottom:1px solid #0499CC;
-	margin-bottom:7px;
-}
-div#sign-in table tr td.title {
-	font-size: 180%;
-	font-weight: bold;
-	padding-bottom: 10px;
-	padding-top: 0px;
-	text-align: left;
-}
-#loginForm td label{
-    font-size:12px;
-}
-div#sign-in a.help {
-	font-size: 14px;
-	text-decoration: none;
-	color: #00447C;
-}
-td#ad iframe.ad-frame {
-	border: 0px;
-	width: 420px;
-	height: 210px;
-	margin: 0px;
-	padding: 0px;
-}
-div#footer {
-	margin-top: 30px;
-	height: 50px;
-	border-top: solid 1px #009FC2;
-	padding-top: 7px;
-	text-align: left;
-}
-div#footer a {
-	text-decoration: none;
-	color: #00447C;
-}
-div#footer div.powered {
-	float: right;
-	font-size: 11px;
-	color: #333;
-}
-div#footer div.powered span {
-	float: left;
-	margin-right: 5px;
-	line-height: 23px;
-}
-div#sign-in table.sign-in {
-	border-bottom: 0px;
-}
-div#sign-in table tr td {
-	padding-top: 10px;
-	width: 290px;
-}
-div#sign-in table tbody tr td.third-party {
-	border-left: dotted 1px #cccccc;
-	padding: 20px;
-}
-div#sign-in table tbody tr td.third-party a img {
-	border: 0px;
-	margin-top: 10px;
-}
-.sign-in-box{
-    -moz-border-radius: 5px;
-    border-radius: 5px;
-    border:solid 1px #b5dff7;
-    background-color:#ebf7fd;
-    padding-left:10px;
-    width:800px;
-    margin-left:70px;
-
-        -moz-box-shadow: 0 0 3px #999;
-    -webkit-box-shadow: 0 0 3px #999;
-    box-shadow: 0 0 3px #999;
-}
-.sign-in-box h3{
-    color:#0499cc;
-    font-size:12px;
-    font-weight:bold;
-    padding-bottom:10px;
-}
-.sign-in-box table tr td{
-    text-align:left !important;
-}
-.user_pass_table a{
-    font-size:11px;
-}
-.user_pass_table td{
-    padding:4px;
-    text-align:left !important;
-}
-.sign-in-box div.help_txt{
-    color: #666666;
-    line-height:20px;
-}
-.user_pass_td{
-    border-right:solid 1px #ccc;
-}
-.google-app-td{
-    padding-left:10px;
-    width:300px;
-}
-#loginBoxGoogle{
-    margin-top:15px;
-}
-#loginBoxGoogle div.help_txt{
-    font-size:11px;
-}
-h2.stratos-Signin{
-    color:#0499cc;
-    font-size:22px;
-    line-height:30px;
-}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/body-bg.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/body-bg.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/body-bg.gif
deleted file mode 100644
index 4418293..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/body-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-01-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-01-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-01-icon.gif
deleted file mode 100644
index 0a28458..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-01-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-02-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-02-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-02-icon.gif
deleted file mode 100644
index 92a4552..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-02-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-03-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-03-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-03-icon.gif
deleted file mode 100644
index d875d12..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/feature-03-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/google-apps-login.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/google-apps-login.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/google-apps-login.gif
deleted file mode 100644
index 6eb5c9b..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/google-apps-login.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/link-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/link-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/link-icon.gif
deleted file mode 100644
index 5598f59..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/link-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-ad.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-ad.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-ad.gif
deleted file mode 100644
index d6f1689..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-ad.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-bg.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-bg.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-bg.gif
deleted file mode 100644
index f1d2b1a..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/login-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/paas-login-1pix-1.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/paas-login-1pix-1.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/paas-login-1pix-1.gif
deleted file mode 100644
index 439f27d..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/paas-login-1pix-1.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/powered-logo.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/powered-logo.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/powered-logo.gif
deleted file mode 100644
index 751424e..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/powered-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button-hover.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button-hover.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button-hover.gif
deleted file mode 100644
index 89f2c54..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button-hover.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button.gif
deleted file mode 100644
index 5d8e2e4..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/images/reg-button.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/login_ajaxprocessor.jsp
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/login_ajaxprocessor.jsp b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/login_ajaxprocessor.jsp
deleted file mode 100644
index 8ae30d8..0000000
--- a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-csg/login_ajaxprocessor.jsp
+++ /dev/null
@@ -1,244 +0,0 @@
-<!--
-~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-~
-~ WSO2 Inc. licenses this file to you under the Apache License,
-~ Version 2.0 (the "License"); you may not use this file except
-~ in compliance with the License.
-~ You may obtain a copy of the License at
-~
-~ http://www.apache.org/licenses/LICENSE-2.0
-~
-~ Unless required by applicable law or agreed to in writing,
-~ software distributed under the License is distributed on an
-~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~ KIND, either express or implied. See the License for the
-~ specific language governing permissions and limitations
-~ under the License.
--->
-
-<%@page import="org.wso2.carbon.ui.CarbonUIMessage"%>
-<%@ page import="org.wso2.carbon.stratos.common.constants.StratosConstants" %>
-
-<%@ page import="org.wso2.carbon.identity.sso.saml.ui.SAMLSSOProviderConstants" %>
-<%@ page import="org.wso2.stratos.identity.saml2.sso.mgt.ui.Util" %>
-<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
-<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar"
-           prefix="carbon" %>
-
-
-<!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=utf-8"/>
-    <title>WSO2 Stratos Identity</title>
-    <link href="../carbon/admin/css/global.css" rel="stylesheet" type="text/css" media="all"/>
-    <link href="../carbon/styles/css/main.css" rel="stylesheet" type="text/css" media="all"/>
-    <link media="all" type="text/css" rel="stylesheet"
-          href="../carbon/stratos-csg/css/stratos-loginpage.css"/>
-
-    <link href="../carbon/dialog/css/jqueryui/jqueryui-themeroller.css" rel="stylesheet" type="text/css"
-          media="all"/>
-    <link href="../carbon/dialog/css/dialog.css" rel="stylesheet" type="text/css" media="all"/>
-    <link rel="icon" href="../carbon/admin/images/favicon.ico" type="image/x-icon"/>
-    <link rel="shortcut icon" href="../carbon/admin/images/favicon.ico" type="image/x-icon"/>
-
-    <script type="text/javascript" src="../carbon/admin/js/jquery.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/jquery.form.js"></script>
-    <script type="text/javascript" src="../carbon/dialog/js/jqueryui/jquery-ui.min.js"></script>
-
-    <script type="text/javascript" src="../carbon/admin/js/main.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/WSRequest.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/cookies.js"></script>
-    <script src="../carbon/yui/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
-    <script src="../carbon/admin/js/widgets.js" type="text/javascript"></script>
-
-</head>
-<body>
-<jsp:include page="../carbon/admin/jsp/browser_checker.jsp" />
-<div id="dcontainer"></div>
-<script type="text/javascript" src="../carbon/dialog/js/dialog.js"></script>
-<fmt:bundle basename="org.wso2.stratos.identity.saml2.sso.mgt.ui.i18n.Resources">
-    <%
-        String errorMessage = "login.fail.message";
-        String tenantRegistrationPageURL = Util.getTenantRegistrationPageURL();
-
-        if (request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE) != null &&
-            (Boolean)request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE)) {
-            if(request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE_MSG) != null){
-                errorMessage = (String) request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE_MSG);
-            }
-    %>
-    <script type="text/javascript">
-        jQuery(document).ready(function() {
-            CARBON.showWarningDialog('<fmt:message key="<%=errorMessage%>"/>');
-        });
-    </script>
-    <%
-        }  else if (request.getSession().getAttribute(CarbonUIMessage.ID) !=null) {
-            CarbonUIMessage carbonMsg = (CarbonUIMessage)request.getSession().getAttribute(CarbonUIMessage.ID);
-            %>
-            
-                <script type="text/javascript">
-                    jQuery(document).ready(function() {
-                        CARBON.showErrorDialog("<%=carbonMsg.getMessage()%>");
-                    });
-                </script>
-      <%}
-    %>
-    <script type="text/javascript">
-        function doLogin() {
-            var loginForm = document.getElementById('loginForm');
-            loginForm.submit();
-        }
-        function doRegister() {
-            document.getElementById('registrationForm').submit();
-        }
-    </script>
-<div id="login-content">
-					<div class="main-text">
-						WSO2 Cloud Gateway creates a managed, secured channel for business processes, and other tasks running in public cloud, to get access to enterprise data and services resides behind a firewall.
-					</div>
-					<div class="clear"></div>
-					<div class="feature feature-left">
-						<img src="../carbon/stratos-csg/images/feature-01-icon.gif"/>
-						<h2>API Protection</h2>
-						<p>
-							Protect externally published services from exploits, and attacks using schema validations, WS-security, and throttling.
-						</p>
-					</div>
-					<div class="feature">
-						<img src="../carbon/stratos-csg/images/feature-02-icon.gif"/>
-						<h2>Private data access</h2>
-						<p>
-							Selectively publish data stored in private networks to public cloud through services in a secured and controlled manner.
-						</p>
-					</div>
-					<div class="feature">
-					 	<img src="../carbon/stratos-csg/images/feature-03-icon.gif"/>
-						<h2>Outsource Computations</h2>
-						<p>
-							Make use of computational resources hosted outside the enterprise with data/resources residing on-premises, in a secure and controlled manner.
-						</p>
-					</div>
-					<div class="clear"></div>
-					<form action="<%=tenantRegistrationPageURL%>" id="registrationForm">
-				                    <input type="hidden" name="<%=StratosConstants.ORIGINATED_SERVICE%>"
-				                           value=<%=Util.getStratosServiceName(request.getRequestURI())%>/>
-							<a class="register-button" onclick="doRegister()">Get Started Now for FREE!</a>
-				        </form>
-					<table class="ad">
-						<tr>
-						<td>
-
-			                                <h2 class="stratos-Signin"><fmt:message key="sign.in"/></h2>
-			                                <div class="sign-in-box">
-			                                    <table style="width:100%">
-			    `                                   <tr>
-			                                            <td class="user_pass_td">
-			                                                <h3>Login Using Username & Password</h3>
-			
-			                                                <form action="../samlsso" method="post" id="loginForm">
-
-			                                                    <table class="user_pass_table">
-			                                                    <tr>
-										                            <td><label for="txtUserName"><fmt:message key='username'/></label></td>
-										                            <td><input type="text" id='username' name="username" size='30'/></td>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL %>"
-										                                   value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ISSUER %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.ISSUER) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.REQ_ID %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.REQ_ID) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.SUBJECT %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.SUBJECT) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.RP_SESSION_ID %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.RP_SESSION_ID) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSERTION_STR %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSERTION_STR) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.RELAY_STATE %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.RELAY_STATE) %>"/>
-										                        </tr>
-    <%
-           							String tip = "Enter the username in the format: adminname@yourdomain. Example: foo@abc.com";
-    %>
-                                                                <tr>
-                                                                    <td></td>
-                                                                    <td><%=tip%>
-                                                                    </td>
-                                                                </tr>
-			                                                    <tr>
-										                            <td><label for="txtPassword"><fmt:message key='password'/></label></td>
-										                            <td><input type="password" id='password' name="password" size='30'/>
-										                            </td>
-										                        </tr>
-			                                                    <tr>
-										                            <td></td>
-										                            <td><input type="submit" value="<fmt:message key='login'/>"/></td>
-										                        </tr>
-			                                                       
-			                                                        <tr>
-			                                                            <td colspan="2"><a tabindex="4" href="../carbon/stratos-sso/docs/userguide.html" target="_blank" class="help"><fmt:message key="sign.in.help"/></a>&nbsp;|&nbsp;<a tabindex="5" class="help" href="<%=Util.getForgetPasswordLink()%>" target="_blank" class="password">Forgot Password</a></td>
-			                                                        </tr>
-			                                                    </table>
-                                                    
-
-                                                    			</form>
-                                            			</td>
-                                        			<td class="google-app-td">
-			                                            <h3>Or login using Google Apps Account</h3>
-			
-			                                            <img alt="Google App Account" style="cursor:pointer"
-			                                                 src="../carbon/tenant-login/images/google-apps-login.gif"
-			                                                 onclick="showHidePanel()"/>
-			
-			                                            <div id="loginBoxGoogle">
-			                                                <div class="help_txt"> Enter Google App domain</div>
-			                                                <form action="../carbon/relyingparty/openid.jsp" name="googleAppLogin"
-			                                                      method="POST">
-			                                                    <table class="styledLeft noBorders">
-			                                                        <tbody>
-			                                                        <tr>
-			                                                            <td><input type="text" name="gAppDomainOpenId" id="gAppDomainOpenId"
-			                                                                       tabindex="3" alt="example.com"  value="" /></td>
-			                                                            <td><input type="button" class="button" value="GO" style="background-image:none"
-			                                                                       onclick="document.googleAppLogin.submit()"/></td>
-			                                                        </tr>
-			                                                        </tbody>
-			                                                    </table>
-			                                                </form>
-			                                            </div>
-			                                            <script type="text/javascript">
-			                                                function showHidePanel() {
-			                                                    jQuery('#loginBoxGoogle').slideToggle("fast");
-			                                                }
-			                                                jQuery(document).ready(function() {
-			                                                    jQuery('#loginBoxGoogle').hide();
-			                                                    if(document.getElementById('username')!= null){
-			                                                    	document.getElementById('username').focus();
-			                                                    }
-			                                                });
-									enableDefaultText("gAppDomainOpenId");
-			                                            </script>
-                                        			</td>
-                                    				</tr>
-                                    			</table>
-                                			</div>
-						</td>
-						</tr>
-					</table>
-					<div class="clear"></div>
-				<div id="footer">
-					<div class="powered">
-						<span>Powered by</span><img src="../carbon/stratos-csg/images/powered-logo.gif" alt="WSO2 Cloud Services Gateway"/>
-					</div>
-					&copy;stratoslive.wso2.com copyright 2010-2012 WSO2, Inc. &nbsp;
-					<a href="http://www.wso2.com/cloud/services/terms-of-use" target="_blank">Terms of Service</a>
-			|
-			<a href="http://www.wso2.com/cloud/services/privacy-policy" target="_blank">Privacy Policy</a>
-			|
-			<a href="http://www.wso2.com/cloud/services/support" target="_blank">Support</a>
-				</div>
-			</div>
-</fmt:bundle>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/css/stratos-loginpage.css
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/css/stratos-loginpage.css b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/css/stratos-loginpage.css
deleted file mode 100644
index 9845a75..0000000
--- a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/css/stratos-loginpage.css
+++ /dev/null
@@ -1,265 +0,0 @@
-body {
-	color:#111111;
-	font-family:"Calibri","Lucida Grande","Lucida Sans","Microsoft Sans Serif","Lucida Sans Unicode","Verdana","Sans-serif","trebuchet ms" !important;
-	font-size:0.75em;
-	font-size-adjust:none;
-	font-style:normal;
-	font-variant:normal;
-	font-weight:normal;
-	line-height:1.25em;
-	background-image: url(../images/body-bg.gif);
-	background-position: left top;
-	background-repeat: repeat-x;
-	margin: 0px;
-	padding: 0px;
-}
-
-div.clear {
-	clear:both;
-}
-p { }
-
-td { }
-
-a:link { }
-
-a:visited { }
-
-a:hover { }
-
-a:active { }
-
-div#login-content {
-	background-image:url(../images/login-bg.gif);
-	background-position:left top;
-	background-repeat:no-repeat;
-	height:277px;
-	left:50%;
-	margin-left:-481px;
-	position:absolute;
-	text-align:center;
-	width:962px;
-}
-div#login-content div.main-text {
-	margin-top: 113px;
-	margin-left: 50px;
-	float: left;
-	width: 750px;
-	font-size: 140%;
-	line-height: 125%;
-	height: 80px;
-	text-align: left;
-}
-div.feature {
-	float:left;
-	margin-left:79px;
-	margin-top:23px;
-	padding-bottom:20px;
-	padding-top:20px;
-	text-align:left;
-	width:221px;
-}
-div.feature img {
-	float: left;
-	margin-right: 10px;
-	width: 64px;
-}
-div.feature h2 {
-	margin-top: 0px;
-	margin-bottom: 7px;
-	color: #0499CC;
-	font-size: 155%;
-	line-height: 110%;
-	font-weight: normal;
-	
-}
-div.feature p {
-	margin-top: 0px;
-	padding-top: 0px;
-}
-div#login-content div.feature-left {
-	margin-left: 70px;
-}
-a.register-button {
-	background-image:url(../images/reg-button.gif);
-	background-position:left top;
-	background-repeat:no-repeat;
-	color:#FFFFFF;
-	cursor:pointer;
-	display:block;
-	font-size:220%;
-	font-weight:normal;
-	line-height:63px;
-	margin:auto auto 5px;
-	text-align:left;
-	text-decoration:none;
-	text-indent:25px;
-	width:444px;
-}
-a.register-button:hover {
-	background-image: url(../images/reg-button-hover.gif);
-}
-div.resources {
-	text-align: center;
-}
-div.resources a {
-	background-image:url("../images/link-icon.gif");
-	background-position:right 4px;
-	background-repeat:no-repeat;
-	color:#004990;
-	font-size:130%;
-	line-height:20px;
-	padding-right:15px;
-	text-decoration:none;
-}
-div.resources a:hover {
-	color: #000000;
-}
-table.ad {
-	width: 100%;
-	margin-top: 15px;
-}
-table.ad tr td {
-	vertical-align: top;
-	text-align: center;
-}
-td#ad {
-	height:210px;
-	width: 50%;	
-}
-div#sign-in {
-	text-align:left;
-	width: 580px;
-	margin: auto;
-}
-div#sign-in div.sign-in-form {
-	width: 580px;
-}
-div#sign-in h2 {
-	border-bottom:1px solid #78BDE8;
-	font-size:130%;
-	margin-bottom:10px;
-	margin-top:0;
-	padding-bottom:10px;
-	padding-top:0;
-}
-div#sign-in table tr td.top {
-	padding-top: 10px;
-}
-div#sign-in table tr td {
-	padding-bottom:5px;
-	padding-right:7px;
-}
-div#sign-in table {
-	border-bottom:1px solid #0499CC;
-	margin-bottom:7px;
-}
-div#sign-in table tr td.title {
-	font-size: 180%;
-	font-weight: bold;
-	padding-bottom: 10px;
-	padding-top: 0px;
-	text-align: left;
-}
-#loginForm td label{
-    font-size:12px;
-}
-div#sign-in a.help {
-	font-size: 14px;
-	text-decoration: none;
-	color: #00447C;
-}
-td#ad iframe.ad-frame {
-	border: 0px;
-	width: 420px;
-	height: 210px;
-	margin: 0px;
-	padding: 0px;
-}
-div#footer {
-	margin-top: 30px;
-	height: 50px;
-	border-top: solid 1px #009FC2;
-	padding-top: 7px;
-	text-align: left;
-}
-div#footer a {
-	text-decoration: none;
-	color: #00447C;
-}
-div#footer div.powered {
-	float: right;
-	font-size: 11px;
-	color: #333;
-}
-div#footer div.powered span {
-	float: left;
-	margin-right: 5px;
-	line-height: 23px;
-}
-div#sign-in table.sign-in {
-	border-bottom: 0px;
-}
-div#sign-in table tr td {
-	padding-top: 10px;
-	width: 290px;
-}
-div#sign-in table tbody tr td.third-party {
-	border-left: dotted 1px #cccccc;
-	padding: 20px;
-}
-div#sign-in table tbody tr td.third-party a img {
-	border: 0px;
-	margin-top: 10px;
-}
-.sign-in-box{
-    -moz-border-radius: 5px;
-    border-radius: 5px;
-    border:solid 1px #b5dff7;
-    background-color:#ebf7fd;
-    padding-left:10px;
-    width:800px;
-    margin-left:70px;
-
-        -moz-box-shadow: 0 0 3px #999;
-    -webkit-box-shadow: 0 0 3px #999;
-    box-shadow: 0 0 3px #999;
-}
-.sign-in-box h3{
-    color:#0499cc;
-    font-size:12px;
-    font-weight:bold;
-    padding-bottom:10px;
-}
-.sign-in-box table tr td{
-    text-align:left !important;
-}
-.user_pass_table a{
-    font-size:11px;
-}
-.user_pass_table td{
-    padding:4px;
-    text-align:left !important;
-}
-.sign-in-box div.help_txt{
-    color: #666666;
-    line-height:20px;
-}
-.user_pass_td{
-    border-right:solid 1px #ccc;
-}
-.google-app-td{
-    padding-left:10px;
-    width:300px;
-}
-#loginBoxGoogle{
-    margin-top:15px;
-}
-#loginBoxGoogle div.help_txt{
-    font-size:11px;
-}
-h2.stratos-Signin{
-    color:#0499cc;
-    font-size:22px;
-    line-height:30px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/body-bg.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/body-bg.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/body-bg.gif
deleted file mode 100644
index b3792bd..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/body-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-01-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-01-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-01-icon.gif
deleted file mode 100644
index 50f9484..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-01-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-02-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-02-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-02-icon.gif
deleted file mode 100644
index e0b805c..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-02-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-03-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-03-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-03-icon.gif
deleted file mode 100644
index 2d26b38..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/feature-03-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/google-apps-login.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/google-apps-login.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/google-apps-login.gif
deleted file mode 100644
index 6eb5c9b..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/google-apps-login.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/link-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/link-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/link-icon.gif
deleted file mode 100644
index 5598f59..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/link-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-ad.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-ad.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-ad.gif
deleted file mode 100644
index d6f1689..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-ad.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-bg.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-bg.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-bg.gif
deleted file mode 100644
index a18725d..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/login-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/paas-login-1pix-1.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/paas-login-1pix-1.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/paas-login-1pix-1.gif
deleted file mode 100644
index 439f27d..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/paas-login-1pix-1.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/powered-logo.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/powered-logo.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/powered-logo.gif
deleted file mode 100644
index e07159d..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/powered-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button-hover.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button-hover.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button-hover.gif
deleted file mode 100644
index 89f2c54..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button-hover.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button.gif
deleted file mode 100644
index 5d8e2e4..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/images/reg-button.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/login_ajaxprocessor.jsp
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/login_ajaxprocessor.jsp b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/login_ajaxprocessor.jsp
deleted file mode 100644
index fcca801..0000000
--- a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-dss/login_ajaxprocessor.jsp
+++ /dev/null
@@ -1,243 +0,0 @@
-<!--
-~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-~
-~ WSO2 Inc. licenses this file to you under the Apache License,
-~ Version 2.0 (the "License"); you may not use this file except
-~ in compliance with the License.
-~ You may obtain a copy of the License at
-~
-~ http://www.apache.org/licenses/LICENSE-2.0
-~
-~ Unless required by applicable law or agreed to in writing,
-~ software distributed under the License is distributed on an
-~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~ KIND, either express or implied. See the License for the
-~ specific language governing permissions and limitations
-~ under the License.
--->
-
-<%@page import="org.wso2.carbon.ui.CarbonUIMessage"%>
-<%@ page import="org.wso2.carbon.stratos.common.constants.StratosConstants" %>
-
-<%@ page import="org.wso2.carbon.identity.sso.saml.ui.SAMLSSOProviderConstants" %>
-<%@ page import="org.wso2.stratos.identity.saml2.sso.mgt.ui.Util" %>
-<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
-<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar"
-           prefix="carbon" %>
-
-
-<!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=utf-8"/>
-    <title>WSO2 Stratos Identity</title>
-    <link href="../carbon/admin/css/global.css" rel="stylesheet" type="text/css" media="all"/>
-    <link href="../carbon/styles/css/main.css" rel="stylesheet" type="text/css" media="all"/>
-    <link media="all" type="text/css" rel="stylesheet"
-          href="../carbon/stratos-dss/css/stratos-loginpage.css"/>
-
-    <link href="../carbon/dialog/css/jqueryui/jqueryui-themeroller.css" rel="stylesheet" type="text/css"
-          media="all"/>
-    <link href="../carbon/dialog/css/dialog.css" rel="stylesheet" type="text/css" media="all"/>
-    <link rel="icon" href="../carbon/admin/images/favicon.ico" type="image/x-icon"/>
-    <link rel="shortcut icon" href="../carbon/admin/images/favicon.ico" type="image/x-icon"/>
-
-    <script type="text/javascript" src="../carbon/admin/js/jquery.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/jquery.form.js"></script>
-    <script type="text/javascript" src="../carbon/dialog/js/jqueryui/jquery-ui.min.js"></script>
-
-    <script type="text/javascript" src="../carbon/admin/js/main.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/WSRequest.js"></script>
-    <script type="text/javascript" src="../carbon/admin/js/cookies.js"></script>
-    <script src="../carbon/yui/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
-    <script src="../carbon/admin/js/widgets.js" type="text/javascript"></script>
-
-</head>
-<body>
-<jsp:include page="../carbon/admin/jsp/browser_checker.jsp" />
-<div id="dcontainer"></div>
-<script type="text/javascript" src="../carbon/dialog/js/dialog.js"></script><fmt:bundle basename="org.wso2.stratos.identity.saml2.sso.mgt.ui.i18n.Resources">
-    <%
-        String errorMessage = "login.fail.message";
-        String tenantRegistrationPageURL = Util.getTenantRegistrationPageURL();
-
-        if (request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE) != null &&
-            (Boolean)request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE)) {
-            if(request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE_MSG) != null){
-                errorMessage = (String) request.getAttribute(SAMLSSOProviderConstants.AUTH_FAILURE_MSG);
-            }
-    %>
-    <script type="text/javascript">
-        jQuery(document).ready(function() {
-            CARBON.showWarningDialog('<fmt:message key="<%=errorMessage%>"/>');
-        });
-    </script>
-    <%
-        }  else if (request.getSession().getAttribute(CarbonUIMessage.ID) !=null) {
-            CarbonUIMessage carbonMsg = (CarbonUIMessage)request.getSession().getAttribute(CarbonUIMessage.ID);
-            %>
-            
-                <script type="text/javascript">
-                    jQuery(document).ready(function() {
-                        CARBON.showErrorDialog("<%=carbonMsg.getMessage()%>");
-                    });
-                </script>
-      <%}
-    %>
-    <script type="text/javascript">
-        function doLogin() {
-            var loginForm = document.getElementById('loginForm');
-            loginForm.submit();
-        }
-        function doRegister() {
-            document.getElementById('registrationForm').submit();
-        }
-    </script>
-		<div id="login-content">
-					<div class="main-text">
-						The WSO2 Data Services Server, an easy to use platform for zero-code creation and hosting of data services, delivered as a multi-tenant, elastically scaling, metered platform 
-					</div>
-					<div class="clear"></div>
-					<div class="feature feature-left">
-						<img src="../carbon/stratos-dss/images/feature-01-icon.gif"/>
-						<h2>Service Hosting</h2>
-						<p>
-							Service Hosting features enables deployment of data service, which exposes data stores such as RDBMS, CSV, Excel, Google Spreadsheet and Web/RDF data in an unified manner.
-						</p>
-					</div>
-					<div class="feature">
-						<img src="../carbon/stratos-dss/images/feature-02-icon.gif"/>
-						<h2>Service Testing</h2>
-						<p>
-							Tryit tool can be used as a simple Web Service client which can be used to try your services within Data Service Server itself.
-						</p>
-					</div>
-					<div class="feature">
-					 	<img src="../carbon/stratos-dss/images/feature-03-icon.gif"/>
-						<h2>Message Tracing</h2>
-						<p>
-							Trace the request and responses to your service. Message Tracing is a vital debugging tool when you have clients from heterogeneous platforms.
-						</p>
-					</div>
-					<div class="clear"></div>
-					<form action="<%=tenantRegistrationPageURL%>" id="registrationForm">
-				                    <input type="hidden" name="<%=StratosConstants.ORIGINATED_SERVICE%>"
-				                           value=<%=Util.getStratosServiceName(request.getRequestURI())%>/>
-							<a class="register-button" onclick="doRegister()">Get Started Now for FREE!</a>
-				        </form>
-					<table class="ad">
-						<tr>
-						<td>
-
-			                                <h2 class="stratos-Signin"><fmt:message key="sign.in"/></h2>
-			                                <div class="sign-in-box">
-			                                    <table style="width:100%">
-			    `                                   <tr>
-			                                            <td class="user_pass_td">
-			                                                <h3>Login Using Username & Password</h3>
-			
-			                                                <form action="../samlsso" method="post" id="loginForm">
-
-			                                                    <table class="user_pass_table">
-			                                                    <tr>
-										                            <td><label for="txtUserName"><fmt:message key='username'/></label></td>
-										                            <td><input type="text" id='username' name="username" size='30'/></td>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL %>"
-										                                   value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSRTN_CONSUMER_URL) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ISSUER %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.ISSUER) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.REQ_ID %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.REQ_ID) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.SUBJECT %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.SUBJECT) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.RP_SESSION_ID %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.RP_SESSION_ID) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.ASSERTION_STR %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.ASSERTION_STR) %>"/>
-                                                                    <input type="hidden" name="<%= SAMLSSOProviderConstants.RELAY_STATE %>"
-                                                                           value="<%= request.getAttribute(SAMLSSOProviderConstants.RELAY_STATE) %>"/>
-										                        </tr>
-    <%
-           							String tip = "Enter the username in the format: adminname@yourdomain. Example: foo@abc.com";
-    %>
-                                                                <tr>
-                                                                    <td></td>
-                                                                    <td><%=tip%>
-                                                                    </td>
-                                                                </tr>
-			                                                    <tr>
-										                            <td><label for="txtPassword"><fmt:message key='password'/></label></td>
-										                            <td><input type="password" id='password' name="password" size='30'/>
-										                            </td>
-										                        </tr>
-			                                                    <tr>
-										                            <td></td>
-										                            <td><input type="submit" value="<fmt:message key='login'/>"/></td>
-										                        </tr>
-			                                                       
-			                                                        <tr>
-			                                                            <td colspan="2"><a tabindex="4" href="../carbon/stratos-sso/docs/userguide.html" target="_blank" class="help"><fmt:message key="sign.in.help"/></a>&nbsp;|&nbsp;<a tabindex="5" class="help" href="<%=Util.getForgetPasswordLink()%>" target="_blank" class="password">Forgot Password</a></td>
-			                                                        </tr>
-			                                                    </table>
-                                                    
-
-                                                    			</form>
-                                            			</td>
-                                        			<td class="google-app-td">
-			                                            <h3>Or login using Google Apps Account</h3>
-			
-			                                            <img alt="Google App Account" style="cursor:pointer"
-			                                                 src="../carbon/tenant-login/images/google-apps-login.gif"
-			                                                 onclick="showHidePanel()"/>
-			
-			                                            <div id="loginBoxGoogle">
-			                                                <div class="help_txt"> Enter Google App domain</div>
-			                                                <form action="../carbon/relyingparty/openid.jsp" name="googleAppLogin"
-			                                                      method="POST">
-			                                                    <table class="styledLeft noBorders">
-			                                                        <tbody>
-			                                                        <tr>
-			                                                            <td><input type="text" name="gAppDomainOpenId" id="gAppDomainOpenId"
-			                                                                       tabindex="3" alt="example.com"  value="" /></td>
-			                                                            <td><input type="button" class="button" value="GO" style="background-image:none"
-			                                                                       onclick="document.googleAppLogin.submit()"/></td>
-			                                                        </tr>
-			                                                        </tbody>
-			                                                    </table>
-			                                                </form>
-			                                            </div>
-			                                            <script type="text/javascript">
-			                                                function showHidePanel() {
-			                                                    jQuery('#loginBoxGoogle').slideToggle("fast");
-			                                                }
-			                                                jQuery(document).ready(function() {
-			                                                    jQuery('#loginBoxGoogle').hide();
-			                                                    if(document.getElementById('username')!= null){
-			                                                    	document.getElementById('username').focus();
-			                                                    }
-			                                                });
-									enableDefaultText("gAppDomainOpenId");
-			                                            </script>
-                                        			</td>
-                                    				</tr>
-                                    			</table>
-                                			</div>
-						</td>
-						</tr>
-					</table>
-					<div class="clear"></div>
-				<div id="footer">
-					<div class="powered">
-						<span>Powered by</span><img src="../carbon/stratos-dss/images/powered-logo.gif" alt="WSO2 Data Services Server"/>
-					</div>
-					&copy;stratoslive.wso2.com copyright 2010-2012 WSO2, Inc. &nbsp;
-					<a href="http://www.wso2.com/cloud/services/terms-of-use" target="_blank">Terms of Service</a>
-			|
-			<a href="http://www.wso2.com/cloud/services/privacy-policy" target="_blank">Privacy Policy</a>
-			|
-			<a href="http://www.wso2.com/cloud/services/support" target="_blank">Support</a>
-				</div>
-			</div>
-</fmt:bundle>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/css/stratos-loginpage.css
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/css/stratos-loginpage.css b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/css/stratos-loginpage.css
deleted file mode 100644
index 9845a75..0000000
--- a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/css/stratos-loginpage.css
+++ /dev/null
@@ -1,265 +0,0 @@
-body {
-	color:#111111;
-	font-family:"Calibri","Lucida Grande","Lucida Sans","Microsoft Sans Serif","Lucida Sans Unicode","Verdana","Sans-serif","trebuchet ms" !important;
-	font-size:0.75em;
-	font-size-adjust:none;
-	font-style:normal;
-	font-variant:normal;
-	font-weight:normal;
-	line-height:1.25em;
-	background-image: url(../images/body-bg.gif);
-	background-position: left top;
-	background-repeat: repeat-x;
-	margin: 0px;
-	padding: 0px;
-}
-
-div.clear {
-	clear:both;
-}
-p { }
-
-td { }
-
-a:link { }
-
-a:visited { }
-
-a:hover { }
-
-a:active { }
-
-div#login-content {
-	background-image:url(../images/login-bg.gif);
-	background-position:left top;
-	background-repeat:no-repeat;
-	height:277px;
-	left:50%;
-	margin-left:-481px;
-	position:absolute;
-	text-align:center;
-	width:962px;
-}
-div#login-content div.main-text {
-	margin-top: 113px;
-	margin-left: 50px;
-	float: left;
-	width: 750px;
-	font-size: 140%;
-	line-height: 125%;
-	height: 80px;
-	text-align: left;
-}
-div.feature {
-	float:left;
-	margin-left:79px;
-	margin-top:23px;
-	padding-bottom:20px;
-	padding-top:20px;
-	text-align:left;
-	width:221px;
-}
-div.feature img {
-	float: left;
-	margin-right: 10px;
-	width: 64px;
-}
-div.feature h2 {
-	margin-top: 0px;
-	margin-bottom: 7px;
-	color: #0499CC;
-	font-size: 155%;
-	line-height: 110%;
-	font-weight: normal;
-	
-}
-div.feature p {
-	margin-top: 0px;
-	padding-top: 0px;
-}
-div#login-content div.feature-left {
-	margin-left: 70px;
-}
-a.register-button {
-	background-image:url(../images/reg-button.gif);
-	background-position:left top;
-	background-repeat:no-repeat;
-	color:#FFFFFF;
-	cursor:pointer;
-	display:block;
-	font-size:220%;
-	font-weight:normal;
-	line-height:63px;
-	margin:auto auto 5px;
-	text-align:left;
-	text-decoration:none;
-	text-indent:25px;
-	width:444px;
-}
-a.register-button:hover {
-	background-image: url(../images/reg-button-hover.gif);
-}
-div.resources {
-	text-align: center;
-}
-div.resources a {
-	background-image:url("../images/link-icon.gif");
-	background-position:right 4px;
-	background-repeat:no-repeat;
-	color:#004990;
-	font-size:130%;
-	line-height:20px;
-	padding-right:15px;
-	text-decoration:none;
-}
-div.resources a:hover {
-	color: #000000;
-}
-table.ad {
-	width: 100%;
-	margin-top: 15px;
-}
-table.ad tr td {
-	vertical-align: top;
-	text-align: center;
-}
-td#ad {
-	height:210px;
-	width: 50%;	
-}
-div#sign-in {
-	text-align:left;
-	width: 580px;
-	margin: auto;
-}
-div#sign-in div.sign-in-form {
-	width: 580px;
-}
-div#sign-in h2 {
-	border-bottom:1px solid #78BDE8;
-	font-size:130%;
-	margin-bottom:10px;
-	margin-top:0;
-	padding-bottom:10px;
-	padding-top:0;
-}
-div#sign-in table tr td.top {
-	padding-top: 10px;
-}
-div#sign-in table tr td {
-	padding-bottom:5px;
-	padding-right:7px;
-}
-div#sign-in table {
-	border-bottom:1px solid #0499CC;
-	margin-bottom:7px;
-}
-div#sign-in table tr td.title {
-	font-size: 180%;
-	font-weight: bold;
-	padding-bottom: 10px;
-	padding-top: 0px;
-	text-align: left;
-}
-#loginForm td label{
-    font-size:12px;
-}
-div#sign-in a.help {
-	font-size: 14px;
-	text-decoration: none;
-	color: #00447C;
-}
-td#ad iframe.ad-frame {
-	border: 0px;
-	width: 420px;
-	height: 210px;
-	margin: 0px;
-	padding: 0px;
-}
-div#footer {
-	margin-top: 30px;
-	height: 50px;
-	border-top: solid 1px #009FC2;
-	padding-top: 7px;
-	text-align: left;
-}
-div#footer a {
-	text-decoration: none;
-	color: #00447C;
-}
-div#footer div.powered {
-	float: right;
-	font-size: 11px;
-	color: #333;
-}
-div#footer div.powered span {
-	float: left;
-	margin-right: 5px;
-	line-height: 23px;
-}
-div#sign-in table.sign-in {
-	border-bottom: 0px;
-}
-div#sign-in table tr td {
-	padding-top: 10px;
-	width: 290px;
-}
-div#sign-in table tbody tr td.third-party {
-	border-left: dotted 1px #cccccc;
-	padding: 20px;
-}
-div#sign-in table tbody tr td.third-party a img {
-	border: 0px;
-	margin-top: 10px;
-}
-.sign-in-box{
-    -moz-border-radius: 5px;
-    border-radius: 5px;
-    border:solid 1px #b5dff7;
-    background-color:#ebf7fd;
-    padding-left:10px;
-    width:800px;
-    margin-left:70px;
-
-        -moz-box-shadow: 0 0 3px #999;
-    -webkit-box-shadow: 0 0 3px #999;
-    box-shadow: 0 0 3px #999;
-}
-.sign-in-box h3{
-    color:#0499cc;
-    font-size:12px;
-    font-weight:bold;
-    padding-bottom:10px;
-}
-.sign-in-box table tr td{
-    text-align:left !important;
-}
-.user_pass_table a{
-    font-size:11px;
-}
-.user_pass_table td{
-    padding:4px;
-    text-align:left !important;
-}
-.sign-in-box div.help_txt{
-    color: #666666;
-    line-height:20px;
-}
-.user_pass_td{
-    border-right:solid 1px #ccc;
-}
-.google-app-td{
-    padding-left:10px;
-    width:300px;
-}
-#loginBoxGoogle{
-    margin-top:15px;
-}
-#loginBoxGoogle div.help_txt{
-    font-size:11px;
-}
-h2.stratos-Signin{
-    color:#0499cc;
-    font-size:22px;
-    line-height:30px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/body-bg.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/body-bg.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/body-bg.gif
deleted file mode 100644
index 0e5fb60..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/body-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-01-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-01-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-01-icon.gif
deleted file mode 100644
index 09b9da8..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-01-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-02-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-02-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-02-icon.gif
deleted file mode 100644
index 924fa96..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-02-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-03-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-03-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-03-icon.gif
deleted file mode 100644
index aa727b5..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/feature-03-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/google-apps-login.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/google-apps-login.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/google-apps-login.gif
deleted file mode 100644
index 6eb5c9b..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/google-apps-login.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/45ae532f/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/link-icon.gif
----------------------------------------------------------------------
diff --git a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/link-icon.gif b/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/link-icon.gif
deleted file mode 100644
index 5598f59..0000000
Binary files a/components/stratos/sso-mgt/org.wso2.stratos.identity.saml2.sso.mgt.ui/2.1.0/src/main/resources/web/stratos-esb/images/link-icon.gif and /dev/null differ