📄 bq_pop.asp
字号:
<!--#include file="Inc/syscode.asp" -->
<!--#include file="Inc/Top.asp"-->
<!--#include file="Inc/Eshopcode.asp"-->
<%
function cutstr(tempstr,tempwid)
if len(tempstr)>tempwid then
cutstr=left(tempstr,tempwid)&"..."
else
cutstr=tempstr
end if
end function%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>版权声明</title>
<style type="text/css">
<!--
.unnamed1 {
font-family: "宋体";
font-size: 12px;
color: #333333;
line-height: 20px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<table width="300" border="0" cellpadding="0" cellspacing="5" bgcolor="#FFCC66">
<tr>
<td height="30" align="center" bgcolor="#FFCC00" class="unnamed1">※※版权声明※※</td>
</tr>
<tr>
<td height="190" align="center" valign="bottom" bgcolor="#FFFFFF"><table width="93%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="175" align="left" valign="top"><SPAN
class=unnamed1><%=banquan%></SPAN></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -