aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/resources/designer/menu_simplified.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/resources/designer/menu_simplified.html')
-rw-r--r--src/main/resources/META-INF/resources/designer/menu_simplified.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/resources/designer/menu_simplified.html b/src/main/resources/META-INF/resources/designer/menu_simplified.html
new file mode 100644
index 00000000..0bee1601
--- /dev/null
+++ b/src/main/resources/META-INF/resources/designer/menu_simplified.html
@@ -0,0 +1,54 @@
+<!--
+ ============LICENSE_START=======================================================
+ ONAP CLAMP
+ ================================================================================
+ Copyright (C) 2017 AT&T Intellectual Property. All rights
+ reserved.
+ ================================================================================
+ Licensed 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.
+ ============LICENSE_END============================================
+ ===================================================================
+ ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ -->
+
+<style>
+.navbar-custom {
+ background-color: #229922;
+ color: #ffffff;
+ border-radius: 0;
+}
+
+.logo {
+ font-family: 'Trebuchet MS', cursive;
+ font-size: 20px;
+ font-weight: 500;
+ text-align: center;
+}
+</style>
+
+<nav attribute-test="menu" class="navbar navbar-default navbar-fixed-top" role="navigation"
+ style="margin-left: 2px; margin-right: 2px;">
+
+ <div attribute-test="menuc" class="container-fluid">
+
+ <div class="col-md-4 col-lg-4">
+ <img class="onap_logo" src="images/logo_onap_2017.png" height="50px"
+ width="234px" style="display: inline-block; float: left">
+ <div class="navbar-brand logo" ng-href=""
+ style="display: inline-block; float: left">
+ &nbsp;&nbsp;<b>Closed Loop Definition</b>
+ </div>
+ </div>
+
+ </div>
+</nav>