📄 reply.php
字号:
<?
if (empty($user)||empty($id)){
header ("location: gbook.php");
exit();
}
?>
<html>
<head>
<title>站长回复留言</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td { font-family: "宋体"; font-size: 12px}
-->
</style>
</head>
<body topMargin=5 bgcolor="#ffffff" text="#000000" link="#4682B4" vlink="#4682B4" background="img/lines.gif">
<br>
<br>
<br>
<table width="70%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="15"><img alt="" src="img/imac_scrn_1.gif" width="15" height="16" /></td>
<td background="img/imac_scrn_3.gif" width="100%"><img alt=""
src="img/spacer.gif" width="10" height="16" /></td>
<td width="16"><img alt="" src="img/imac_scrn_5.gif" width="16" height="16" /></td>
</tr>
<tr>
<td width="15" background="img/imac_scrn_9.gif"><img alt=""
src="img/spacer.gif" width="15" height="60" /></td>
<td align="center">
<table width="100%" border="0" cellspacing="1" cellpadding="4" align="center" bgcolor="#000000">
<tr bgcolor="#ebebeb">
<td height="25">
<form method="post" action="doreply.php">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" nowrap>管理口令:</td>
<td nowrap>
<input type="password" name="pass" size="20" style="background-color:#ffffff; color:#8888AA; border: 1 double #B4B4B4" onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">
<input type="hidden" name="user" value='<? echo $user; ?>'>
<input type="hidden" name="id" value="<? echo $id; ?>">
</td>
</tr>
<tr>
<td align="center" nowrap>回复内容:</td>
<td nowrap>
<textarea name="reply" cols="50" rows="5" style="background-color:#ffffff; color:#8888AA; border: 1 double #B4B4B4" onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''"></textarea>
</td>
</tr>
<tr>
<td align="center" nowrap colspan="2">
<input type="submit" name="Submit" value="回 复" style="color: #000000; background-color: #EEEEF8; border-style: solid; border-width: 0" onMouseOver ="this.style.backgroundColor='#FFC864'" onMouseOut ="this.style.backgroundColor='EEEEF8'">
<input type="reset" name="Submit2" value="取 消" style="color: #000000; background-color: #EEEEF8; border-style: solid; border-width: 0" onMouseOver ="this.style.backgroundColor='#FFC864'" onMouseOut ="this.style.backgroundColor='EEEEF8'">
</td>
</tr>
</table>
</form>
</td>
</tr>
<div align="center">
<center>
<table width="80%" cellspacing="0" cellpadding="0">
<tr>
<td height="36" colspan="2" align="center">程序提供:<A HREF="http://yesoo.cpgl.net/" target=_blank><font color="#D7D7D7">
砀山网盟</font></a></td>
</tr>
</table>
</center>
</div>
</td>
<td width="16" background="img/imac_scrn_10.gif"><img alt=""
src="img/spacer.gif" width="15" height="60" /></td>
</tr>
<tr>
<td width="15"><img alt="" src="img/imac_scrn_13.gif" width="15" height="16" /></td>
<td background="img/imac_scrn_14.gif" width="100%"><img alt=""
src="img/spacer.gif" width="10" height="16" /></td>
<td width="16"><img alt="" src="img/imac_scrn_11.gif" width="16" height="16" /></td>
</tr>
</table>
</body>
</html>
<?
/* */
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -