www.gusucode.com > 源码留言本 3.2码程序 > re_note.asp

    <% 
' *************************************************
'|                                                 |
'|-----------------源码留言本 3.10-----------------|
'|                                                 |
'|                         黔江热线                |
'|         相关站点:http://www.52qj.com           | 
'|                                                 |
'| 版权由kering源码所有,不经本人同意,不得随意修改 |
'| 如经发现必追究其责任!                          |
' *************************************************
%>
  	<%
if Request.Cookies("admin_name")="" then
%> 
<title>你还没登录呢</title>
<link href="css/black.css" rel="stylesheet" type="text/css">
<br>
<br><center>你还没资格打开这一个页面呢~~老大,不要乱来哦</center>
<script LANGUAGE="JavaScript">
<!--
setTimeout('window.close();', 1000); //60秒后关闭
// -->
</script>
<% else %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>回复留言</title>
<link href="css/black.css" rel="stylesheet" type="text/css">
</head>
<% 
note_ID=trim(request("note_ID"))
%>
<body>
<div align="center">
  <table width="760" border="0" cellpadding="0" cellspacing="0" class="a2">
    <tr> 
      <td height="20" class="a1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="120"><img src="1/T_left.gif" width="121" height="26"></td>
            <td valign="middle" background="1/T_bg.gif"> <div align="center"><font color="#333333">回复留言</font></div></td>
            <td width="120"><img src="1/T_right.gif" width="121" height="26"></td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td class="a3"><table width="100%" border="0" cellspacing="1" cellpadding="0" class="a2">
         <form name="form" method="post" action="addre_note.asp"> <tr>
            <td class="a3"><div align="center"><br>
                
                  <table width="100%" border="0" cellspacing="0" cellpadding="3">
                    <tr> 
                      <td width="20%"> <div align="right">回复时间:</div></td>
                      <td colspan="2"><input name="re_time" type="text" class="i1" id="re_time" value="<%=Now %>" readonly>
                        显示在回复后的时间</td>
                    </tr>
                    <tr> 
                      <td><div align="right">留言ID:</div></td>
                      <td colspan="2"><input name="note_ID" type="text" class="i1" id="note_ID" value="<%=trim(request("note_ID"))%>" readonly></td>
                    </tr>
                    <tr> 
                      <td><div align="right">回复内容:</div></td>
                      <td><textarea name="re_page" cols="70" rows="10" class="i2" id="re_page"></textarea></td>
                      <td width="20%">回复内容</td>
                    </tr>
                    <tr> 
                      <td height="30" colspan="3"><div align="right"></div>
                        <div align="center"> 
                          <input name="B1" type="submit" class="i1" id="B1" value="回复留言">
                          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                          <input name="B2" type="reset" class="i1" id="B2" value="不用回复">
                        </div></td>
                    </tr>
                  </table>
               
                  <br>
              </div></td>
          </tr> </form>
        </table></td>
    </tr>
    <tr> 
      <td class="a3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="120"><img src="1/B_left.gif" width="120" height="26"></td>
            <td background="1/B_bg.gif">&nbsp;</td>
            <td width="120"><img src="1/B_right.gif" width="120" height="26"></td>
          </tr>
        </table></td>
    </tr>
  </table>
</div>
</body>
</html>
<% end if %>
<!--#include file="_button.asp"-->