diff options
author | “shentao” <shentao@chinamobile.com> | 2016-10-21 15:05:13 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-10-21 15:05:13 +0800 |
commit | 33796336d546fa61a3906500ea56d77c960ab222 (patch) | |
tree | eada1477041dd418b05122654eb25682a2dbf2eb /openo-portal/portal-common/src/main/webapp/common/default.html | |
parent | 9a7b8cfb0e8182d0d69d73ee40c0116042bc2e5e (diff) |
GSO-35
Change-Id: I3ad00c3c9265a1b3818decedca1d77995864ba29
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/default.html')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/default.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/default.html b/openo-portal/portal-common/src/main/webapp/common/default.html index 588072a4..1ea020eb 100644 --- a/openo-portal/portal-common/src/main/webapp/common/default.html +++ b/openo-portal/portal-common/src/main/webapp/common/default.html @@ -35,6 +35,7 @@ <link href="css/plugins.css" rel="stylesheet" type="text/css"/> <link href="css/style.css" rel="stylesheet" type="text/css"/> <link href="css/more-operation.css" rel="stylesheet" type="text/css" /> + <link href="css/ZteIctIcons/style.css" rel="stylesheet" type="text/css"/> <link href="" rel="stylesheet" type="text/css" id="style_color"/> <script type="text/javascript" src="js/core/const.js"></script> <script type="text/javascript" src="js/core/hk.min.js"></script> @@ -60,7 +61,7 @@ <script type="text/javascript" src="js/core/openoFrameWork.js"></script> <script type="text/javascript" src="js/fm_light.js"></script> <script type="text/javascript" src="js/mainpage/about.js"></script> -<script type="text/javascript" src="js/core/load_menuList.js"></script> + <script type="text/javascript" src="js/core/load_menuList.js"></script> </head> <body class="page-header-fixed page-sidebar-fixed"> <div id="pageLoading" class="fakeloader"></div> @@ -86,12 +87,6 @@ <li class="color-ztebluelight2" data-style="ztebluelight2"></li> </ul> </div> - <div class="theme-option"> - <span id="com_zte_ums_ict_framework_ui_language" name_i18n="openo_frame_page_i18n"></span> - <select class="language-option form-control input-small"> - <option id="com_zte_ums_ict_framework_ui_language_en" name_i18n="openo_frame_page_i18n" value="en-US"></option> - </select> - </div> </div> </div> |