📄 sendmessage.html
字号:
<html>
<head>
<title>Messages</title>
<meta name="GENERATOR" content="YesSoftware CodeCharge v.2.0.3 / Templates.ccp build 10/17/2001">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<style>
.slct {border-width:1px;border-style:solid;border-color:white black black white;background-color:buttonface;cursor:hand}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body >
{Header}<center><font style="font-family:黑体;color:#508CFF">发送新消息</font></center>
<table>
<tr>
<td valign="top"><SCRIPT TYPE="text/javascript" SRC="func1.js"></SCRIPT>
<!--BeginFormSendMessage-->
<form method="POST" action="{FileName}" name="SendMessage">
<table >
<!--BeginSendMessageError-->
<tr>
<td colspan="2"><font >{sSendMessageErr}</font></td>
</tr>
<!--EndSendMessageError-->
<tr>
<td ><font >Subject</font></td>
<td ><input type="text" name="Subject" maxlength="50" value="{Subject}" size="50"></td>
</tr>
<tr>
<td ><font >Content</font></td>
<td ><textarea name="Content" cols="60" rows="9">{Content}</textarea></td>
</tr>
<tr>
<td ><font >Employee</font></td>
<td ><font >{Employee} </font></td>
</tr>
<tr>
<td ><font ></font></td>
<td ><font >{Select} </font></td>
</tr>
<tr>
<td ><font ></font></td>
<td ><font >{Unselect} </font></td>
</tr>
<tr>
<td ><font >Receiver</font></td>
<td ><font >{Associate} </font></td>
</tr>
<tr>
<td colspan="2" align="right">
<!-- *** Buttons *** -->
<!--BeginSendMessageInsert-->
<input type="hidden" value="insert" name="FormAction">
<input type="submit" value="插入" onclick="javascript:document.SendMessage.FormAction.value = 'insert';">
<!--EndSendMessageInsert-->
<!--BeginSendMessageCancel-->
<input type="submit" value="取消" onclick="javascript:document.SendMessage.FormAction.value = 'cancel';"/>
<!--EndSendMessageCancel-->
<input type="hidden" name="FormName" value="SendMessage"/>
<input type="hidden" name="PK_Serial" value="{PK_Serial}"/>
<input type="hidden" name="Serial" value="{Serial}"/>
<input type="hidden" name="Message_Type" value="{Message_Type}"/>
<input type="hidden" name="Sender" value="{Sender}"/>
<input type="hidden" name="Receiver" value="{Receiver}"/>
</td>
</tr>
</table>
</form>
<!--EndFormSendMessage-->
</td>
</tr>
</table>
{Footer}
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -