You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/04/01 08:28:56 UTC

[1/2] Added Apache License Header to org.apache.stratos.manager.console component's jag, css & svg files

Repository: incubator-stratos
Updated Branches:
  refs/heads/master 3cd4c3407 -> 414a2b4ea


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/util/utility.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/util/utility.jag b/components/org.apache.stratos.manager.console/console/util/utility.jag
old mode 100755
new mode 100644
index 8597271..08a9804
--- a/components/org.apache.stratos.manager.console/console/util/utility.jag
+++ b/components/org.apache.stratos.manager.console/console/util/utility.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 
 function E4XtoJSON(xml, ignored) {

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/sso/views/login.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/sso/views/login.jag b/components/org.apache.stratos.manager.console/sso/views/login.jag
index fd87a3d..2890c02 100644
--- a/components/org.apache.stratos.manager.console/sso/views/login.jag
+++ b/components/org.apache.stratos.manager.console/sso/views/login.jag
@@ -1,128 +1,149 @@
-<%
-var e = request.getParameter('authFailure');
-if( e == null){
-        e = "";
-        }
-%>
-<!DOCTYPE html>
-<!--[if lt IE 7]>
-<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]>
-<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
-<!--[if IE 8]>
-<html class="no-js lt-ie9"> <![endif]-->
-<!--[if gt IE 8]><!-->
-<html class="no-js"> <!--<![endif]-->
-<head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    
-    <meta name="description" content="">
-    <meta name="viewport" content="width=device-width">
-    <link href="views/stratos-resources/css/bootstrap.css" rel="stylesheet">
-    <link href="views/stratos-resources/css/bootstrap-theme.css" rel="stylesheet">
-    <link href="views/stratos-resources/css/bootstrap-missing.css" rel="stylesheet">
-
-    <link rel="stylesheet" href="views/stratos-resources/css/main.css">
-</head>
-<body>
-
-<div id="dcontainer"></div>
-
-<!--[if lt IE 7]>
-<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
-    your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to
-    improve your experience.</p>
-<![endif]-->
-
-
-<!-- Part 1: Wrap all page content here -->
-<div id="wrap">
-
-    
-        <div class="top-blue-strip"></div>
-        <div class="login-logo-section"><a  href="/console/"><img src="views/stratos-resources/img/logo-login.png"/></a></div>
-        <style>
-        body {
-            padding-top: 0;
-            padding-bottom: 0;
-        }
-    </style>
-
-
-    <h1 class="login-title">The most comprehensive enterprise grade PaaS Framework</h1>
-<div class="container">
-    <div class="row">
-        <div class="col-lg-12 login-box-wrapper">
-            <form id="loginForm" action="/commonauth" method="POST" >
-            <div class="login-box">
-                <div class="login-box-top">
-                    <h2 class="login-sub-title">Login to create cartridges</h2>
-
-
-
-                        <div class="username-wrapper">
-                            <input class="input-username" type="text" placeholder="Email" id="username" name="username"  />
-                        </div>
-                        <div class="password-wrapper">
-                            <input class="input-password" type="password" placeholder="Password"  id="password" name="password" />
-                        </div>
-                        <div class="login-button-wrapper">
-                            <input type="hidden" name="sessionDataKey"  value="<%=request.getParameter("sessionDataKey")%>">
-                            <button class="btn btn-primary login-button" type="submit">Sign in</button>
-                        </div>
-                    <% if(e){ %>
-                    <div class="login-error">Username or password is invalid</div>
-                    <% } %>
-
-                </div>
-                <div class="login-box-bottom">
-                    <label class="checkbox lblRemember">
-                      <input type="checkbox" value="remember-me"> Stay Signed In
-                    </label>
-
-                    <label class="pull-right"><a>Create an account</a></label>
-                    <div style="clear: both"></div>
-                </div>
-            </div>
-            </form>
-            <br />
-            <div class="login-box-footer"></div>
-        </div>
-    </div>
-</div>
-
-
-    <!-- /container -->
-    <div id="push"></div>
-</div>
-
-<footer id="footer">
-    <div class="container">
-        <div class="pull-left"><img src="views/stratos-resources/img/egg-logo.png" /></div>
-        <div class="pull-right footer-right">
-        Copyright © 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
-        Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.
-        </div>
-        <div style="clear:both"></div>
-    </div>
-</footer>
-
-
-<!-- Le javascript
-   ================================================== -->
-   <!-- Placed at the end of the document so the pages load faster -->
-   <script src="views/js/jquery-1.8.3.min.js"></script>
-   <script src="views/js/bootstrap.min.js"></script>
-   <script src="views/js/jquery.validate.js"></script>
- 	<script type="text/javascript">
-	$(function(){
-		jQuery.validator.addMethod("usrName", function(value, element) {
-			return this.optional(element) || /^[a-zA-Z0-9\-]*$/.test(value);
-		}, "Only alphanumeric characters and '-' allowed");
-	});
-
-</script>
-
-</body>
-</html>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
+<%
+var e = request.getParameter('authFailure');
+if( e == null){
+        e = "";
+        }
+%>
+<!DOCTYPE html>
+<!--[if lt IE 7]>
+<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]>
+<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]>
+<html class="no-js lt-ie9"> <![endif]-->
+<!--[if gt IE 8]><!-->
+<html class="no-js"> <!--<![endif]-->
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    
+    <meta name="description" content="">
+    <meta name="viewport" content="width=device-width">
+    <link href="views/stratos-resources/css/bootstrap.css" rel="stylesheet">
+    <link href="views/stratos-resources/css/bootstrap-theme.css" rel="stylesheet">
+    <link href="views/stratos-resources/css/bootstrap-missing.css" rel="stylesheet">
+
+    <link rel="stylesheet" href="views/stratos-resources/css/main.css">
+</head>
+<body>
+
+<div id="dcontainer"></div>
+
+<!--[if lt IE 7]>
+<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
+    your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to
+    improve your experience.</p>
+<![endif]-->
+
+
+<!-- Part 1: Wrap all page content here -->
+<div id="wrap">
+
+    
+        <div class="top-blue-strip"></div>
+        <div class="login-logo-section"><a  href="/console/"><img src="views/stratos-resources/img/logo-login.png"/></a></div>
+        <style>
+        body {
+            padding-top: 0;
+            padding-bottom: 0;
+        }
+    </style>
+
+
+    <h1 class="login-title">The most comprehensive enterprise grade PaaS Framework</h1>
+<div class="container">
+    <div class="row">
+        <div class="col-lg-12 login-box-wrapper">
+            <form id="loginForm" action="/commonauth" method="POST" >
+            <div class="login-box">
+                <div class="login-box-top">
+                    <h2 class="login-sub-title">Login to create cartridges</h2>
+
+
+
+                        <div class="username-wrapper">
+                            <input class="input-username" type="text" placeholder="Email" id="username" name="username"  />
+                        </div>
+                        <div class="password-wrapper">
+                            <input class="input-password" type="password" placeholder="Password"  id="password" name="password" />
+                        </div>
+                        <div class="login-button-wrapper">
+                            <input type="hidden" name="sessionDataKey"  value="<%=request.getParameter("sessionDataKey")%>">
+                            <button class="btn btn-primary login-button" type="submit">Sign in</button>
+                        </div>
+                    <% if(e){ %>
+                    <div class="login-error">Username or password is invalid</div>
+                    <% } %>
+
+                </div>
+                <div class="login-box-bottom">
+                    <label class="checkbox lblRemember">
+                      <input type="checkbox" value="remember-me"> Stay Signed In
+                    </label>
+
+                    <label class="pull-right"><a>Create an account</a></label>
+                    <div style="clear: both"></div>
+                </div>
+            </div>
+            </form>
+            <br />
+            <div class="login-box-footer"></div>
+        </div>
+    </div>
+</div>
+
+
+    <!-- /container -->
+    <div id="push"></div>
+</div>
+
+<footer id="footer">
+    <div class="container">
+        <div class="pull-left"><img src="views/stratos-resources/img/egg-logo.png" /></div>
+        <div class="pull-right footer-right">
+        Copyright © 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+        Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.
+        </div>
+        <div style="clear:both"></div>
+    </div>
+</footer>
+
+
+<!-- Le javascript
+   ================================================== -->
+   <!-- Placed at the end of the document so the pages load faster -->
+   <script src="views/js/jquery-1.8.3.min.js"></script>
+   <script src="views/js/bootstrap.min.js"></script>
+   <script src="views/js/jquery.validate.js"></script>
+ 	<script type="text/javascript">
+	$(function(){
+		jQuery.validator.addMethod("usrName", function(value, element) {
+			return this.optional(element) || /^[a-zA-Z0-9\-]*$/.test(value);
+		}, "Only alphanumeric characters and '-' allowed");
+	});
+
+</script>
+
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css
index 48833fd..655a9bd 100644
--- a/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css
+++ b/components/org.apache.stratos.manager.console/sso/views/stratos-resources/css/main.css
@@ -1,146 +1,167 @@
-body, div, h1,h2,h3,h4,h5, p, span{
-    font-family: 'Open Sans', sans-serif;
-}
-a{cursor: pointer}
-a:hover{text-decoration: none}
-.top-blue-strip{
-    background: #18c3f4;
-    height: 6px;
-}
-.login-logo-section{
-    text-align: center;
-    width: 100%;
-    padding:20px 0;
-}
-h1.login-title{
-    font-size:28px;
-    text-align: center;
-    padding-bottom:20px;
-    margin:0;
-}
-h2.login-sub-title{
-    font-size:14px;
-    background: transparent url(../img/transparent-white.png) repeat left top;
-    padding:5px;
-    margin:20px 0;
-}
-.login-box-wrapper{
-    text-align: center;
-}
-.login-box{
-    width:415px;
-    display: inline-block;
-}
-.login-error{
-    color: #FF0000;
-    margin: -18px 0 0;
-    padding: 0;
-    position: absolute;
-    text-align: center;
-    width: 415px;
-}
-.login-box-top{
-    background: #e8ebeb url(../img/clouds.png) no-repeat 40px 10px;
-    border-radius: 0;
-    -webkit-border-top-left-radius: 8px;
-    -webkit-border-top-right-radius: 8px;
-    -moz-border-radius-topleft: 8px;
-    -moz-border-radius-topright: 8px;
-    border-top-left-radius: 8px;
-    border-top-right-radius: 8px;
-    padding-top:10px;
-    padding-bottom:10px;
-}
-.login-box-bottom{
-    background: #c1c1c1;
-    border-radius: 0;
-    -webkit-border-bottom-right-radius: 8px;
-    -webkit-border-bottom-left-radius: 8px;
-    -moz-border-radius-bottomright: 8px;
-    -moz-border-radius-bottomleft: 8px;
-    border-bottom-right-radius: 8px;
-    border-bottom-left-radius: 8px;
-    padding:20px 10px;
-    text-align: left;
-}
-.login-box-footer{
-    background: transparent url(../img/login-shadow.png) no-repeat left top;
-    width:440px;
-    height: 64px;
-    margin-top:10px;
-    display: inline-block;
-}
-.username-wrapper{
-    background: #c1c1c1 url(../img/icon-user.png) no-repeat 8px 16px;
-    -webkit-border-top-left-radius: 5px;
-    -webkit-border-bottom-left-radius: 5px;
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-bottomleft: 5px;
-    border-top-left-radius: 5px;
-    border-bottom-left-radius: 5px;
-    height:60px;
-    margin:0 10px;
-    padding-left:40px;
-}
-.password-wrapper{
-    background: #c1c1c1 url(../img/icon-lock.png) no-repeat 8px 16px;
-    -webkit-border-top-left-radius: 5px;
-    -webkit-border-bottom-left-radius: 5px;
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-bottomleft: 5px;
-    border-top-left-radius: 5px;
-    border-bottom-left-radius: 5px;
-    height:60px;
-    margin:0 10px;
-    padding-left:40px;
-}
-.login-button-wrapper{
-    margin:20px 10px;
-}
-div.username-wrapper input.input-username{
-    height:60px;
-    width:100%;
-    font-size: 16px;
-}
-div.password-wrapper input.input-password{
-    height:60px;
-    width:100%;
-    font-size: 16px;
-}
-.login-button{
-    height:40px;
-    width:100%;
-    font-size: 16px;
-}
-.footer-right{
-    width:400px;
-    font-size: 11px;
-}
-/* Sticky footer styles
-     -------------------------------------------------- */
-
-html,
-body {
-    height: 100%;
-    /* The html and body elements cannot have any padding or margin. */
-}
-
-/* Wrapper for page content to push down footer */
-#wrap {
-    min-height: 100%;
-    height: auto !important;
-    height: 100%;
-    /* Negative indent footer by it's height */
-    margin: 0 auto -60px;
-}
-
-/* Set the fixed height of the footer here */
-#push,
-#footer {
-    height: 62px;
-    padding-top:10px;
-
-}
-#footer{
-    background: #e8ebeb;
-}
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF 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.
+ *
+*/
+
+body, div, h1,h2,h3,h4,h5, p, span{
+    font-family: 'Open Sans', sans-serif;
+}
+a{cursor: pointer}
+a:hover{text-decoration: none}
+.top-blue-strip{
+    background: #18c3f4;
+    height: 6px;
+}
+.login-logo-section{
+    text-align: center;
+    width: 100%;
+    padding:20px 0;
+}
+h1.login-title{
+    font-size:28px;
+    text-align: center;
+    padding-bottom:20px;
+    margin:0;
+}
+h2.login-sub-title{
+    font-size:14px;
+    background: transparent url(../img/transparent-white.png) repeat left top;
+    padding:5px;
+    margin:20px 0;
+}
+.login-box-wrapper{
+    text-align: center;
+}
+.login-box{
+    width:415px;
+    display: inline-block;
+}
+.login-error{
+    color: #FF0000;
+    margin: -18px 0 0;
+    padding: 0;
+    position: absolute;
+    text-align: center;
+    width: 415px;
+}
+.login-box-top{
+    background: #e8ebeb url(../img/clouds.png) no-repeat 40px 10px;
+    border-radius: 0;
+    -webkit-border-top-left-radius: 8px;
+    -webkit-border-top-right-radius: 8px;
+    -moz-border-radius-topleft: 8px;
+    -moz-border-radius-topright: 8px;
+    border-top-left-radius: 8px;
+    border-top-right-radius: 8px;
+    padding-top:10px;
+    padding-bottom:10px;
+}
+.login-box-bottom{
+    background: #c1c1c1;
+    border-radius: 0;
+    -webkit-border-bottom-right-radius: 8px;
+    -webkit-border-bottom-left-radius: 8px;
+    -moz-border-radius-bottomright: 8px;
+    -moz-border-radius-bottomleft: 8px;
+    border-bottom-right-radius: 8px;
+    border-bottom-left-radius: 8px;
+    padding:20px 10px;
+    text-align: left;
+}
+.login-box-footer{
+    background: transparent url(../img/login-shadow.png) no-repeat left top;
+    width:440px;
+    height: 64px;
+    margin-top:10px;
+    display: inline-block;
+}
+.username-wrapper{
+    background: #c1c1c1 url(../img/icon-user.png) no-repeat 8px 16px;
+    -webkit-border-top-left-radius: 5px;
+    -webkit-border-bottom-left-radius: 5px;
+    -moz-border-radius-topleft: 5px;
+    -moz-border-radius-bottomleft: 5px;
+    border-top-left-radius: 5px;
+    border-bottom-left-radius: 5px;
+    height:60px;
+    margin:0 10px;
+    padding-left:40px;
+}
+.password-wrapper{
+    background: #c1c1c1 url(../img/icon-lock.png) no-repeat 8px 16px;
+    -webkit-border-top-left-radius: 5px;
+    -webkit-border-bottom-left-radius: 5px;
+    -moz-border-radius-topleft: 5px;
+    -moz-border-radius-bottomleft: 5px;
+    border-top-left-radius: 5px;
+    border-bottom-left-radius: 5px;
+    height:60px;
+    margin:0 10px;
+    padding-left:40px;
+}
+.login-button-wrapper{
+    margin:20px 10px;
+}
+div.username-wrapper input.input-username{
+    height:60px;
+    width:100%;
+    font-size: 16px;
+}
+div.password-wrapper input.input-password{
+    height:60px;
+    width:100%;
+    font-size: 16px;
+}
+.login-button{
+    height:40px;
+    width:100%;
+    font-size: 16px;
+}
+.footer-right{
+    width:400px;
+    font-size: 11px;
+}
+/* Sticky footer styles
+     -------------------------------------------------- */
+
+html,
+body {
+    height: 100%;
+    /* The html and body elements cannot have any padding or margin. */
+}
+
+/* Wrapper for page content to push down footer */
+#wrap {
+    min-height: 100%;
+    height: auto !important;
+    height: 100%;
+    /* Negative indent footer by it's height */
+    margin: 0 auto -60px;
+}
+
+/* Set the fixed height of the footer here */
+#push,
+#footer {
+    height: 62px;
+    padding-top:10px;
+
+}
+#footer{
+    background: #e8ebeb;
+}


[2/2] git commit: Added Apache License Header to org.apache.stratos.manager.console component's jag, css & svg files

Posted by is...@apache.org.
Added Apache License Header to org.apache.stratos.manager.console component's jag, css & svg files


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/414a2b4e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/414a2b4e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/414a2b4e

Branch: refs/heads/master
Commit: 414a2b4ea5946a6e92a26559387d6dbffc783d54
Parents: 3cd4c34
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Tue Apr 1 11:50:31 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Tue Apr 1 11:50:31 2014 +0530

----------------------------------------------------------------------
 .../console/cartridge_info.jag                  |   23 +-
 .../console/cartridges.jag                      |   23 +-
 .../console/configure_stratos.jag               |   23 +-
 .../console/configure_stratos_wizard.jag        |   23 +-
 .../console/controllers/acs.jag                 |   23 +-
 .../controllers/cartridgeDefintionSubmit.jag    |   23 +-
 .../controllers/cartridgeSubscribeSubmit.jag    |   23 +-
 .../controllers/cartridgeUnsubscribeSubmit.jag  |   23 +-
 .../console/controllers/checkAvailability.jag   |   23 +-
 .../console/controllers/dashboard.jag           |   23 +-
 .../console/controllers/lbDefinitionSubmit.jag  |   23 +-
 .../console/controllers/login.jag               |   23 +-
 .../console/controllers/loginSubmit.jag         |   23 +-
 .../console/controllers/logout.jag              |   23 +-
 .../console/controllers/manageTenants.jag       |   23 +-
 .../console/controllers/mycartridges.jag        |   23 +-
 .../console/controllers/newTenantSubmit.jag     |   23 +-
 .../controllers/partitionDefinitionSubmit.jag   |   23 +-
 .../console/controllers/payloadFactory.jag      |   23 +-
 .../controllers/policyDefinitionSubmit.jag      |   23 +-
 .../console/controllers/profileClient.jag       |   23 +-
 .../console/controllers/router.jag              |   21 +
 .../console/controllers/wizardSubmit.jag        |   23 +-
 .../console/dashboard.jag                       |   23 +-
 .../console/default_page.jag                    |   23 +-
 .../console/index.jag                           |   23 +-
 .../console/login.jag                           |   23 +-
 .../console/subscribe_cartridge.jag             |   23 +-
 .../console/tenant_management.jag               |   23 +-
 .../console/tenant_new.jag                      |   23 +-
 .../theme1/subthemes/theme2/ui/css/main.css     |   23 +-
 .../console/themes/theme1/ui/css/dialog.css     |   21 +
 .../console/themes/theme1/ui/css/main.css       | 1139 +++++++++---------
 .../console/themes/theme1/ui/fonts/stratos.svg  |   23 +-
 .../console/util/acl.jag                        |   23 +-
 .../console/util/utility.jag                    |   21 +
 .../sso/views/login.jag                         |  277 +++--
 .../sso/views/stratos-resources/css/main.css    |  313 ++---
 38 files changed, 1663 insertions(+), 865 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/cartridge_info.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/cartridge_info.jag b/components/org.apache.stratos.manager.console/console/cartridge_info.jag
index 9554439..46fb633 100644
--- a/components/org.apache.stratos.manager.console/console/cartridge_info.jag
+++ b/components/org.apache.stratos.manager.console/console/cartridge_info.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel');
 var error = [];
@@ -30,4 +51,4 @@ caramel.render({
     clusterInfo:clusterInfo,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/cartridges.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/cartridges.jag b/components/org.apache.stratos.manager.console/console/cartridges.jag
index 04f94f4..8c7e113 100644
--- a/components/org.apache.stratos.manager.console/console/cartridges.jag
+++ b/components/org.apache.stratos.manager.console/console/cartridges.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel');
 var error = [];
@@ -10,4 +31,4 @@ caramel.render({
     cartridges:availableCartridges,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/configure_stratos.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/configure_stratos.jag b/components/org.apache.stratos.manager.console/console/configure_stratos.jag
index 9a723c0..73de8b4 100644
--- a/components/org.apache.stratos.manager.console/console/configure_stratos.jag
+++ b/components/org.apache.stratos.manager.console/console/configure_stratos.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel');
 var error = [];
@@ -74,4 +95,4 @@ caramel.render({
     config_status:config_status,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/configure_stratos_wizard.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/configure_stratos_wizard.jag b/components/org.apache.stratos.manager.console/console/configure_stratos_wizard.jag
index 6128106..387b596 100644
--- a/components/org.apache.stratos.manager.console/console/configure_stratos_wizard.jag
+++ b/components/org.apache.stratos.manager.console/console/configure_stratos_wizard.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel');
 var error = [];
@@ -69,4 +90,4 @@ caramel.render({
     wizard:wizard,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/acs.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/acs.jag b/components/org.apache.stratos.manager.console/console/controllers/acs.jag
old mode 100755
new mode 100644
index 54bed8a..67fa519
--- a/components/org.apache.stratos.manager.console/console/controllers/acs.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/acs.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function () {
     var log = new Log();
@@ -80,4 +101,4 @@
         session.invalidate();
     }
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/cartridgeDefintionSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/cartridgeDefintionSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/cartridgeDefintionSubmit.jag
old mode 100755
new mode 100644
index 2347507..da55456
--- a/components/org.apache.stratos.manager.console/console/controllers/cartridgeDefintionSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/cartridgeDefintionSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.cartridgeDefinitionSubmit");
@@ -11,4 +32,4 @@
         session.put("Error occurred while deploying the cartidge");
     }
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/cartridgeSubscribeSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/cartridgeSubscribeSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/cartridgeSubscribeSubmit.jag
old mode 100755
new mode 100644
index f891d2f..de06573
--- a/components/org.apache.stratos.manager.console/console/controllers/cartridgeSubscribeSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/cartridgeSubscribeSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.cartridgeSubscribeSubmit");
@@ -47,4 +68,4 @@
     var result = utils.consoleAppUtil.subscribeToCartridge(jsonRequest);
     response.sendRedirect(request.getContextPath() + '/index.jag');
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/cartridgeUnsubscribeSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/cartridgeUnsubscribeSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/cartridgeUnsubscribeSubmit.jag
old mode 100755
new mode 100644
index fc47fd4..15c1b1e
--- a/components/org.apache.stratos.manager.console/console/controllers/cartridgeUnsubscribeSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/cartridgeUnsubscribeSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.cartridgeSubscribeSubmit");
@@ -6,4 +27,4 @@
     var result = utils.consoleAppUtil.unsubscribeCartridge(alias);
     response.sendRedirect(request.getContextPath() + '/index.jag');
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/checkAvailability.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/checkAvailability.jag b/components/org.apache.stratos.manager.console/console/controllers/checkAvailability.jag
index e2a66ba..36f2f28 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/checkAvailability.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/checkAvailability.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var log = new Log("controller.manage.tenants");
 var utils = require('/util/utility.jag');
@@ -8,4 +29,4 @@ if(!available) {
 } else {
     print(available);
 }
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/dashboard.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/dashboard.jag b/components/org.apache.stratos.manager.console/console/controllers/dashboard.jag
index 1902122..6d435d9 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/dashboard.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/dashboard.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.partitionDefinitionSubmit");
@@ -12,4 +33,4 @@
         print(clusters);
     }
 })();
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/lbDefinitionSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/lbDefinitionSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/lbDefinitionSubmit.jag
old mode 100755
new mode 100644
index 5d379ab..95368db
--- a/components/org.apache.stratos.manager.console/console/controllers/lbDefinitionSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/lbDefinitionSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.lbDefinitionSubmit");
@@ -6,4 +27,4 @@
     utils.consoleAppUtil.deployLbDefinition(lbDefinition);
     response.sendRedirect(request.getContextPath() + '/lbs.jag');
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/login.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/login.jag b/components/org.apache.stratos.manager.console/console/controllers/login.jag
old mode 100755
new mode 100644
index c74b368..a4da5c3
--- a/components/org.apache.stratos.manager.console/console/controllers/login.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/login.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controllers.login.jag");
@@ -42,4 +63,4 @@
         }
     }
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/loginSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/loginSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/loginSubmit.jag
index 1785100..3638863 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/loginSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/loginSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.credentialSubmit");
@@ -36,4 +57,4 @@
     response.sendRedirect(request.getContextPath()+'/index.jag');
 
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/logout.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/logout.jag b/components/org.apache.stratos.manager.console/console/controllers/logout.jag
old mode 100755
new mode 100644
index 10ca8af..84a5b22
--- a/components/org.apache.stratos.manager.console/console/controllers/logout.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/logout.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log('controllers.logout');
@@ -45,4 +66,4 @@
          <%
     }
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/manageTenants.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/manageTenants.jag b/components/org.apache.stratos.manager.console/console/controllers/manageTenants.jag
index 491a25c..501b275 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/manageTenants.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/manageTenants.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.manage.tenants");
@@ -37,4 +58,4 @@
 
 
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/mycartridges.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/mycartridges.jag b/components/org.apache.stratos.manager.console/console/controllers/mycartridges.jag
index 214b3bf..aaa9407 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/mycartridges.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/mycartridges.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.myCartridges");
@@ -12,4 +33,4 @@
 
 
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/newTenantSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/newTenantSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/newTenantSubmit.jag
old mode 100755
new mode 100644
index 2cd033e..77effdc
--- a/components/org.apache.stratos.manager.console/console/controllers/newTenantSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/newTenantSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.newTenantSubmit");
@@ -25,4 +46,4 @@
     utils.consoleAppUtil.addTenant(jsonRequest);
     response.sendRedirect(request.getContextPath() + '/tenant_management.jag');
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/partitionDefinitionSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/partitionDefinitionSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/partitionDefinitionSubmit.jag
old mode 100755
new mode 100644
index d0ed560..5b71b05
--- a/components/org.apache.stratos.manager.console/console/controllers/partitionDefinitionSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/partitionDefinitionSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.partitionDefinitionSubmit");
@@ -6,4 +27,4 @@
     utils.consoleAppUtil.deployPartitionDefinition(partitionDefinition);
     response.sendRedirect(request.getContextPath() + '/partition_deployments.jag');
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/payloadFactory.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/payloadFactory.jag b/components/org.apache.stratos.manager.console/console/controllers/payloadFactory.jag
old mode 100755
new mode 100644
index 3132f02..16f17a5
--- a/components/org.apache.stratos.manager.console/console/controllers/payloadFactory.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/payloadFactory.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 
 var getUserProfile = "<mgt:getUserProfile xmlns:mgt=\"http://mgt.profile.user.identity.carbon.wso2.org\">\n" +
@@ -47,4 +68,4 @@ function format(variable, value, index){
 }
 
 
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/policyDefinitionSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/policyDefinitionSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/policyDefinitionSubmit.jag
old mode 100755
new mode 100644
index ada9f93..2a4e482
--- a/components/org.apache.stratos.manager.console/console/controllers/policyDefinitionSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/policyDefinitionSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.policyDefinitionSubmit");
@@ -13,4 +34,4 @@
     }
     response.sendRedirect(request.getContextPath() + '/policy_deployments.jag');
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/profileClient.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/profileClient.jag b/components/org.apache.stratos.manager.console/console/controllers/profileClient.jag
old mode 100755
new mode 100644
index 7c5137e..f6ece2a
--- a/components/org.apache.stratos.manager.console/console/controllers/profileClient.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/profileClient.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 
 var payloadFac = require("payloadFactory.jag");
