找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5458|回复: 0

这个怎么改

[复制链接]
发表于 2019-4-29 15:01:11 | 显示全部楼层 |阅读模式
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<link type="text/css" rel="stylesheet" href="../Cuscss/index.css?2018111320242445-1425773353" />
<link rel="stylesheet" href="../Cuscss/frame.css?2018111320242445-1425773353" type='text/css'>
<script type="text/javascript" src="../../../resource/common/jquery.min.js?2018111320242445-1425773353"></script>
<script language="JavaScript" src="../../../resource/common/util.js?2018111320242445-1425773353"></script>
<script language="JavaScript" src="../frame.asp"></script>
<script language="JavaScript" type="text/javascript">
var CfgMode ='SCCT';
var CfgFtWordArea = 'NOCHOOSE';
var ontPonMode = 'epon';
var IsRhGateway = '0';
var IsLAN = '0';
var IsCTRG = '1';
var softversion = 'V3R018C10S115';

function AreaRelationInfo(ChineseDes, E8CArea)
{
this.ChineseDes = ChineseDes;
this.E8CArea = E8CArea;
}

var AreaRelationInfos = new Array();
var userEthInfos = new Array(new AreaRelationInfo("重庆","023"),
new AreaRelationInfo("四川","028"),
new AreaRelationInfo("云南","0871"),
new AreaRelationInfo("贵州","0851"),
new AreaRelationInfo("北京","010"),
new AreaRelationInfo("上海","021"),
new AreaRelationInfo("天津","022"),
new AreaRelationInfo("安徽","0551"),
new AreaRelationInfo("福建","0591"),
new AreaRelationInfo("甘肃","0931"),
new AreaRelationInfo("广东","020"),
new AreaRelationInfo("广西","0771"),
new AreaRelationInfo("海南","0898"),
new AreaRelationInfo("河北","0311"),
new AreaRelationInfo("河南","0371"),
new AreaRelationInfo("湖北","027"),
new AreaRelationInfo("湖南","0731"),
new AreaRelationInfo("吉林","0431"),
new AreaRelationInfo("江苏","025"),
new AreaRelationInfo("苏州","0512"),
new AreaRelationInfo("江西","0791"),
new AreaRelationInfo("辽宁","024"),
new AreaRelationInfo("宁夏","0951"),
new AreaRelationInfo("青海","0971"),
new AreaRelationInfo("山东","0531"),
new AreaRelationInfo("山西","0351"),
new AreaRelationInfo("陕西","029"),
new AreaRelationInfo("西藏","0891"),
new AreaRelationInfo("新疆","0991"),
new AreaRelationInfo("浙江","0571"),
new AreaRelationInfo("黑龙江","0451"),
new AreaRelationInfo("内蒙古","0471"),
null);

function GetE8CAreaByCfgFtWord(userEthInfos,name)
{
var length = userEthInfos.length;
for( var i = 0; i <  length - 1; i++)
{
if(name == userEthInfos[i].E8CArea)
{return userEthInfos[i].ChineseDes;}
}
return null;
}

var CfgFtChineseArea = GetE8CAreaByCfgFtWord(userEthInfos,CfgFtWordArea);

function IsIEBrower(num) {
    var ua = navigator.userAgent.toLowerCase();
    var isIE = ua.indexOf("msie")>-1;
    var safariVersion;
    if(isIE){
        safariVersion =  ua.match(/msie ([\d.]+)/)[1];
        var sa = parseInt(safariVersion);
        if(safariVersion <= num ){
           alert("您当前使用的IE浏览器版本过低(不支持IE6/7/8),必须升级到IE9及以上版本,以便正常访问WEB页面。");
        }
    }
}

