aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/about.html')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/about.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/about.html b/openo-portal/portal-common/src/main/webapp/common/about.html
new file mode 100644
index 00000000..4cf0c678
--- /dev/null
+++ b/openo-portal/portal-common/src/main/webapp/common/about.html
@@ -0,0 +1,52 @@
+<!--
+ 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.
+-->
+<div class="about aboutmain">
+ <div>
+ <a href="#" onclick="link_click('info')">
+ <span id="com_zte_ums_ict_framework_about_detail" name_i18n="com_zte_ums_ict_framework_ui_i18n"></span>
+ <i class = "fa fa-angle-right"></i>
+ </a>
+ <a href="#" class="about_close" onclick="ict_about_dlg_close()">
+ &times
+ </a>
+ </div>
+ <div class="info">
+ <img src="img/integration/zte_logo_ white.png" alt=""/>
+ <div class="ict_main_productname">
+ <span id="com_zte_ums_ict_framework_ui_main_title" name_i18n="com_zte_ums_ict_framework_ui_i18n"></span>
+ </div>
+ <div class="ict_main_version">
+ <span id="com_zte_ums_ict_framework_about_version" name_i18n="com_zte_ums_ict_framework_ui_i18n"></span>
+ </div>
+ <div class="copyright">
+ <span id="com_zte_ums_ict_portal_login_companyName" name_i18n="com_zte_ums_ict_framework_ui_i18n"></span>.
+ </div>
+ </div>
+</div>
+<div class="about aboutinfo" style="display:none">
+ <div>
+ <a href="#" onclick="link_click('about')">
+ <span id="com_zte_ums_ict_framework_moudle_about" name_i18n="com_zte_ums_ict_framework_ui_i18n"></span>
+ <i class = "fa fa-angle-right"></i>
+ </a>
+ <a href="#" class="about_close" onclick="ict_about_dlg_close()">
+ &times
+ </a>
+ </div>
+ <div class="row-fluid" data-name="table_zone">
+ <div class="col-xs-12" id = 'ict_about_table_div' style=""></div>
+ </div>
+</div>