aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/main-page.html
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-11-07 13:30:31 +0800
committer“shentao” <shentao@chinamobile.com>2016-11-07 13:30:31 +0800
commit1799c18416ccb7e2bac1fd6aabcb74521f65da24 (patch)
treecb8a28f29d2cf52fab37219ed5cb630a58267613 /openo-portal/portal-common/src/main/webapp/common/main-page.html
parentcf298fc4149e52135d5a712b345ac206abfc88cb (diff)
GSO-102
Change-Id: Iabd63832ff4682eff83b37fa07481bcdd91c6b30 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/main-page.html')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/main-page.html67
1 files changed, 0 insertions, 67 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/main-page.html b/openo-portal/portal-common/src/main/webapp/common/main-page.html
deleted file mode 100644
index 1dff710b..00000000
--- a/openo-portal/portal-common/src/main/webapp/common/main-page.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--
- Copyright 2016, CMCC Technologies Co., Ltd.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!DOCTYPE html>
-<html>
- <head>
- <title id="openo_main_page_title" name_i18n="openo_main_page_i18n"></title>
- <meta content="text/html; charset=utf-8" http-equiv="content-type">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="description" content="OPEN-O Main Page"/>
- <meta name="keywords" content="javascript, dynamic, grid, layout, jquery plugin, fit zone"/>
- <link href="css/style-ict-bootstrap.css" rel="stylesheet" type="text/css"/>
- <link href="thirdparty/fakeLoader/fakeLoader.css" rel="stylesheet" type="text/css" />
- <link href="thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
- <link href="css/main_page.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="thirdparty/jquery/jquery-1.10.2.min.js"></script>
- <script type="text/javascript" src="js/core/const.js"></script>
- <script type="text/javascript" src="js/core/hk.min.js"></script>
- <script type="text/javascript" src="thirdparty/fakeLoader/fakeLoader.min.js"></script>
- <script type="text/javascript" src="js/tools.js"></script>
- <script type="text/javascript" src="thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>
- <script type="text/javascript" src="thirdparty/jquery-cokie/jquery.cokie.min.js"></script>
- <script type="text/javascript" src="js/international/loadi18n.js"></script>
- <script type="text/javascript" src="js/mainpage/load_mainPage.js"></script>
- <script type="text/javascript" src="js/core/pym.min.js"></script>
- <script type="text/javascript" src="js/core/openoFrameWork.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- initMainPage();
- $("#pageLoading").setToHide();
- });
- </script>
- </head>
- <body>
- <div id="pageLoading" class="fakeloader"></div>
- <script type="text/javascript">
- $("#pageLoading").fakeLoader({text:"", bgColor:"#1178ee", opacity:'1', spinner:"spinner2", zIndex:99999999});
- </script>
- <div class='header'>
- <div class="clearfix">
- <div class="float-left"><img src="image/integration/openo_logo_white.png"/></div>
- </div>
- </div>
- <div class="layout" style="overflow:hidden;">
- <div class="main-page-wrapper">
- <div id="freewall" class="row">
- <div class="col-sm-6 col-md-3 col-lg-3 column"></div>
- <div class="col-sm-6 col-md-3 col-lg-3 column"></div>
- <div class="col-sm-6 col-md-3 col-lg-3 column"></div>
- <div class="col-sm-6 col-md-3 col-lg-3 column"></div>
- </div>
- </div>
- </div>
- </body>
-</html> \ No newline at end of file