@@ -54,4 +75,4 @@ function getUserProfile(username, profileName){
 
 
 
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/router.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/router.jag b/components/org.apache.stratos.manager.console/console/controllers/router.jag
old mode 100755
new mode 100644
index 4e294b3..2302913
--- a/components/org.apache.stratos.manager.console/console/controllers/router.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/router.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 
 (function(){

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/controllers/wizardSubmit.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/wizardSubmit.jag b/components/org.apache.stratos.manager.console/console/controllers/wizardSubmit.jag
old mode 100755
new mode 100644
index 978466f..42efe97
--- a/components/org.apache.stratos.manager.console/console/controllers/wizardSubmit.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/wizardSubmit.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 (function(){
     var log = new Log("controller.partitionDefinitionSubmit");
@@ -55,4 +76,4 @@
     }
     response.sendRedirect(url);
 }());
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/dashboard.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/dashboard.jag b/components/org.apache.stratos.manager.console/console/dashboard.jag
index a3ff782..c871c4e 100644
--- a/components/org.apache.stratos.manager.console/console/dashboard.jag
+++ b/components/org.apache.stratos.manager.console/console/dashboard.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var log = new Log("console.index");
 var error = [];
@@ -10,4 +31,4 @@ caramel.render({
     clusters:clusters,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/default_page.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/default_page.jag b/components/org.apache.stratos.manager.console/console/default_page.jag
index f222473..577995f 100644
--- a/components/org.apache.stratos.manager.console/console/default_page.jag
+++ b/components/org.apache.stratos.manager.console/console/default_page.jag
@@ -1,5 +1,26 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel')
 caramel.render({
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/index.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/index.jag b/components/org.apache.stratos.manager.console/console/index.jag
index 2f05d75..5be67cc 100644
--- a/components/org.apache.stratos.manager.console/console/index.jag
+++ b/components/org.apache.stratos.manager.console/console/index.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var log = new Log("console.index");
 var error=[];
@@ -11,4 +32,4 @@ caramel.render({
     mycartridges:subscribedCartridges,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/login.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/login.jag b/components/org.apache.stratos.manager.console/console/login.jag
index 8d0255c..bf3d9db 100644
--- a/components/org.apache.stratos.manager.console/console/login.jag
+++ b/components/org.apache.stratos.manager.console/console/login.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel');
 var error = session.get("error");
@@ -7,4 +28,4 @@ if(error == null) {
 session.remove("error"); // remove previous errors if any
 
 caramel.render({error:error});
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/subscribe_cartridge.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/subscribe_cartridge.jag b/components/org.apache.stratos.manager.console/console/subscribe_cartridge.jag
index 72dfacf..c76b10f 100644
--- a/components/org.apache.stratos.manager.console/console/subscribe_cartridge.jag
+++ b/components/org.apache.stratos.manager.console/console/subscribe_cartridge.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var log = new Log("subscribe_cartridge");
 var error = [];
@@ -27,4 +48,4 @@ caramel.render({
         mtServiceInfo:mtServiceInfo,
         error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/tenant_management.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/tenant_management.jag b/components/org.apache.stratos.manager.console/console/tenant_management.jag
index e2ef349..ff81da4 100644
--- a/components/org.apache.stratos.manager.console/console/tenant_management.jag
+++ b/components/org.apache.stratos.manager.console/console/tenant_management.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var log = new Log("console.tenant_management");
 var caramel = require('caramel');
@@ -11,4 +32,4 @@ caramel.render({
     tenants:tenants,
     error:error
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/tenant_new.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/tenant_new.jag b/components/org.apache.stratos.manager.console/console/tenant_new.jag
index 7c08761..1f51674 100644
--- a/components/org.apache.stratos.manager.console/console/tenant_new.jag
+++ b/components/org.apache.stratos.manager.console/console/tenant_new.jag
@@ -1,6 +1,27 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 var caramel = require('caramel');
 var log = new Log();
 caramel.render({
 });
-%>
\ No newline at end of file
+%>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/themes/theme1/subthemes/theme2/ui/css/main.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/subthemes/theme2/ui/css/main.css b/components/org.apache.stratos.manager.console/console/themes/theme1/subthemes/theme2/ui/css/main.css
index c9cb8da..7f9d0d3 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme1/subthemes/theme2/ui/css/main.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme1/subthemes/theme2/ui/css/main.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF 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.
+ *
+*/
+
 body, div, h1,h2,h3,h4,h5, p, span{
     font-family: 'Open Sans', sans-serif;
 }
@@ -576,4 +597,4 @@ label.error{
     position: absolute;
     margin-left: 0;
     margin-top: 20px;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/dialog.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/dialog.css b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/dialog.css
index eac0c2c..be248e4 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/dialog.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/dialog.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF 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.
+ *
+*/
+
 div#messagebox {
     background-image: url(../img/confirm.gif);
     background-position: 15px 15px;

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/main.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/main.css b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/main.css
index 83d000e..0f9ef13 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/main.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/css/main.css
@@ -1,283 +1,304 @@
-body, div, h1,h2,h3,h4,h5, p, span{
-    font-family: 'Open Sans', sans-serif;
-}
-a{cursor: pointer}
-a:hover{text-decoration: none}
-.top-blue-strip{
-    background: #18c3f4;
-    height: 6px;
-}
-.login-logo-section{
-    text-align: center;
-    width: 100%;
-    padding:20px 0;
-}
-h1.login-title{
-    font-size:28px;
-    text-align: center;
-    padding-bottom:20px;
-    margin:0;
-}
-h2.login-sub-title{
-    font-size:14px;
-    background: transparent url(../img/transparent-white.png) repeat left top;
-    padding:5px;
-    margin:20px 0;
-}
-.login-box-wrapper{
-    text-align: center;
-}
-.login-box{
-    width:415px;
-    display: inline-block;
-}
-.login-box-top{
-    background: #e8ebeb url(../img/clouds.png) no-repeat 40px 10px;
-    border-radius: 0;
-    -webkit-border-top-left-radius: 8px;
-    -webkit-border-top-right-radius: 8px;
-    -moz-border-radius-topleft: 8px;
-    -moz-border-radius-topright: 8px;
-    border-top-left-radius: 8px;
-    border-top-right-radius: 8px;
-    padding-top:10px;
-    padding-bottom:10px;
-}
-.login-box-bottom{
-    background: #c1c1c1;
-    border-radius: 0;
-    -webkit-border-bottom-right-radius: 8px;
-    -webkit-border-bottom-left-radius: 8px;
-    -moz-border-radius-bottomright: 8px;
-    -moz-border-radius-bottomleft: 8px;
-    border-bottom-right-radius: 8px;
-    border-bottom-left-radius: 8px;
-    padding:20px 10px;
-    text-align: left;
-}
-.login-box-footer{
-    background: transparent url(../img/login-shadow.png) no-repeat left top;
-    width:440px;
-    height: 64px;
-    margin-top:10px;
-    display: inline-block;
-}
-.username-wrapper{
-    background: #c1c1c1 url(../img/icon-user.png) no-repeat 8px 16px;
-    -webkit-border-top-left-radius: 5px;
-    -webkit-border-bottom-left-radius: 5px;
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-bottomleft: 5px;
-    border-top-left-radius: 5px;
-    border-bottom-left-radius: 5px;
-    height:60px;
-    margin:0 10px;
-    padding-left:40px;
-}
-.password-wrapper{
-    background: #c1c1c1 url(../img/icon-lock.png) no-repeat 8px 16px;
-    -webkit-border-top-left-radius: 5px;
-    -webkit-border-bottom-left-radius: 5px;
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-bottomleft: 5px;
-    border-top-left-radius: 5px;
-    border-bottom-left-radius: 5px;
-    height:60px;
-    margin:0 10px;
-    padding-left:40px;
-}
-.login-button-wrapper{
-    margin:34px 10px 20px;
-}
-div.username-wrapper input.input-username{
-    height:60px;
-    width:100%;
-    font-size: 16px;
-}
-div.password-wrapper input.input-password{
-    height:60px;
-    width:100%;
-    font-size: 16px;
-}
-.login-button{
-    height:40px;
-    width:100%;
-    font-size: 16px;
-}
-.footer-right{
-    width:400px;
-    font-size: 11px;
-}
-/* Sticky footer styles
-     -------------------------------------------------- */
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF 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.
+ *
+*/
+
+body, div, h1,h2,h3,h4,h5, p, span{
+    font-family: 'Open Sans', sans-serif;
+}
+a{cursor: pointer}
+a:hover{text-decoration: none}
+.top-blue-strip{
+    background: #18c3f4;
+    height: 6px;
+}
+.login-logo-section{
+    text-align: center;
+    width: 100%;
+    padding:20px 0;
+}
+h1.login-title{
+    font-size:28px;
+    text-align: center;
+    padding-bottom:20px;
+    margin:0;
+}
+h2.login-sub-title{
+    font-size:14px;
+    background: transparent url(../img/transparent-white.png) repeat left top;
+    padding:5px;
+    margin:20px 0;
+}
+.login-box-wrapper{
+    text-align: center;
+}
+.login-box{
+    width:415px;
+    display: inline-block;
+}
+.login-box-top{
+    background: #e8ebeb url(../img/clouds.png) no-repeat 40px 10px;
+    border-radius: 0;
+    -webkit-border-top-left-radius: 8px;
+    -webkit-border-top-right-radius: 8px;
+    -moz-border-radius-topleft: 8px;
+    -moz-border-radius-topright: 8px;
+    border-top-left-radius: 8px;
+    border-top-right-radius: 8px;
+    padding-top:10px;
+    padding-bottom:10px;
+}
+.login-box-bottom{
+    background: #c1c1c1;
+    border-radius: 0;
+    -webkit-border-bottom-right-radius: 8px;
+    -webkit-border-bottom-left-radius: 8px;
+    -moz-border-radius-bottomright: 8px;
+    -moz-border-radius-bottomleft: 8px;
+    border-bottom-right-radius: 8px;
+    border-bottom-left-radius: 8px;
+    padding:20px 10px;
+    text-align: left;
+}
+.login-box-footer{
+    background: transparent url(../img/login-shadow.png) no-repeat left top;
+    width:440px;
+    height: 64px;
+    margin-top:10px;
+    display: inline-block;
+}
+.username-wrapper{
+    background: #c1c1c1 url(../img/icon-user.png) no-repeat 8px 16px;
+    -webkit-border-top-left-radius: 5px;
+    -webkit-border-bottom-left-radius: 5px;
+    -moz-border-radius-topleft: 5px;
+    -moz-border-radius-bottomleft: 5px;
+    border-top-left-radius: 5px;
+    border-bottom-left-radius: 5px;
+    height:60px;
+    margin:0 10px;
+    padding-left:40px;
+}
+.password-wrapper{
+    background: #c1c1c1 url(../img/icon-lock.png) no-repeat 8px 16px;
+    -webkit-border-top-left-radius: 5px;
+    -webkit-border-bottom-left-radius: 5px;
+    -moz-border-radius-topleft: 5px;
+    -moz-border-radius-bottomleft: 5px;
+    border-top-left-radius: 5px;
+    border-bottom-left-radius: 5px;
+    height:60px;
+    margin:0 10px;
+    padding-left:40px;
+}
+.login-button-wrapper{
+    margin:34px 10px 20px;
+}
+div.username-wrapper input.input-username{
+    height:60px;
+    width:100%;
+    font-size: 16px;
+}
+div.password-wrapper input.input-password{
+    height:60px;
+    width:100%;
+    font-size: 16px;
+}
+.login-button{
+    height:40px;
+    width:100%;
+    font-size: 16px;
+}
+.footer-right{
+    width:400px;
+    font-size: 11px;
+}
+/* Sticky footer styles
+     -------------------------------------------------- */
 html {
     position: relative;
     min-height: 100%;
 }
-body {
+body {
     /* Margin bottom by footer height */
     margin-bottom: 60px;
-}
-
-
-/* Set the fixed height of the footer here */
-#footer {
+}
+
+
+/* Set the fixed height of the footer here */
+#footer {
     position: absolute;
     bottom: 0;
     width: 100%;
     /* Set the fixed height of the footer here */
     height: 60px;
-    padding-top:10px;
-
-}
-#footer{
-    background: #e8ebeb;
-}
-.main-menu{
-    background: #e8ebeb;
-    -webkit-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
-    -moz-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
-    box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
-}
-.shadow-wrapper{
-    background: transparent url(../img/repeat.png) repeat-x;
-        -webkit-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
-        -moz-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
-        box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
-}
-.breadcrumb-strip{
-    min-height: 58px;
-    z-index: 1;
-    padding-top:10px;
-}
-.menu-strip{
-    z-index: 2;
-}
-.custom-nav ul{
-    padding:0;
-    margin:0;
-    border-left:solid 1px #9eafbc;
-    border-right:solid 1px #cadff0;
-}
-.custom-nav ul li{
-    float:left;
-    display: block;
-    border-left:solid 1px #cadff0;
-    border-right:solid 1px #9eafbc;
-}
-.custom-nav ul li a{
-    height: 64px;
-    display: block;
-    padding:5px 20px;
-    text-align: center;
-    font-size: 14px;
-    color:#444;
-}
-.custom-nav ul li a:hover{
-    background: #c8d6df;
-    text-decoration: none;
-}
-.custom-nav ul li i{
-    font-size: 24px;
-}
-.custom-nav ul li.active a{
-    background: #595a5a;
-    color: #fff;
-}
-.custom-nav ul li.active a:hover{
-    background: #3e3f3f;
-}
-.custom-nav ul li.active i{
-    color:#06adf0;
-}
-.navbar-brand{
-    padding:10px 0 0 0;
-}
-.help-section p {
-    font-size: 12px;
-}
-.icons-help{
-    font-size: 34px;
-    color:#a4a6a6;
-    display: block;
-    float:left;
-    margin-right:10px;
-}
-i.icons-small-size{
-    font-size: 20px;
-}
-.content-starter{
-    margin-top: 125px;
-}
-h1{
-    color:#575757;
-    font-size:37px;
-}
-h2{
-    background: #fff;
-    display: inline-block;
-    padding:0 10px 0 0;
-    margin:10px 0 20px;
-    color:#575757;
-    text-transform:capitalize;
-
-}
-.h2-wrapper{
-    background: transparent url(../img/gray.png) repeat-x left 30px;
-}
-h3{
-    margin: 15px 0 0 0;
-}
-h3 span{
-    color:#999;
-}
-h4{
-    font-weight: bold;
-    padding: 0;
-    margin: 10px 0 0 0;
-    color:#686868;
-    font-size: 14px;
-}
-.box-container{
-    background: #eff1f1;
-    border: solid 1px #dadada;
-    min-height: 160px;
-    margin-top:10px ;
-    margin-bottom: 20px;
-    padding:10px;
-}
-.box-left{
-    padding-top: 20px;
-}
-.state-box{
-    position: absolute;
-    margin-top: -15px;
-}
-.active-state{
-    background: #67b200;
-    color:#fff;
-    padding:5px 10px;
-}
-.inactive-state{
-    background: #fbc240;
-    color:#fff;
-    padding:5px 10px;
-}
-.big-pro-icons{
-    font-size: 50px;
-    margin-top: 20px;
-}
-.box-left span{
-    font-size: 14px;
-}
-.big-pro-icons-title{
-    text-align: left    ;
-    padding-top: 10px;
-}
-.cartridge-description{
-    padding-top:10px;
-    font-size: 12px;
-}
+    padding-top:10px;
+
+}
+#footer{
+    background: #e8ebeb;
+}
+.main-menu{
+    background: #e8ebeb;
+    -webkit-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
+    -moz-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
+    box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
+}
+.shadow-wrapper{
+    background: transparent url(../img/repeat.png) repeat-x;
+        -webkit-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
+        -moz-box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
+        box-shadow: 1px 3px 4px 1px rgba(71,71,71,1);
+}
+.breadcrumb-strip{
+    min-height: 58px;
+    z-index: 1;
+    padding-top:10px;
+}
+.menu-strip{
+    z-index: 2;
+}
+.custom-nav ul{
+    padding:0;
+    margin:0;
+    border-left:solid 1px #9eafbc;
+    border-right:solid 1px #cadff0;
+}
+.custom-nav ul li{
+    float:left;
+    display: block;
+    border-left:solid 1px #cadff0;
+    border-right:solid 1px #9eafbc;
+}
+.custom-nav ul li a{
+    height: 64px;
+    display: block;
+    padding:5px 20px;
+    text-align: center;
+    font-size: 14px;
+    color:#444;
+}
+.custom-nav ul li a:hover{
+    background: #c8d6df;
+    text-decoration: none;
+}
+.custom-nav ul li i{
+    font-size: 24px;
+}
+.custom-nav ul li.active a{
+    background: #595a5a;
+    color: #fff;
+}
+.custom-nav ul li.active a:hover{
+    background: #3e3f3f;
+}
+.custom-nav ul li.active i{
+    color:#06adf0;
+}
+.navbar-brand{
+    padding:10px 0 0 0;
+}
+.help-section p {
+    font-size: 12px;
+}
+.icons-help{
+    font-size: 34px;
+    color:#a4a6a6;
+    display: block;
+    float:left;
+    margin-right:10px;
+}
+i.icons-small-size{
+    font-size: 20px;
+}
+.content-starter{
+    margin-top: 125px;
+}
+h1{
+    color:#575757;
+    font-size:37px;
+}
+h2{
+    background: #fff;
+    display: inline-block;
+    padding:0 10px 0 0;
+    margin:10px 0 20px;
+    color:#575757;
+    text-transform:capitalize;
+
+}
+.h2-wrapper{
+    background: transparent url(../img/gray.png) repeat-x left 30px;
+}
+h3{
+    margin: 15px 0 0 0;
+}
+h3 span{
+    color:#999;
+}
+h4{
+    font-weight: bold;
+    padding: 0;
+    margin: 10px 0 0 0;
+    color:#686868;
+    font-size: 14px;
+}
+.box-container{
+    background: #eff1f1;
+    border: solid 1px #dadada;
+    min-height: 160px;
+    margin-top:10px ;
+    margin-bottom: 20px;
+    padding:10px;
+}
+.box-left{
+    padding-top: 20px;
+}
+.state-box{
+    position: absolute;
+    margin-top: -15px;
+}
+.active-state{
+    background: #67b200;
+    color:#fff;
+    padding:5px 10px;
+}
+.inactive-state{
+    background: #fbc240;
+    color:#fff;
+    padding:5px 10px;
+}
+.big-pro-icons{
+    font-size: 50px;
+    margin-top: 20px;
+}
+.box-left span{
+    font-size: 14px;
+}
+.big-pro-icons-title{
+    text-align: left    ;
+    padding-top: 10px;
+}
+.cartridge-description{
+    padding-top:10px;
+    font-size: 12px;
+}
 .cartridge-description-repo{
     padding-top:10px;
     font-size: 12px;
@@ -287,258 +308,258 @@ h4{
     color:#444;
     border-radius: 2px;
 }
-
-.lb-description{
-    padding-top:10px;
-    font-size: 14px;
-    font-weight: bold;
-    color: green;
-}
-.required{
-    font-weight: bold;
-}
-.speech-bubble{
-    width: 780px;
-    background: #eff1f1;
-    border:solid 1px #dadada;
-    padding: 10px;
-    color:#686868;
-    position: absolute;
-}
-
-.speech-pointer {
-    content: '';
-    position: absolute;
-    border-style: solid;
-    border-width: 15px 15px 15px 0;
-    border-color: transparent #eff1f1;
-    display: block;
-    width: 0;
-    z-index: 1;
-    left: -15px;
-    top: 5px;
-}
-#credential_container h2{
-    background: transparent;
-}
-.sub-menu{
-    padding:0;
-    margin:-7px 0 0;
-}
-.sub-menu li{
-    list-style: none;
-    float:left;
-}
-.sub-menu li a{
-    display:block;
-    padding:15px 10px;
-    border-left: solid 1px #f2f5f5;
-    border-right: solid 1px #d1d3d3;
-    height: 55px;
-}
-.sub-menu li.active a{
-    background: #f45b00;
-    color:#fff;
-}
-.sub-menu li span{
-    display:block;
-    padding:15px 10px;
-    border-left: solid 1px #f2f5f5;
-    border-right: solid 1px #d1d3d3;
-    height: 55px;
-    color:#999;
-}
-/* wizard menu */
-.sub-menu-wizard{
-    padding:0;
-    margin:-7px 0 0;
-}
-.sub-menu-wizard li{
-    list-style: none;
-    float:left;
-    background: #dcdcdc;
-    text-align: center;
-}
-.sub-menu-wizard li.no-background{
-    background: transparent;
-}
-.sub-menu-wizard li a{
-    display:block;
-    padding:5px 10px;
-    height: 55px;
-    text-align: center;
-}
-.sub-menu-wizard li.active a{
-    background: #ffae00;
-    color:#fff;
-}
-.sub-menu-wizard li a{
-    background: #444444;
-    color:#fff;
-}
-.non-wizard li a{
-    border-left:solid 1px #444;
-    border-right:solid 1px #efefef;
-}
-.sub-menu-wizard li span{
-    display:block;
-    padding:15px 10px;
-    border-left: solid 1px #f2f5f5;
-    border-right: solid 1px #d1d3d3;
-    height: 55px;
-    color:#999;
-}
-.sub-menu-wizard-pointer {
-    content: '';
-    border-style: solid;
-    border-width: 27px 0 28px 10px;
-    border-color: transparent #dcdcdc;
-    display: block;
-    width: 0;
-    z-index: 1;
-}
-ul li.active-pointer{
-    border-color: transparent #ffae00;
-    background: #ffae00;
-}
-div.wizard-number{
-    display: inline-block;
-    width:20px;
-    padding:2px 5px;
-    background: #595a5a;
-    color:#fff;
-    font-weight: bold;
-    font-size: 12px;
-    border-radius: 11px;
-    -moz-border-radius: 11px;
-    -webkit-border-radius: 11px;
-}
-div.in-active-wizard-item{
-    padding:5px 10px;
-    height: 55px;
-}
-ul.sub-menu-wizard li.active-no-background{
-    background: #dcdcdc;
-}
-/* inactive menu */
-.sub-menu-inactive{
-    padding:0;
-    margin:-7px 0 0;
-    border-right:solid 4px #444;
-}
-
-.sub-menu-inactive li{
-    list-style: none;
-    float:left;
-    display:block;
-    padding:15px 10px;
-    border-left: solid 1px #f2f5f5;
-    border-right: solid 1px #d1d3d3;
-    height: 55px;
-    color:#888;
-    background: #ddd;
-}
-#messageModal i{
-    font-size:75px;
-}
-#messageModal i.error{
-    color:red;
-}
-#messageModal i.warning{
-    color: #ffba41;
-}
-#messageModal i.info{
-    color: #4b7eff;
-}
-#messageModal td.imageCell{
-    padding-right:20px;
-}
-/* syntax highlight styles */
-pre {border:none;background: transparent }
-.string { color: green; }
-.number { color: darkorange; }
-.boolean { color: blue; }
-.null { color: magenta; }
-.key { color: red; }
-textarea{display: block;}
-textarea.jsonEditor{
-    width:100%;
-}
-/*syntax highlight styles */
-.info-bar{
-    background: #ffe096;
-    position: absolute;
-    width:100%;
-    margin-top:-10px;
-}
-div.error{
-    background: none repeat scroll 0 0 #FF2222;
-    color: #FFFFFF;
-}
-
-div.success{
-    background:#ffe096;
-    color:#058a26;
-}
-
-.color-a-full-icons{
-    color:#ff9000;
-    font-size:30px;
-}
-.panel-heading{
-    padding:5px 10px;
-}
-.padding-remover-left{
-    padding-left:0;
-}
-label.required{
-    font-weight: bold;
-}
-li.dropdown ul.dropdown-menu li{
-    float: none;
-}
-li.dropdown ul.dropdown-menu li a{
-    height: 28px;
-    padding: 3px 20px;
-    text-align: left;
-}
-li.dropdown ul.dropdown-menu li a:hover{
-    background: #3e3f3f;
-    color:#fff;
-}
-li.dropdown ul.dropdown-menu li a i{
-    font-size: 20px;
-}
-.green-check{
-    color: #00b600;
-    font-size:18px;
-}.orange-check{
-    color: #e68d00;
-    font-size:18px;
-}
-.table thead > tr > th{
-    vertical-align: top;
-    background: #9d9f9f;
-    color:#fff;
-}
-.table thead > tr > th div{
-    font-size: 11px;
-    color:#d9d9d9;
-}
-.terms-of-use{
-    padding:10px;
-    background: #f7f7f7;
-    border: solid 1px #d1d1d1;
-}
-#wrap > div.container, .main-menu div.container{
-    min-width: 800px;
-}
 
+.lb-description{
+    padding-top:10px;
+    font-size: 14px;
+    font-weight: bold;
+    color: green;
+}
+.required{
+    font-weight: bold;
+}
+.speech-bubble{
+    width: 780px;
+    background: #eff1f1;
+    border:solid 1px #dadada;
+    padding: 10px;
+    color:#686868;
+    position: absolute;
+}
+
+.speech-pointer {
+    content: '';
+    position: absolute;
+    border-style: solid;
+    border-width: 15px 15px 15px 0;
+    border-color: transparent #eff1f1;
+    display: block;
+    width: 0;
+    z-index: 1;
+    left: -15px;
+    top: 5px;
+}
+#credential_container h2{
+    background: transparent;
+}
+.sub-menu{
+    padding:0;
+    margin:-7px 0 0;
+}
+.sub-menu li{
+    list-style: none;
+    float:left;
+}
+.sub-menu li a{
+    display:block;
+    padding:15px 10px;
+    border-left: solid 1px #f2f5f5;
+    border-right: solid 1px #d1d3d3;
+    height: 55px;
+}
+.sub-menu li.active a{
+    background: #f45b00;
+    color:#fff;
+}
+.sub-menu li span{
+    display:block;
+    padding:15px 10px;
+    border-left: solid 1px #f2f5f5;
+    border-right: solid 1px #d1d3d3;
+    height: 55px;
+    color:#999;
+}
+/* wizard menu */
+.sub-menu-wizard{
+    padding:0;
+    margin:-7px 0 0;
+}
+.sub-menu-wizard li{
+    list-style: none;
+    float:left;
+    background: #dcdcdc;
+    text-align: center;
+}
+.sub-menu-wizard li.no-background{
+    background: transparent;
+}
+.sub-menu-wizard li a{
+    display:block;
+    padding:5px 10px;
+    height: 55px;
+    text-align: center;
+}
+.sub-menu-wizard li.active a{
+    background: #ffae00;
+    color:#fff;
+}
+.sub-menu-wizard li a{
+    background: #444444;
+    color:#fff;
+}
+.non-wizard li a{
+    border-left:solid 1px #444;
+    border-right:solid 1px #efefef;
+}
+.sub-menu-wizard li span{
+    display:block;
+    padding:15px 10px;
+    border-left: solid 1px #f2f5f5;
+    border-right: solid 1px #d1d3d3;
+    height: 55px;
+    color:#999;
+}
+.sub-menu-wizard-pointer {
+    content: '';
+    border-style: solid;
+    border-width: 27px 0 28px 10px;
+    border-color: transparent #dcdcdc;
+    display: block;
+    width: 0;
+    z-index: 1;
+}
+ul li.active-pointer{
+    border-color: transparent #ffae00;
+    background: #ffae00;
+}
+div.wizard-number{
+    display: inline-block;
+    width:20px;
+    padding:2px 5px;
+    background: #595a5a;
+    color:#fff;
+    font-weight: bold;
+    font-size: 12px;
+    border-radius: 11px;
+    -moz-border-radius: 11px;
+    -webkit-border-radius: 11px;
+}
+div.in-active-wizard-item{
+    padding:5px 10px;
+    height: 55px;
+}
+ul.sub-menu-wizard li.active-no-background{
+    background: #dcdcdc;
+}
+/* inactive menu */
+.sub-menu-inactive{
+    padding:0;
+    margin:-7px 0 0;
+    border-right:solid 4px #444;
+}
+
+.sub-menu-inactive li{
+    list-style: none;
+    float:left;
+    display:block;
+    padding:15px 10px;
+    border-left: solid 1px #f2f5f5;
+    border-right: solid 1px #d1d3d3;
+    height: 55px;
+    color:#888;
+    background: #ddd;
+}
+#messageModal i{
+    font-size:75px;
+}
+#messageModal i.error{
+    color:red;
+}
+#messageModal i.warning{
+    color: #ffba41;
+}
+#messageModal i.info{
+    color: #4b7eff;
+}
+#messageModal td.imageCell{
+    padding-right:20px;
+}
+/* syntax highlight styles */
+pre {border:none;background: transparent }
+.string { color: green; }
+.number { color: darkorange; }
+.boolean { color: blue; }
+.null { color: magenta; }
+.key { color: red; }
+textarea{display: block;}
+textarea.jsonEditor{
+    width:100%;
+}
+/*syntax highlight styles */
+.info-bar{
+    background: #ffe096;
+    position: absolute;
+    width:100%;
+    margin-top:-10px;
+}
+div.error{
+    background: none repeat scroll 0 0 #FF2222;
+    color: #FFFFFF;
+}
+
+div.success{
+    background:#ffe096;
+    color:#058a26;
+}
 
