CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-auth / src / main / webapp / user / modifyUser.html
1 <!--\r
2   Copyright 2016-2017 Huawei Technologies Co., Ltd.\r
3  \r
4   Licensed under the Apache License, Version 2.0 (the "License");\r
5   you may not use this file except in compliance with the License.\r
6   You may obtain a copy of the License at\r
7  \r
8       http://www.apache.org/licenses/LICENSE-2.0\r
9  \r
10   Unless required by applicable law or agreed to in writing, software\r
11   distributed under the License is distributed on an "AS IS" BASIS,\r
12   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13   See the License for the specific language governing permissions and\r
14   limitations under the License.\r
15 -->\r
16 <!doctype html>\r
17 <html>\r
18 \r
19 <head>\r
20     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
21     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">\r
22     <link rel="stylesheet" type="text/css" href="/openoui/user/css/component.css">\r
23     <link rel="stylesheet" type="text/css" href="/openoui/user/css/user.css">\r
24     <script type="text/javascript" src="/openoui/common/thirdparty/jquery/jquery-1.11.2.min.js"></script>\r
25     <script type="text/javascript" src="/openoui/user/js/userTools.js"></script>\r
26     <script type="text/javascript" src="/openoui/user/js/modifyUser.js"></script>\r
27     \r
28 </head>\r
29 \r
30 <body class="hw_body">\r
31     <div class="mt20" id="progress">\r
32         <div class="progress_charater">Enter Basic Information</div>\r
33         <div class="progress_bar"></div>\r
34     </div>\r
35     <div id="create_content">\r
36         <table>\r
37             <tr>\r
38                 <td>\r
39                     <span class="mandatory">*</span>\r
40                 </td>\r
41                 <td class="row_interval">\r
42                     <span>User Name</span><span>:</span>\r
43                 </td>\r
44                 <td>\r
45                     <div>\r
46                         <input id="userName" class="fwk_input" disabled="disabled"/>\r
47                     </div>\r
48                 </td>\r
49                 <td>\r
50                     \r
51                 </td>\r
52             </tr>\r
53             <tr>\r
54                 <td>\r
55                     <span class="mandatory"></span>\r
56                 </td>\r
57                 <td class="row_interval">\r
58                     <span>Description</span><span>:</span>\r
59                 </td>\r
60                 <td>\r
61                     <div>\r
62                         <textarea id="description" class="fwk_textarea"></textarea>\r
63                     </div>\r
64                 </td>\r
65                 <td>\r
66                     \r
67                 </td>\r
68             </tr>\r
69         </table>\r
70     </div>\r
71     <div class="button_Group">\r
72         <button class="fk_button" id="confirm">Confirm</button>\r
73         <button class="fk_button" id="cancel">Cancel</button>\r
74     </div>\r
75 </body>\r
76 \r
77 </html>\r