📄 post.asp
字号:
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/Info.asp" -->
<!--#include file="Inc/TimeFormat.asp" -->
<!--#include file="Inc/UBBCode.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<%
If Cint(Session("SLevel"))=0 Then Response.Redirect "Error.asp?Error=5"
I=LiannCheckBadWord(Request.QueryString("I"))
Set rsUser = Server.CreateObject("ADODB.Recordset")
Sql = "Select * From tUserManage Where rNickName='"&I&"'"
rsUser.Open Sql,ConnY,3,3
If I<>"" Then
If rsUser.Eof And rsUser.Bof Then Response.Redirect "Error.asp?Error=9"
End If
State="在社区信箱撰写信件"
%>
<html>
<head>
<title><%=Forum_Title%></title>
<meta http-equiv="Content-Type" content="text/html;">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>" onLoad="MM_preloadImages('<%=Forum_Pic_Write2%>','<%=Forum_Pic_Vote2%>','MM_callJS','form1.Title.focus()')" onkeydown='if(event.keyCode==13 && event.ctrlKey){form1.submit();}'>
<!--#include file="Inc/Top.asp" -->
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr bgcolor="<%=Forum_ColorList_BgColor%>">
<td height="20">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
<tr>
<td> 您所在的位置: <a href="../" onFocus="this.blur()">首页</a> >>
<a href="List.asp" onFocus="this.blur()">讨论组</a> >> <a href="Mail.asp" onFocus="this.blur()">社区信箱</a>
>> <font color="<%=Forum_ColorList_NavFontColor%>">撰写信件</font></td>
<td width="150"></td>
<td width="18">
<div align="center"><img src="<%=Forum_Pic_Open%>" width="15" height="14" border="0" alt="显示个人工具箱" onClick="ShowInfo()" style="CURSOR: hand" id=infoimage align="texttop"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" id=info style="DISPLAY: none" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_BgColor%>">
<!--#include file="Inc/Tools.asp" -->
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center" id=infoborder style="DISPLAY: none">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" class="font">
<form Action="Preview.asp" Method="POST" Name="form1" onsubmit="return vdf('ToWho','收信人','R','Title','标题','R','Content','内容','R');">
<tr>
<td height="20" colspan="2" bgcolor="<%=Forum_ColorList_AlternateColor1%>"><font color="<%=Forum_PFontColor%>">*</font>为必填,支持UBB代码,已屏蔽HTML,允许上传,上传文件类型限制请参考[<a href="Help.asp?T=1" onFocus="this.blur()">上传说明</a>],文件大小限<%=Forum_Limit%>kb,支持贴图标签.</td>
</tr>
<tr>
<td width="20%" height="20" bgcolor="<%=Forum_ColorList_AlternateColor1%>" class="font">
<div align="center"> 收 信 人</div>
</td>
<td height="20" class="font" bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<table width="100%" border="0" cellspacing="4" cellpadding="0" class="font">
<tr>
<td>
<% If I="" Then %>
<input type="text" name="ToWho" class="Textfiled" size="30">
<% Else %>
<input type="text" name="ToWho" class="Textfiled" size="30" value="<%=I%>">
<% End If %>
<font color="<%=Forum_ColorList_PFontColor%>">*</font> 填写收件人昵称,站内有效. </td>
</tr>
</table>
</td>
</tr>
<tr class="font">
<td width="20%" height="20" bgcolor="<%=Forum_ColorList_AlternateColor1%>">
<div align="center">标 题</div>
</td>
<td height="20" bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<table width="100%" border="0" cellspacing="4" cellpadding="0" class="font">
<tr>
<td>
<input type="text" name="Title" class="Textfiled" maxlength="50" size="57">
<font color="<%=Forum_ColorList_PFontColor%>">*</font>不得超过50个汉字</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="20%" height="20" bgcolor="<%=Forum_ColorList_AlternateColor1%>" class="font">
<div align="center">心 情</div>
</td>
<td height="20" class="font" bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<table width="100%" border="0" cellspacing="4" cellpadding="0" class="font">
<tr>
<td>
<input type="radio" name="Mood" value="1" onFocus="this.blur()">
<img src="Images/Mood/1.GIF" width="15" height="15">
<input type="radio" name="Mood" value="2" onFocus="this.blur()">
<img src="Images/Mood/2.GIF" width="15" height="15">
<input type="radio" name="Mood" value="3" onFocus="this.blur()">
<img src="Images/Mood/3.GIF" width="15" height="15">
<input type="radio" name="Mood" value="4" onFocus="this.blur()">
<img src="Images/Mood/4.GIF" width="15" height="15">
<input type="radio" name="Mood" value="5" onFocus="this.blur()">
<img src="Images/Mood/5.GIF" width="15" height="15">
<input type="radio" name="Mood" value="6" onFocus="this.blur()">
<img src="Images/Mood/6.GIF" width="15" height="15">
<input type="radio" name="Mood" value="7" onFocus="this.blur()">
<img src="Images/Mood/7.GIF" width="15" height="15">
<input type="radio" name="Mood" value="8" onFocus="this.blur()">
<img src="Images/Mood/8.GIF" width="15" height="15"> <br>
<input type="radio" name="Mood" value="9" onFocus="this.blur()">
<img src="Images/Mood/9.GIF" width="15" height="15">
<input type="radio" name="Mood" value="10" checked onFocus="this.blur()">
<img src="Images/Mood/10.GIF" width="15" height="15">
<input type="radio" name="Mood" value="11" onFocus="this.blur()">
<img src="Images/Mood/11.GIF" width="15" height="15">
<input type="radio" name="Mood" value="12" onFocus="this.blur()">
<img src="Images/Mood/12.GIF" width="15" height="15">
<input type="radio" name="Mood" value="13" onFocus="this.blur()">
<img src="Images/Mood/13.GIF" width="15" height="15">
<input type="radio" name="Mood" value="14" onFocus="this.blur()">
<img src="Images/Mood/14.GIF" width="15" height="15">
<input type="radio" name="Mood" value="15" onFocus="this.blur()">
<img src="Images/Mood/15.GIF" width="15" height="15">
<input type="radio" name="Mood" value="16" onFocus="this.blur()">
<img src="Images/Mood/16.GIF" width="15" height="15"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="20%" height="20" valign="middle" bgcolor="<%=Forum_ColorList_AlternateColor1%>" class="font">
<div align="center">内 容</div>
</td>
<td height="20" class="font" bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<table width="100%" border="0" cellspacing="4" cellpadding="0" class="font">
<tr>
<td>
<!--#include file="Inc/ToolsBar.asp" -->
<br>
<textarea name="Content" cols="80" rows="12" style="BACKGROUND-COLOR:<%=Forum_Css_Textfiled1_BackGroundColor%>; BORDER-BOTTOM: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>;BORDER-LEFT: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>; BORDER-RIGHT: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>; BORDER-TOP: 1px inset SOLID <%=Forum_Css_Textfiled1_BorderColor%>; COLOR: <%=Forum_Css_Textfiled1_FontColor%>; font-size:<%=Forum_Css_Textfiled1_FontSize%>"></textarea>
<font color="<%=Forum_ColorList_PFontColor%>">*</font> <br>
<input type="hidden" name="PostTime" value="<%=Now()%>">
<br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="20%" height="20" bgcolor="<%=Forum_ColorList_AlternateColor1%>" class="font">
<div align="center">表 情</div>
</td>
<td height="20" class="font" bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<img src="Images/Emot/em1.gif" width="30" height="15" onClick="inputs('[Emot]1[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em2.gif" width="19" height="19" onClick="inputs('[Emot]2[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em3.gif" width="16" height="15" onClick="inputs('[Emot]3[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em4.gif" width="15" height="15" onClick="inputs('[Emot]4[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em5.gif" width="15" height="15" onClick="inputs('[Emot]5[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em6.gif" width="50" height="15" onClick="inputs('[Emot]6[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em7.gif" width="22" height="23" onClick="inputs('[Emot]7[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em8.gif" width="15" height="15" onClick="inputs('[Emot]8[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em9.gif" width="16" height="16" onClick="inputs('[Emot]9[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em10.gif" width="15" height="15" onClick="inputs('[Emot]10[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em11.gif" width="21" height="15" onClick="inputs('[Emot]11[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em12.gif" width="15" height="15" onClick="inputs('[Emot]12[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em13.gif" width="15" height="15" onClick="inputs('[Emot]13[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em19.gif" width="42" height="23" onClick="inputs('[Emot]19[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em20.gif" width="16" height="16" onClick="inputs('[Emot]20[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em22.gif" width="15" height="15" onClick="inputs('[Emot]22[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em23.gif" width="15" height="15" onClick="inputs('[Emot]23[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em25.gif" width="16" height="16" onClick="inputs('[Emot]25[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em27.gif" width="31" height="31" onClick="inputs('[Emot]27[/Emot]')" style="Cursor:Hand" onFocus="this.blur()">
<img src="Images/Emot/em28.gif" width="15" height="15" onClick="inputs('[Emot]28[/Emot]')" style="Cursor:Hand" onFocus="this.blur()"></td>
</tr>
<tr>
<td height="24" width="20%" bgcolor="<%=Forum_ColorList_AlternateColor1%>" class="font">
<div align="center">上传文件</div>
</td>
<td height="24" class="font" bgcolor="<%=Forum_ColorList_AlternateColor2%>"><iframe name="Upload" frameborder=0 width=100% height=24 scrolling=no src=Inc/Upload.asp>
</iframe> </td>
</tr>
<tr>
<td bgcolor="<%=Forum_ColorList_AlternateColor1%>" width="20%">
<div align="center">操 作</div>
</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<input type="Image" src="<%=Forum_Pic_Preview%>" name="Submit" onFocus="this.blur()" align="middle" alt="使用CTRL+ENTER快捷提交">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center" id=onlineborder>
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="1" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" id=online>
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_OnlineColor%>">
<!--#include file="Inc/Online.asp" -->
</td>
</tr>
</table>
<!--#include file="Inc/Bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -