Draft of React test
[clamp.git] / src / main / resources / META-INF / resources / designer / authenticate.html
index 0db00c3..5429dce 100644 (file)
   limitations under the License.
   ============LICENSE_END============================================
   ===================================================================
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
   -->
+<style>
+.divRow {
+       margin-left: 5px;
+       font-size: 20px;
+       font-weight: normal;
+}
 
+.divFormRow {
+       margin-left: 5px;
+       font-size: 13px;
+       font-weight: normal;
+}
 
-<div ng-init="authenticate()"> 
-       <b>Validating Login.... Please wait....</b>
+.divRow + .divForm { 
+    margin-top:10px;
+}
+</style>
+
+<head>
+       <title>CLDS</title>
+</head>
+<div ng-controller="AuthenticateCtrl" ng-init="authenticate()">
+       <div id='head'>
+               <div ng-include="'menu_simplified.html'"></div>
+       </div>
+
+       <div  id='main'>
+               <div class="divRow"><b>Welcome to Clamp.</b></div>
+       </div>
 </div>
+