CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-lifecyclemgr / src / main / webapp / lifecyclemgr / lcm_detail_nfvo_nodesinfo.html
1 <!--\r
2 \r
3     Copyright 2016-2017 ZTE Corporation.\r
4 \r
5     Licensed under the Apache License, Version 2.0 (the "License");\r
6     you may not use this file except in compliance with the License.\r
7     You may obtain a copy of the License at\r
8 \r
9             http://www.apache.org/licenses/LICENSE-2.0\r
10 \r
11     Unless required by applicable law or agreed to in writing, software\r
12     distributed under the License is distributed on an "AS IS" BASIS,\r
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14     See the License for the specific language governing permissions and\r
15     limitations under the License.\r
16 \r
17 -->\r
18 <html>\r
19 <head>\r
20     <head lang="en">\r
21         <meta charset="UTF-8">\r
22         <title></title>\r
23         <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>\r
24         <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>\r
25         <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet"/>\r
26         <link href="../common/css/style.css" rel="stylesheet"/>\r
27         <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
28         <link href="../common/css/plugins.css" rel="stylesheet"/>\r
29         <link href="../catalog/css/platform/animate.min.css" rel="stylesheet"/>\r
30         <link href="../catalog/css/datatable-sort.css" rel="stylesheet"/>\r
31         <link href="../catalog/css/templateDetail.css" rel="stylesheet"/>\r
32         <link href="../catalog/css/topology.css" rel="stylesheet"/>\r
33         <style type="text/css">\r
34             .ms-controller {\r
35                 visibility: hidden;\r
36             }\r
37 \r
38             .ms-nodedetail {\r
39                 display: none;\r
40             }\r
41         </style>\r
42     </head>\r
43 <body>\r
44 <div ms-controller="tmNodesController" class="container-fluid ms-controller">\r
45     <div class="row">\r
46         <div class="col-xs-6 col-md-6 col-sm-6 col-lg-6 titlefont">\r
47             <span id="nfv-template-nodes-iui-title" name_i18n="com_zte_nfv_nsoc_i18n"></span>\r
48         </div>\r
49     </div>\r
50     <div class="separator-line"></div>\r
51     <div class="row-fluid" data-name="table_zone">\r
52         <div class="col-xs-12" id='ict_nodes_template_table_div'></div>\r
53     </div>\r
54 \r
55     <script type="text/javascript" src="../common/thirdparty/jquery/jquery-1.10.2.min.js"></script>\r
56     <script type="text/javascript" src="../common/thirdparty/bootstrap/js/bootstrap.min.js"></script>\r
57     <script type="text/javascript" src="../common/thirdparty/data-tables/jquery.dataTables.js"></script>\r
58     <script type="text/javascript" src="../common/thirdparty/data-tables/jquery.dataTables.min.js"></script>\r
59     <script type="text/javascript" src="../common/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>\r
60 \r
61     <script type="text/javascript" src="../common/thirdparty/bootstrap-growl/bootstrap-growl.min.js"></script>\r
62     <script type="text/javascript" src="../common/thirdparty/avalon/avalon.modern.js"></script>\r
63 \r
64     <script type="text/javascript" src="../common/js/tools.js"></script>\r
65 \r
66     <script type="text/javascript" src="../catalog/js/component/commonUtil.js"></script>\r
67     <script type="text/javascript" src="../catalog/js/component/serverPageTable.js"></script>\r
68     <script type="text/javascript" src="../catalog/js/component/loadi18n_nsoc.js"></script>\r
69 \r
70     <script type="text/javascript" src="../catalog/js/template/tmNodesDetailUtil.js"></script>\r
71     <script type="text/javascript" src="../catalog/js/template/tmUtil.js"></script>\r
72     <script type="text/javascript" src="js/tmNodesController.js"></script>\r
73     <script type="text/javascript" src="../catalog/js/template/topoUtil.js"></script>\r
74 </div>\r
75 </body>\r
76 </html>