📄 note_edit.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="chkmanage.asp"-->
<!--#include file="inc/const1.asp"-->
<!--#include file="inc/const2.asp"-->
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Jimmy中文站留言簿 Version 1.09 '
' http://www.lunji.com '
' Powered by BlueSailor '
' QQ:428140 E-MAIL: bluesailor@etang.com '
''''''''''''''''''''''''''''''''''''''''''''''''''''''
'*****************************************************
'(特别声明:共享软件,未经本人同意,不得用于商业用途)
'*****************************************************
%>
<%
set rs=server.createobject("adodb.recordset")
sql="select notetitle,notebbs,notedate from lybconfig where id=1"
rs.open sql,conn,1,3
%>
<html>
<head>
<meta name="Author" content="BlueSailor">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改公告--<%=lybtitle%></title>
<!--#include file="style.asp"-->
</head>
<body>
<div align="center"> <!--#include file="menu.asp"-->
<form method="POST" action="update_editnote.asp">
<center>
<table width="550" border="1" style="border-collapse: collapse" cellspacing="0" height="345" align="center" bordercolor="<%=bordercolor%>" >
<tr class="addfont">
<td height="20" colspan="2">
<p align="center">修改公告</td>
</tr> <tr class="lybtable"> <td width="33%" height="21"> <b> 标 题:(空白即无公告)</b></td>
<td width="67%" height="21">
<p>
<input type="text" name="notetitle" size="37" value="<%=rs.fields("notetitle")%>"></p>
</td> </tr>
<tr class="lybtable">
<td width="33%" height="10"> <b>UBB</b></td>
<td width="67%" height="10">
<script src=code.js></script>
<!--#include file=ubb.inc -->
</td>
</tr>
<tr class="lybtable"> <td width="33%" height="259"> <b> 内 容:</b></td>
<td width="67%" height="259">
<textarea rows="18" name="guestcontent" cols="42"><%=rs.fields("notebbs")%></textarea></td>
</tr> <tr class="lybtable"> <td width="100%" height="12" colspan="2">
<p align="center"><input name="B1" type="submit" class="noBorder" value="更新">
<input name="B2" type="reset" class="noBorder" value="重写"></p> </td> </tr> </table>
</center>
</form>
</body>
</html>
<%
rsclose()
connclose()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -