article_template.html
来自「新闻采集系统1.0.2 For 4.03(2005.05.15更新) 【使用环」· HTML 代码 · 共 54 行
HTML
54 行
<!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} 来源:{artFrom} 更新时间:{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 + =
减小字号Ctrl + -
显示快捷键?