📄 control.php
字号:
<?php
include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<title>读邮件</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n\r\n";
echo "<s";
echo "cript Language=\"JavaScript\">\r\nfunction copy_email()\r\n{\r\n parent.mail_view.document.execCommand('selectall'); \r\n parent.mail_view.document.execCommand('copy');\r\n parent.mail_view.document.execCommand('unselect');\r\n alert(\"邮件全文已复制到剪贴板!\");\r\n}\r\n\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"7\">\r\n<center>\r\n <input type=\"button\" value=\"回复\" class=\"BigButton\" onclick=\"parent.mai";
echo "l_view.reply();\" title=\"回复此邮件\"> \r\n <input type=\"button\" value=\"全部回复\" class=\"BigButton\" onclick=\"parent.mail_view.reply_all();\" title=\"回复此邮件给所有收到该邮件的人\"> \r\n <input type=\"button\" value=\"转发\" class=\"BigButton\" onclick=\"parent.mail_view.fw();\" title=\"转发此邮件\"> \r\n <input type=\"button\" value=\"删除\" class=\"";
echo "BigButton\" onclick=\"parent.mail_view.delete_email();\" title=\"删除此邮件\"> \r\n <input type=\"button\" value=\"打印\" class=\"BigButton\" onclick=\"parent.mail_view.print_email();\" title=\"打印此邮件\"> \r\n <input type=\"button\" value=\"复制全文\" class=\"BigButton\" onclick=\"copy_email();\" title=\"复制全文\"> \r\n";
if ( $QUERY == "" )
{
echo " <input type=\"button\" value=\"返回\" class=\"BigButton\" onClick=\"parent.location='../?BOX_ID=";
echo $BOX_ID;
echo "&PAGE_START=";
echo $PAGE_START;
echo "'\">\r\n";
}
else
{
echo " <input type=\"button\" value=\"返回\" class=\"BigButton\" onClick=\"history.back();\">\r\n";
}
echo "</center>\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -