nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / header / user-edit / edit-user.tpl.html
1 <!--
2   ================================================================================
3   eCOMP Portal
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property
6   ================================================================================
7   Licensed under the Apache License, Version 2.0 (the "License");
8   you may not use this file except in compliance with the License.
9   You may obtain a copy of the License at
10   
11        http://www.apache.org/licenses/LICENSE-2.0
12   
13   Unless required by applicable law or agreed to in writing, software
14   distributed under the License is distributed on an "AS IS" BASIS,
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   See the License for the specific language governing permissions and
17   limitations under the License.
18   ================================================================================
19   -->
20 <div class="main" style="margin-top: 5px; height: 350px;">
21                     <div id="title" class="manage-user-home-title">Profile</div>
22         
23                                 <div class="edit-user-section" >                
24                                         <div class="input-edit-user-div" >
25                                                   <div  class="">*First Name</div>
26                                                   <input class="input-text-edit-user" type="text"  ng-model="newUser.firstName"/>                                                           
27                                         </div>
28                                         <div class="input-edit-user-div" >
29                                                   <div  class="">Middle Name</div>
30                                                   <input class="input-text-edit-user" type="text"  ng-model="newUser.middleName"/>                                                          
31                                         </div>
32                                         <div class="input-edit-user-div" >
33                                                   <div class="">*Last Name</div>
34                                                   <input class="input-text-edit-user" type="text" ng-model="newUser.lastName"/>
35                                         </div>
36                                         <div class="input-edit-user-div" >
37                                                   <div class="">*Email Address ID</div>
38                                                   <input class="input-text-edit-user" type="text" disabled ng-model="newUser.emailAddress"/>
39                                         </div>
40                                         <div class="input-edit-user-div" >
41                                                   <div class="">*Login ID</div>
42                                                   <input class="input-text-edit-user" type="text" disabled ng-model="newUser.loginId"/>
43                                         </div>
44                                         <div class="input-edit-user-div" >
45                                                   <div class="">*Login Password</div>
46                                                   <input class="input-text-edit-user" type="password" ng-model="newUser.loginPwd" ng-change="changePwdText()"/>
47                                         </div>
48                                         <div class="input-edit-user-div" >
49                                                   <div class="">*Confirm Login Password</div>
50                                                   <input class="input-text-edit-user" type="password" ng-model="newUser.loginPwdCheck"/>
51                                         </div>
52                                 </div>
53                                 <div style="bottom: 2px; height:50px;width:180px;margin-top:60px">
54                                                 <div class="dialog-control">
55                                                         <div id="div-updateAdminAppsRoles" class="next-button" ng-click="updateUserFun()"
56                                              ng-class="{disabled: false}">Save
57                                         </div>
58                                         <div id="div-cancel-button" class="cancel-button" ng-click="closeThisDialog()">Cancel</div>
59                                 </div>
60                                 </div>
61                                 
62                                 
63 </div>
64         
65 <script type="application/javascript">
66     $(document).ready(function(){
67         $(".ngdialog-content").css("width","85%")
68     });
69 </script>