Modify bug in html files.
authornancylizi <li.zi30@zte.com.cn>
Fri, 23 Sep 2016 02:40:54 +0000 (10:40 +0800)
committernancylizi <li.zi30@zte.com.cn>
Fri, 23 Sep 2016 02:40:54 +0000 (10:40 +0800)
Issue-id:TOSCA-76

Change-Id: Ia600ab619500410c6887cdfd32787f7982686679
Signed-off-by: nancylizi <li.zi30@zte.com.cn>
openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html
openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html
openo-portal/portal-catalog/src/main/webapp/catalog/template.html
openo-portal/portal-catalog/src/main/webapp/catalog/templateDetail.html
openo-portal/portal-catalog/src/main/webapp/catalog/topologyDetail.html

index 7f1a44f..36f944b 100644 (file)
 -->\r
 <!DOCTYPE html>\r
 <html>\r
-<head>\r
-       <head lang="en">\r
+<head lang="en">\r
        <meta charset="UTF-8">\r
        <title></title>\r
        <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
        <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" />\r
        <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet" />\r
-       <link href="../common/cssstyle.css" rel="stylesheet"/>\r
+       <link href="../common/css/style.css" rel="stylesheet"/>\r
        <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
        <link href="../common/css/plugins.css" rel="stylesheet"/>\r
        <link href="../common/thirdparty/jQuery-File-Upload/css/jquery.fileupload.css" rel="stylesheet" />\r
index 9ef2e42..4505601 100644 (file)
 \r
 -->\r
 <html>\r
-<head>\r
-    <head lang="en">\r
-        <meta charset="UTF-8">\r
-        <title></title>\r
-        <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
-        <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" />\r
-        <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet" />\r
-        <link href="../common/css/style.css" rel="stylesheet"/>\r
-        <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
-        <link href="../common/css/plugins.css" rel="stylesheet"/>\r
-        <link href="css/platform/animate.min.css" rel="stylesheet"/>\r
-        <link href="css/datatable-sort.css" rel="stylesheet"/>\r
-        <link href="css/templateDetail.css" rel="stylesheet" />\r
-        <link href="css/topology.css" rel="stylesheet" />\r
-        <style type="text/css">\r
-            .ms-controller {\r
-                visibility: hidden;\r
-            }\r
-            .ms-nodedetail {\r
-                display: none;\r
-            }\r
-        </style>\r
-    </head>\r
+<head lang="en">\r
+       <meta charset="UTF-8">\r
+       <title></title>\r
+       <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
+       <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" />\r
+       <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet" />\r
+       <link href="../common/css/style.css" rel="stylesheet"/>\r
+       <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
+       <link href="../common/css/plugins.css" rel="stylesheet"/>\r
+       <link href="css/platform/animate.min.css" rel="stylesheet"/>\r
+       <link href="css/datatable-sort.css" rel="stylesheet"/>\r
+       <link href="css/templateDetail.css" rel="stylesheet" />\r
+       <link href="css/topology.css" rel="stylesheet" />\r
+       <style type="text/css">\r
+               .ms-controller {\r
+                       visibility: hidden;\r
+               }\r
+               .ms-nodedetail {\r
+                       display: none;\r
+               }\r
+       </style>\r
+</head>\r
 <body>\r
     <div ms-controller="tmNodesController" class="container-fluid ms-controller">\r
         <div class="row">\r
@@ -91,7 +90,7 @@
         <script type="text/javascript" src="../common/thirdparty/data-tables/jquery.dataTables.min.js"></script>\r
         <script type="text/javascript" src="../common/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>\r
 \r
-        <script type="text/javascript" src="../common/bootstrap-growl/bootstrap-growl.min.js"></script>\r
+        <script type="text/javascript" src="../common/thirdparty/bootstrap-growl/bootstrap-growl.min.js"></script>\r
         <script type="text/javascript" src="../common/thirdparty/avalon/avalon.modern.js"></script>\r
 \r
         <script type="text/javascript" src="../common/js/tools.js"></script>\r
index 1b159cd..19a9b78 100644 (file)
@@ -18,8 +18,7 @@
 \r
 <!DOCTYPE html>\r
 <html>\r
-<head>\r
-       <head lang="en">\r
+<head lang="en">\r
        <meta charset="UTF-8">\r
        <title></title>\r
        <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
index d556354..d4226ca 100644 (file)
 \r
 <!DOCTYPE html>\r
 <html>\r
-<head>\r
-       <head lang="en">\r
+<head lang="en">\r
        <meta charset="UTF-8">\r
        <title></title>\r
        <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
        <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" />\r
        <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet" />\r
-       <link href="../common/cssstyle.css" rel="stylesheet"/>\r
+       <link href="../common/css/style.css" rel="stylesheet"/>\r
        <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
        <link href="../common/css/plugins.css" rel="stylesheet"/>\r
        <link href="css/platform/animate.min.css" rel="stylesheet"/>\r
index e539857..9dff8ad 100644 (file)
 -->\r
 \r
 <html>\r
-<head>\r
-    <head lang="en">\r
-        <meta charset="UTF-8">\r
-        <title></title>\r
-        <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
-        <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" />\r
-        <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet" />\r
-        <link href="../common/cssstyle.css" rel="stylesheet"/>\r
-        <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
-        <link href="../common/css/plugins.css" rel="stylesheet"/>\r
-        <link href="css/platform/animate.min.css" rel="stylesheet"/>\r
-        <link href="css/datatable-sort.css" rel="stylesheet"/>\r
-        <link href="css/templateDetail.css" rel="stylesheet" />\r
-        <link href="css/topology.css" rel="stylesheet" />\r
-        <style type="text/css">\r
-            .ms-controller {\r
-                visibility: hidden;\r
-            }\r
-            .ms-nodedetail {\r
-                display: none;\r
-            }\r
-        </style>\r
-    </head>\r
+<head lang="en">\r
+       <meta charset="UTF-8">\r
+       <title></title>\r
+       <link href="../common/thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" />\r
+       <link href="../common/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" />\r
+       <link href="../common/thirdparty/uniform/css/uniform.default.min.css" rel="stylesheet" />\r
+       <link href="../common/css/style.css" rel="stylesheet"/>\r
+       <link href="../common/css/ngict-component.css" rel="stylesheet"/>\r
+       <link href="../common/css/plugins.css" rel="stylesheet"/>\r
+       <link href="css/platform/animate.min.css" rel="stylesheet"/>\r
+       <link href="css/datatable-sort.css" rel="stylesheet"/>\r
+       <link href="css/templateDetail.css" rel="stylesheet" />\r
+       <link href="css/topology.css" rel="stylesheet" />\r
+       <style type="text/css">\r
+               .ms-controller {\r
+                       visibility: hidden;\r
+               }\r
+               .ms-nodedetail {\r
+                       display: none;\r
+               }\r
+       </style>\r
+</head>\r
 <body>\r
     <div ms-controller="tmTopoController" class="container-fluid ms-controller">\r
         <div class="row">\r