|
火车头版本是sp3
模块用的是dedecms 4.0的
<html>
<head>
<title>提示信息</title>
<meta http-equiv="Content-Type" content="text ml; charset=gb2312" />
<base target='_self'/>
</head>
<body leftmargin='0' topmargin='0'>
<center>
<script>
var pgo=0;
function JumpUrl(){
if(pgo==0){ location='javascript:history.go(-1);'; pgo=1; }
}
document.write("<br/><div style='width:400px;padding-top:4px;height:24;font-size:10pt;border-left:1px solid #7ECDFB;border-top:1px solid #7ECDFB;border-right:1px solid #7ECDFB;background-color:#ACE4FF;'>DEDECMS 提示信息!</div>");
document.write("<div style='width:400px;height:100;font-size:10pt;border:1px solid #7ECDFB;background-color:#EEFAFE'><br/><br/>");
document.write("把数据保存到数据库archives表时出错,请检查!");
document.write("<br/><br/><a href='javascript:history.go(-1);'>如果你的浏览器没反应,请点击这里...</a><br/><br/></div>");
setTimeout('JumpUrl()',5000);</script>
</center>
本人今天刚刚接触,请高人指教一下。另外采集到的内容 怎么查看啊?只能测试的时候查看?我看视频那个VIP版的可以本地编辑就能查看了,这个免费版本是不是看不了采集了的内容? |
|