</script>
<title>e8-c</title>
</head>
<body>
<div id="container">
<div id="header">
<div id="header_logo">
<script language="JavaScript" type="text/javascript">
if ('SHXCNCATV' == CfgMode.toUpperCase())
{
document.write('<table width="100%" height="117" border="0" cellspacing="0" cellpadding="0" background="../../images/framelogo_shxcncatv.jpg">');
}
else
{
document.write('<table width="100%" height="117" border="0" cellspacing="0" cellpadding="0" background="../../images/framelogo.jpg">');
}
</script>
<tr>
<td align="right" valign="bottom">
<script language="JavaScript" type="text/javascript">
if(CfgFtWordArea.toUpperCase() != 'NOCHOOSE' && CfgFtWordArea.toUpperCase() != 'CHOOSE' )
{
document.write('<div style="font-family: 宋体;font-size:12px;" ><span style="padding-right:620px;font-weight:bolder;color:#00399E;">您的省份:<font style="color:#FF0000">'+CfgFtChineseArea+'</font></span><span style="padding-right:20px;font-weight:bolder;color:#00399E;"> 欢迎您!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="buttonLogout">退出</a></span>');
}
else if( CfgFtWordArea.toUpperCase() == 'CHOOSE' )
{
document.write('<div style="font-family: 宋体;font-size:12px;"><span style="padding-right:620px;font-weight:bolder;color:#00399E;">您没有选择省份</span><span style="padding-right:20px;font-weight:bolder;color:#00399E;"> 欢迎您!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="buttonLogout">退出</a></span>');
}
else if('SHXCNCATV' == CfgMode.toUpperCase())
{
document.write('<div style="font-family: 宋体;font-size:14px;padding-right:20px;font-weight:bolder;color:#00399E;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="buttonLogout">退出</a>');
}
else
{
document.write('<div style="font-family: 宋体;font-size:12px;padding-right:20px;font-weight:bolder;color:#00399E;">欢迎您!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="buttonLogout">退出</a>');
}
</script>
</div>
</td>
</tr>
</table>
</div>
<div id="header_menu">
<div id="header_menu_state">
<table width="100%" height="120" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" align="center" bgcolor="#EF8218" class="LocationDisplay" id="LocationDisplay">状态</td>
</tr>
</table>
</div>
<div id="header_menu_content">
<div id="content_info">
<table width="100%" height="30" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td class="info_network_name">
<script language="JavaScript" type="text/javascript">
if ('SHXCNCATV' == CfgMode.toUpperCase())
{
document.write('系统版本:'+ softversion);
}
else if ('1' == IsRhGateway)
{
if ('1' == IsLAN)
{
document.write('以太网上行融合智能终端');
}
else
{
if (ontPonMode.toUpperCase() == 'GPON')
{
document.write('GPON上行融合智能终端');
}
else
{
document.write('EPON上行融合智能终端');
}
}

}
else if(1 == IsCTRG)   
{
if (ontPonMode.toUpperCase() == 'GPON')
{
document.write('天翼网关-GPON');
}
else
{
document.write('天翼网关-EPON');
}        
}
else
{
if (ontPonMode.toUpperCase() == 'GPON')
{
document.write('网关名称:GPON上行e8-C');
}
else
{
document.write('网关名称:EPON上行e8-C');
}        
}   

</script>
</td>

<td class="info_type">型号: <span id="productTypeName" style="color:#FFFFFF;"></span></td>
</tr>
</table>
</div>
<div id="content_mainitems">
<table height="60" border="0" cellspacing="0" cellpadding="0">
<tr></tr>
</table>
</div>
<div id="content_seconditems">
<table width="100%" height="30" border="0" cellspacing="0" cellpadding="0">
<tr><td></td></tr>
</table>
</div>
</div>
</div>
</div>
<div>
<table width="100%" height="15" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="background-color: #E3E3E3;"><img src="/images/panel1.gif" /></td>
<td width="747"><img src="/images/panel2.gif" height="15" width="747" /></td>
</tr>
</table>
</div>
<div id="center">
<div id="nav"></div>
<div class="center_h_bg"></div>
<div id="content">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" valign="top" align="left" style="background-color: #FFFFFF;">
<iframe id="frameContent" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" width="100%" height="100%"></iframe>
</td>

</tr>
</table>
</div>
</div>
<div id="footer">
<table width="100%" height="30" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="208" style="background-color: #EF8218;"></td>
<td width="667" style="background-color: #427594;"></td>
<td width="80" style="background-color: #427594;"></td>
</tr>
</table>
</div>
<div id="fresh">
<iframe src="/refresh.asp" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" width="100%" height="100%"></iframe>
</div>
</div>
<table width="100%" height="20" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background-color:#d1d1d1;width:25%">版权所有 ? 华为技术有限公司 2009-2018。保留一切权利。</td>
</tr>
</table>
</body>
</html>

*滑块验证:
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|宽带技术网 |网站地图 粤公网安备44152102000001号

GMT+8, 2025-6-23 01:59 , Processed in 0.019520 second(s), 4 queries , Redis On.

Powered by Discuz! X3.5 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表