-@media (max-width: 1200px) {
-    .sub-menu{
-            font-size: 11px;
-        }
+.color-a-full-icons{
+    color:#ff9000;
+    font-size:30px;
+}
+.panel-heading{
+    padding:5px 10px;
+}
+.padding-remover-left{
+    padding-left:0;
+}
+label.required{
+    font-weight: bold;
+}
+li.dropdown ul.dropdown-menu li{
+    float: none;
+}
+li.dropdown ul.dropdown-menu li a{
+    height: 28px;
+    padding: 3px 20px;
+    text-align: left;
+}
+li.dropdown ul.dropdown-menu li a:hover{
+    background: #3e3f3f;
+    color:#fff;
+}
+li.dropdown ul.dropdown-menu li a i{
+    font-size: 20px;
+}
+.green-check{
+    color: #00b600;
+    font-size:18px;
+}.orange-check{
+    color: #e68d00;
+    font-size:18px;
+}
+.table thead > tr > th{
+    vertical-align: top;
+    background: #9d9f9f;
+    color:#fff;
+}
+.table thead > tr > th div{
+    font-size: 11px;
+    color:#d9d9d9;
+}
+.terms-of-use{
+    padding:10px;
+    background: #f7f7f7;
+    border: solid 1px #d1d1d1;
+}
+#wrap > div.container, .main-menu div.container{
+    min-width: 800px;
+}
+
+
+@media (max-width: 1200px) {
+    .sub-menu{
+            font-size: 11px;
+        }
     .responsive-gap-maker{
         margin-top: 160px;
     }
@@ -563,45 +584,45 @@ li.dropdown ul.dropdown-menu li a i{
     .responsive-gap-maker{
         margin-top: 210px;
     }
-}
-label.error{
-    color: #be0000;
-    padding-bottom: 10px;
-}
-.loginError{
-    color: #BE0000;
-    margin-top: -27px;
-    position: absolute;
-    text-align: center;
-    width: 395px;
-}
-.hasDomain{
-    color:green;
-}
-.noDomain{
-    color:red;
-}
-.un-subscribe-container{
-    position: absolute;
-    width:100%;
-    text-align: right;
-    padding-right:30px;
-    z-index: 100;
-    margin-top: -5px;
-}
-.un-subscribe-container a.un-subscribe{
-    color:red;
-}
-.un-subscribe-container i{
-    font-size:20px;
-}
-.terms-of-use-check{
-    padding-bottom:20px;
-}
-.terms-of-use-check label.error{
-    position: absolute;
-    margin-left: 0;
-    margin-top: 20px;
+}
+label.error{
+    color: #be0000;
+    padding-bottom: 10px;
+}
+.loginError{
+    color: #BE0000;
+    margin-top: -27px;
+    position: absolute;
+    text-align: center;
+    width: 395px;
+}
+.hasDomain{
+    color:green;
+}
+.noDomain{
+    color:red;
+}
+.un-subscribe-container{
+    position: absolute;
+    width:100%;
+    text-align: right;
+    padding-right:30px;
+    z-index: 100;
+    margin-top: -5px;
+}
+.un-subscribe-container a.un-subscribe{
+    color:red;
+}
+.un-subscribe-container i{
+    font-size:20px;
+}
+.terms-of-use-check{
+    padding-bottom:20px;
+}
+.terms-of-use-check label.error{
+    position: absolute;
+    margin-left: 0;
+    margin-top: 20px;
 }
 .dashboard-wrapper-a{
     background: #111;
@@ -645,4 +666,4 @@ label.error{
 }
 .action-buttons{
     white-space: nowrap;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/themes/theme1/ui/fonts/stratos.svg
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/fonts/stratos.svg b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/fonts/stratos.svg
index 2459ec1..b382fef 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/fonts/stratos.svg
+++ b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/fonts/stratos.svg
@@ -1,4 +1,25 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
 <svg xmlns="http://www.w3.org/2000/svg">
 <metadata>Generated by IcoMoon</metadata>
@@ -17,4 +38,4 @@
 <glyph unicode="&#xe607;" d="M792.366 584.588l-83.321-69.707 204.042-236.883 115.248 23.267zM784.013 311.444c-30.24 0-53.362-21.343-53.362-49.257v-277.073c0-27.914 23.123-51.31 53.362-51.31h433.055c30.24 0 55.415 23.395 55.415 51.31v277.073c0 27.914-25.175 49.257-55.415 49.257zM831.218 246.472h340.697c23.737 0 41.048-19.136 41.048-41.048v-171.259c0-21.912-17.31-38.995-41.048-38.995h-340.697c-23.737 0-43.1 17.083-43.1 38.995v171.259c0 21.912 19.363 41.048 43.1 41.048zM623.927 961.992c-147.501 0-266.75-119.25-266.75-266.75 0-147.501 119.25-266.75 266.75-266.75 147.501 0 266.75 119.25 266.75 266.75 0 147.501-119.25 266.75-266.75 266.75zM623.927 874.649c99.563 0 179.407-79.844 179.407-179.407s-79.844-179.407-179.407-179.407c-99.563 0-181.768 79.844-181.768 179.407 0 99.563 82.205 179.407 181.768 179.407zM483.85 584.588l83.321-69.707-204.042-236.883-115.248 23.267zM492.203 311.444c30.24 0 53.362-21.343 53.362-49.257v-277.073c0-27.914-23.123-51.31-53.362-51.31h-433.055c-30.24 0-55.415 23.
 395-55.415 51.31v277.073c0 27.914 25.175 49.257 55.415 49.257zM444.998 246.472h-340.697c-23.737 0-41.048-19.136-41.048-41.048v-171.259c0-21.912 17.31-38.995 41.048-38.995h340.697c23.737 0 43.1 17.083 43.1 38.995v171.259c0 21.912-19.363 41.048-43.1 41.048z" horiz-adv-x="1270" />
 <glyph unicode="&#xe608;" d="M108 961.333c-60.442 0-109.333-48.892-109.333-109.333v-812c0-60.442 48.892-109.333 109.333-109.333h809.333c60.442 0 109.333 48.892 109.333 109.333v812c0 60.442-48.892 109.333-109.333 109.333h-809.333zM148 912h728c55.015 0 100-44.985 100-100v-728c0-55.015-44.985-100-100-100h-728c-55.015 0-100 44.985-100 100v728c0 55.015 44.985 100 100 100zM496 745.333c-52.751 0-99.975-12.568-141.333-37.333v-114.667c39.377 35.166 82.184 52 128 52 19.565 0 35.617-6.065 48-17.333 12.383-11.269 18.667-25.084 18.667-42.667 0-16.098-4.666-31.465-13.333-45.333-8.668-13.869-24.816-31.197-49.333-52-39.625-33.434-60-70.147-60-112 0-17.088 3.39-34.569 9.333-50.667h100c-6.685 12.63-9.333 25.293-9.333 38.667 0 13.621 3.142 26.531 9.333 38.667 6.191 12.135 21.996 30.206 48 52 32.442 26.499 54.531 51.044 66.667 73.333 12.135 22.289 18.666 47.177 18.667 74.667 0 45.815-15.71 80.567-46.667 105.333-30.957 24.765-73.174 37.333-126.667 37.333zM492 278.667c-19.813 0-36.798-6.656-50.667-18.667
 -13.869-12.012-21.333-27.007-21.333-45.333 0-17.336 7.712-31.37 21.333-44 13.62-12.63 31.635-20 54.667-20 18.079 0 33.789 6.408 46.667 18.667 12.878 12.259 18.666 27.255 18.667 45.333 0 18.326-6.255 33.322-20 45.333-13.745 12.011-30.264 18.666-49.333 18.667z" />
 <glyph unicode="&#xe609;" d="M96.955 950.703c-48.984 0-87.658-38.673-87.658-87.658v-830.091c0-48.984 38.673-87.658 87.658-87.658h824.778c48.984 0 87.658 38.673 87.658 87.658v830.091c0 48.984-38.673 87.658-87.658 87.658h-824.778zM114.22 929.453h790.246c46.944 0 83.673-36.729 83.673-83.673v-795.559c0-46.944-36.729-85.001-83.673-85.001h-790.246c-46.944 0-85.001 38.057-85.001 85.001v795.559c0 46.944 38.057 83.673 85.001 83.673zM119.533 868.358c-25.36 0-45.157-21.125-45.157-46.485v-595.009c0-13.056 4.856-23.472 13.281-31.875 7.939-7.918 18.757-14.61 30.547-14.61h163.362c12.152 0 22.544 6.259 30.547 14.61 8.003 8.351 13.281 19.196 13.281 31.875v595.009c0 25.36-19.797 46.485-45.157 46.485h-160.706zM126.174 857.733h147.424c23.374 0 42.501-19.127 42.501-42.501v-189.925h-232.425v189.925c0 23.374 19.127 42.501 42.501 42.501zM735.792 855.077c-25.36 0-45.157-21.125-45.157-46.485v-196.565h-1.328v-398.444c0-6.34 1.743-13.085 3.984-18.594 2.252-5.422 5.237-9.222 9.297-13.281 4.155-4.554 8.988-8.135
  14.61-10.625 5.28-2.339 9.862-3.984 15.938-3.984h163.362c6.076 0 11.986 1.645 17.266 3.984 5.621 2.491 10.455 6.071 14.61 10.625 8.119 8.119 13.281 19.196 13.281 31.875v595.009c0 25.36-19.797 46.485-45.157 46.485h-160.706zM742.433 844.451h147.424c23.374 0 42.501-19.127 42.501-42.501v-189.925h-232.425v189.925c0 23.374 19.127 42.501 42.501 42.501zM427.663 702.34c-25.36 0-45.157-21.125-45.157-46.485v-595.009c0-12.68 5.162-23.756 13.281-31.875 4.155-4.554 7.66-8.135 13.281-10.625 0.319-0.14 1.006 0.136 1.328 0 4.963-2.026 10.305-3.984 15.938-3.984h163.362c6.076 0 11.986 1.645 17.266 3.984 10.56 4.678 19.423 12.889 23.907 23.907 2.252 5.422 2.656 12.254 2.656 18.594v595.009c0 25.36-19.797 46.485-45.157 46.485h-160.706zM434.304 691.715h147.424c23.374 0 42.501-19.127 42.501-42.501v-189.925h-232.425v189.925c0 23.374 19.127 42.501 42.501 42.501z" horiz-adv-x="1019" />
-</font></defs></svg>
\ No newline at end of file
+</font></defs></svg>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/414a2b4e/components/org.apache.stratos.manager.console/console/util/acl.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/util/acl.jag b/components/org.apache.stratos.manager.console/console/util/acl.jag
index 97f64b2..fd0c405 100644
--- a/components/org.apache.stratos.manager.console/console/util/acl.jag
+++ b/components/org.apache.stratos.manager.console/console/util/acl.jag
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF 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.
+
+-->
+
 <%
 
 authenticationUtil = new function(){
@@ -77,4 +98,4 @@ authorizationUtil = new function(){
 //testLog.info(authorizationUtil.isAllowed("test.org",["Internal/Everyone"],"view"));
 //testLog.info(authorizationUtil.isAllowed("someorg.com",["admin","Internal/Everyone"],"view"));
 
-%>
\ No newline at end of file
+%>