📄 message.srf
字号:
<!--{{handler cgi-bin\Mailbox.dll/Message }} This file (c) 2000 Microsoft Corporation -->
<html>
<head>
<base target="main_frame">
<link rel="stylesheet" href="main.css" type="text/css">
<script language="JavaScript">
<!--
function ReplyMsg()
{
navigate("compose.srf?msgto={{From}}&msgsubject=Re: {{Subject}}");
}
function ForwardMsg()
{
navigate("compose.srf?msgsubject=Fw: {{Subject}}");
}
function DeleteMsg()
{
navigate("message.srf?delmsg={{MessageID}}&ref={{Ref}}");
}
-->
</script>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="2" bgcolor="#FFFFCC" width="627">
<tr>
<td width="44"><font color="#3A6EA5"><span style="font-variant: small-caps"><b>From:</b></span></font></td>
<td width="1043"><font color="#3A6EA5"><b>{{From}}</b></font></td>
</tr>
<tr>
<td width="44"><font color="#3A6EA5"><span style="font-variant: small-caps"><b>To:</b></span></font></td>
<td width="1043"><font color="#3A6EA5"><b>{{To}}</b></font></td>
</tr>
<tr>
<td width="44"><font color="#3A6EA5"><span style="font-variant: small-caps"><b>Subject:</b></span></font></td>
<td width="1043"><font color="#3A6EA5"><b>{{Subject}}</b></font></td>
</tr>
<tr>
<td width="44"><font color="#3A6EA5"><span style="font-variant: small-caps"><b>Date: </b></span></font></td>
<td width="1043"><font color="#3A6EA5"><b>{{Date}}</b></font></td>
</tr>
</table>
<form method="POST" action="message.srf">
<p><textarea rows="17" name="messageText" cols="76" tabindex="1" OnFocus="this.blur()">{{Message}}</textarea></p><br>
<input type="hidden" name="message" value="{{MessageID}}">
<font size="2">
{{if ReplyButton}}Click the "Reply" button to reply to this message.<br>{{endif}}
{{if ForwardButton}}Click the "Forward" button to forward this message to someone else.<br>{{endif}}
{{if DeleteButton}}Click the "Delete" button to delete this message.<br>{{endif}}
{{if SaveButton}}Click the "Save" button to save an update of this message.<br>{{endif}}
<br>
</font>
{{if ReplyButton}}<input type="button" value="Reply" name="replyButton" tabindex="2" onclick="ReplyMsg()"> {{endif}}
{{if ForwardButton}}<input type="button" value="Forward" name="forwardButton" tabindex="3" onclick="ForwardMsg()"> {{endif}}
{{if DeleteButton}}<input type="button" value="Delete" name="deleteButton" tabindex="4" onclick="DeleteMsg()"> {{endif}}
{{if SaveButton}}<input type="submit" value="Save" name="saveButton" tabindex="5"> {{endif}}
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -