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-09-20 20:23:38 +0800
committer“shentao” <shentao@chinamobile.com>2016-09-20 20:23:38 +0800
commitda0d4d81e5ddf347a71d341af18c3c42ea6bc3ab (patch)
treeb7dc889174edd9bba7456d1d2ce42f1e680cb7e5 /openo-portal/portal-common/src/main/webapp/common/main-page.html
parent9f7095cc0c1f83ebe18e19da7733b7b0a0412632 (diff)
add portal-common files
Change-Id: Id92745df42a6fde24d3b4709f6d92815cd88bd80 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.html100
1 files changed, 100 insertions, 0 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
new file mode 100644
index 00000000..d700a209
--- /dev/null
+++ b/openo-portal/portal-common/src/main/webapp/common/main-page.html
@@ -0,0 +1,100 @@
+<!--
+ 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="com_zte_ums_ict_framework_ui_page_title" name_i18n="com_zte_ums_ict_framework_ui_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="ICT Main Page" />
+ <meta name="keywords" content="javascript, dynamic, grid, layout, jquery plugin, fit zone"/>
+ <link rel="stylesheet" type="text/css" href="css/style-ict-bootstrap.css" />
+ <link rel="shortcut icon" href="img/integration/zte_logo_16.gif"/>
+ <link href="../component/thirdparty/fakeLoader/fakeLoader.css" rel="stylesheet" type="text/css" />
+ <link href="../component/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
+ <script type="text/javascript" src="../component/thirdparty/jquery/jquery-1.10.2.min.js"></script>
+ <script type="text/javascript" src="./js/core/const.js"></script>
+ <script type="text/javascript" src="./appRes/js/custom.js" ></script>
+ <script type="text/javascript" src="./js/core/hk.min.js"></script>
+ <script type="text/javascript" src="../component/thirdparty/fakeLoader/fakeLoader.min.js"></script>
+ <script type="text/javascript" src="js/tools.js"></script>
+ <script type="text/javascript" src="../component/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>
+ <script type="text/javascript" src="../component/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/ict.main.page.js"></script>
+ <script type="text/javascript" src="./js/core/pym.min.js"></script>
+ <script type="text/javascript" src="./js/core/ZteFrameWork.min.js"></script>
+ <style type="text/css">
+ html, body {
+ margin: 0;
+ padding: 0;
+ }
+ .layout {
+ padding-top:0px;
+ }
+ body {
+ font-family: microsoft yahei !important;
+ background: #484747;
+ }
+ .main-page-wrapper {
+ margin-left: 100px;
+ margin-right: 100px;
+ }
+ .brick .row {
+ margin-right: 5px;
+ margin-left: 5px;
+ margin-top: 10px;
+ }
+ .column{
+ padding-left: 5px;
+ padding-right: 5px;
+ }
+ a:hover{
+ color:white;
+ }
+ </style>
+ </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">
+ <h2><a id="headerName" href="#">Net Numen</a></h2>
+ <!-- <div class='target'>Creating dynamic grid layouts.</div> -->
+ </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>
+ <script type="text/javascript">
+ jQuery(document).ready(function() {
+ initMainPage();
+ $("#pageLoading").setToHide();
+ /* var lang = getLanguage();
+ loadProperties(lang); */
+ });
+ </script>
+ </body>
+</html> \ No newline at end of file