|
发表于 2006-11-16 11:22:21
|
显示全部楼层
程序目录\LocoySpider3.0\System\html_tpl.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" />
- <title>[标签:标题]</title>
- <style>
- body { background-color:#F1F1F1;}
- td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;line-height:180%; }
- </style>
- </head>
- <body>
- <table cellspacing="1" cellpadding="3" border="0" bgcolor="#666666" width="780" align="center">
- <tr bgcolor="#FFFFFF">
- <td align="center">火车采集器HTML导出模板</td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td>[标签:标题]</td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td>[标签:作者]</td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td>[标签:时间]</td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td>[标签:来源]</td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td>[标签:内容]</td>
- </tr>
- </table>
- </body>
- </html>
复制代码 |
|