📄 message_put.php
字号:
<?php
require_once("functions/login_flag.php");//是否已经登录
if ($_GET['e_username']=='系统信息') {
echomsg("系统信息不用回复!");
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发件箱</title>
<link href="css/id.css" rel="stylesheet" type="text/css">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link type="text/css" href="css/build.css" rel="stylesheet">
<style>
body{
margin-top:0px;
}
</style>
</head>
<body>
<!--导航-->
<?php require_once("diplomatism_daohang.htm");?>
<div id="mb_01">
<div class="page_build_title">发件箱</div>
</div>
<div id="mb_04">
<!--替换区域开始-->
<table width="90%" align="center" style="margin-top:15px;">
<tr >
<td width="20%" height="25" ><span style="color:#ffffff; font-weight:bold;"><a href="message.php?e_type=1" target="_self">任务信息</a></span></td>
<td width="20%" height="25" ><span style="color:#ffffff; font-weight:bold;"><a href="war_result_list.php?type=war" target="_self">战报信息</a></span></td>
<td width="20%" height="25" ><span style="color:#ffffff; font-weight:bold;"><a href="war_result_list.php?type=lurcher" target="_self">间谍信息</span></a></td>
<td width="20%" height="25"><span style="color:#ffffff; font-weight:bold;"><a href="message.php?e_type=2" target="_self" >收 件 箱</a></span></td>
<td width="20%" height="25" ><span style="color:#ffffff; font-weight:bold;"><a href="message_put.php" style="color:RED;">写信</a></span></td>
</tr>
</table>
<table width="90%" border=1 cellpadding=1 cellspacing=0 style="margin-top:2px; border-collapse:collapse;border:1px solid threeddarkshadow" bordercolor="threeddarkshadow" align="center">
<form name="form1" method="POST" action="inter_message.php">
<tr align="left" style="padding-left:3px; ">
<td width="23%" height="25" >收件人(角色名):</td>
<td width="77%" height="25" ><input type="text" name="e_username" value="<?php echo $_GET['e_username'];?>"/></td>
</tr>
<tr align="left" style="padding-left:3px; ">
<td width="23%" height="25" >标 题:</td>
<td width="77%" height="25" ><input type="text" name="e_title" /></td>
</tr>
<tr align="left" style="padding-left:3px; ">
<td width="23%" height="25" >正 文:</td>
<td width="77%" height="25" ><textarea name="e_text" cols="55" rows="7"></textarea></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="Submit" value="发送" /></td>
</tr>
</form>
</table>
<!--替换区域结束-->
<div style="padding-bottom:<?php echo 200;?>px;"> </div>
</div>
</div>
<div id="mb_03"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -