You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hy-screen-2.0/public/国内域名证书.html

104 lines
6.1 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>国内域名证书</title>
<link href="https://dcp.xinnet.com/dcp/css/domestic.css" rel="stylesheet" type="text/css" />
<script src="https://dcp.xinnet.com/js/widget/jquery.min.js"></script>
<script type="text/javascript" src="https://dcp.xinnet.com/dcp/javascript/domain_cert.js"></script>
<script>
$(document).ready(function () {
var registrar = 'xinnet';
console.log('获取到的registrar值为:', registrar);
// 根据 registrar 的值动态设置内容
switch (registrar) {
case 'xinnet':
// 1 区 - 修改授权制作并颁发机构名称
$("#authorityDom1").text('新网Xinnet.com');
// 2 区 - 修改印章图片路径
$("#sealDom").attr('src', 'https://dcp.xinnet.com/dcp/images/zhang.gif');
// 3 区 - 修改“通过...注册”后的机构名称
$("#authorityDom2").text('北京新网数码信息技术有限公司');
// 4 区 - 修改“是获...注册服务商”的机构名称
$("#authorityDom3").text('北京新网数码信息技术有限公司');
// 5 区 - 修改查询链接
$("#verifyDom").attr('href', 'https://www.xinnet.com').text('https://www.xinnet.com');
// 6 区 - 修改域名所属注册机构名称
$("#registrarOrg").text('北京新网数码信息技术有限公司');
break;
case 'ce':
// 1 区 - 修改授权制作并颁发机构名称
$("#authorityDom1").text('中企动力 300.cn');
// 2 区 - 修改印章图片路径
$("#sealDom").attr('src', 'https://dcp.xinnet.com/dcp/images/cezhang.gif');
// 3 区 - 修改“通过...注册”后的机构名称
$("#authorityDom2").text('中企动力科技股份有限公司');
// 4 区 - 修改“是获...注册服务商”的机构名称
$("#authorityDom3").text('中企动力科技股份有限公司');
// 5 区 - 修改查询链接
$("#verifyDom").attr('href', 'https://www.300.cn').text('https://www.300.cn');
// 6 区 - 修改域名所属注册机构名称
$("#registrarOrg").text('中企动力科技股份有限公司');
break;
case 'wl':
// 1 区 - 修改授权制作并颁发机构名称
$("#authorityDom1").text('物与伦比whwylb.com');
// 2 区 - 修改印章图片路径
$("#sealDom").attr('src', 'https://dcp.xinnet.com/dcp/images/wlzhang.gif');
// 3 区 - 修改“通过...注册”后的机构名称
$("#authorityDom2").text('武汉物与伦比科技有限公司');
// 4 区 - 修改“是获...注册服务商”的机构名称
$("#authorityDom3").text('武汉物与伦比科技有限公司');
// 5 区 - 修改查询链接
$("#verifyDom").attr('href', 'http://www.whwylb.com').text('http://www.whwylb.com');
// 6 区 - 修改域名所属注册机构名称
$("#registrarOrg").text('武汉物与伦比科技有限公司');
break;
default:
console.log('未匹配到有效的 registrar 值:', registrar);
break;
}
});
</script>
</head>
<body>
<div class="dom">
<img src="https://dcp.xinnet.com/dcp/images/cnnic.png" height="50" width="220" alt="" class="dom-logo" />
<img src="https://dcp.xinnet.com/dcp/images/domestic.png" height="59" width="428" alt="" class="dom-title" />
<div class="dom-text">
<p class="dom-p"><b>国内顶级域名权威机构CNNIC</b>(China Internet Network Information Center)授权<span class="blue" id="authorityDom1">新网Xinnet.com</span>制作并颁发此证。<b>证明:</b></p>
<p class="dom-p">域名<span class="blue" id="dd">aikepler.cn</span>已由<span class="blue" id="registrarCnSpan">周杨</span>注册,并已在国内顶级域名数据库中备案。
</p>
<table class="dom-tab" width="500" cellspacing="0" cellpadding="2" border="1" bordercolordark="#FFFFFF" bordercolorlight="#666666">
<tr>
<td align="right" width="30%">域名:</td>
<td class="domainC" id="domainName">aikepler.cn</td>
</tr>
<tr>
<td align="right">注册所有人:</td>
<td class="RegistrantC" id="registrarCn">周杨</td>
</tr>
<tr>
<td align="right">域名所属注册机构:</td>
<td class="RegistrarC" id="registrarOrg">北京新网数码信息技术有限公司</td>
</tr>
<tr>
<td align="right">注册时间:</td>
<td class="createC" id="registrarDate">2026-07-21</td>
</tr>
<tr>
<td align="right">到期时间:</td>
<td class="expireC" id="closeDate">2027-07-21</td>
</tr>
</table>
<p class="dom-p2">本证书仅用于证明该域名是通过<span id="authorityDom2">北京新网数码信息技术有限公司</span>注册,且信息为当时域名信息。本证书并不做为其他证明文件之用!<br />
<span id="authorityDom3">北京新网数码信息技术有限公司</span>是获CNNIC授权的国家顶级域名注册服务商
</p>
<img src="https://dcp.xinnet.com/dcp/images/zhang.gif" height="150" width="150" alt="" style="margin:10px; " class="dom-seal" id="sealDom" />
</div>
<p class="dom-p3">鉴别本证书的真伪,请访问<a href="https://www.xinnet.com" target="blank" id="verifyDom">https://www.xinnet.com</a>进行查询!</p>
</div>
</body>
</html>