CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-auth / src / main / webapp / user / user.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/common/thirdparty/data-tables/jquery.dataTables.min.css">\r
23     <script type="text/javascript" src="/openoui/common/thirdparty/jquery/jquery-1.11.2.min.js"></script>\r
24     <script type="text/javascript" src="/openoui/common/thirdparty/bootbox/bootbox.min.js"></script>\r
25     <script type="text/javascript" charset="utf8" src="/openoui/common/thirdparty/data-tables/jquery.dataTables.min.js"></script>\r
26     <link rel="stylesheet" type="text/css" href="/openoui/user/css/component.css">\r
27     <script type="text/javascript" src="/openoui/user/js/userTools.js"></script>\r
28     <script type="text/javascript" src="/openoui/user/js/user.js"></script>\r
29     <link rel="stylesheet" type="text/css" href="/openoui/user/css/user.css">\r
30 </head>\r
31 \r
32 <body class="hw_body" style="visibility: hidden;">\r
33     <div class="button_Group">\r
34         <button class="fk_button add_imag button_imag" id="create">Create</button>\r
35     </div>\r
36     <div>\r
37        <table id="table_id"></table>\r
38     </div>\r
39 </body>\r
40 \r
41 </html>\r