⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 article_template.html

📁 新闻采集系统1.0.2 For 4.03(2005.05.15更新) 【使用环境】 本系统是基于动易4.03免费版的基础上的新闻采集系统
💻 HTML
字号:
<!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=gb2312" />
<meta name="Keywords" content="{artSName},{artBName},{artTitle}" />
<meta name="Description" content="{artSName},{artBName},{artTitle}" />
<title>{artTitle} - {artSName} - {artBName}</title>
<link href="../style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.artTitle {
	padding:3px;
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	font-size:15px;
}
.artInfo {
	padding:3px;
	text-align:center;
}
</style>
</head>

<body>
<table width="760" border="0" cellpadding="3" cellspacing="1" bgcolor="#cccccc" align="center">
<tr>
    <td bgcolor="#f1f1f1">
	当前位置:<a href="List.asp">技术文章</a> >> <a href="List.asp?Id={artBID}">{artBName}</a> >> <a href="List.asp?Id={artBID},{artSID}">{artSName}</a>
	</td>
</tr>
</table>
<table width="760" border="0" cellpadding="3" cellspacing="1" bgcolor="#cccccc" align="center" style="overflow: hidden;word-wrap:word-break;word-break:break-all;table-layout:fixed;">
<tr>
	<td width="180" valign="top" bgcolor="#ffffff" align="center">
		<form method="get" action="Index.asp">
		<input type="text" name="keyword"> <input type="submit" value=" 搜索 ">
		</form>
	</td>
	<td valign="top" bgcolor="#ffffff" align="left">
		<div class="artTitle">{artTitle}</div>
		<div class="artInfo">
		作者:{artAuthor}&nbsp;&nbsp;来源:{artFrom}&nbsp;&nbsp;更新时间:{artUpdateTime}
		</div>
		<div class="artContent">
		{artContent}
		</div>
	</td>
</tr>
</table>
<div align="center" style="padding:6px;">Powered By <span style="font-weight:bold;"><a href="http://www.goalercn.com"><font color="#9A4C32">Goaler</font><font color="#B8C549">CN</font>.<font color="#9A4C32">C</font><font color="#B8C549">om</font></a></span></div>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -