熊猫办公系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
2.0 KiB

<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?>
<?php
$public_diyr['pagetitle']='发送消息';
$url="<a href=../../../../>首页</a>&nbsp;>&nbsp;<a href=../../cp/>会员中心</a>&nbsp;>&nbsp;<a href=../../msg/>消息列表</a>&nbsp;>&nbsp;发送消息";
require(ECMS_PATH.'e/template/incfile/header.php');
?>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<form action="../../doaction.php" method="post" name="sendmsg" id="sendmsg">
<tr class="header">
<td height="23" colspan="2">发送消息</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="21%" height="25">标题</td>
<td width="79%" height="25"><input name="title" type="text" id="title2" value="<?=ehtmlspecialchars(stripSlashes($title))?>" size="43">
*</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">接收者</td>
<td height="25"><input name="to_username" type="text" id="to_username2" value="<?=$username?>">
[<a href="#EmpireCMS" onclick="window.open('../../friend/change/?fm=sendmsg&f=to_username','','width=250,height=360');">选择好友</a>]
*</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" valign="top">内容</td>
<td height="25"><textarea name="msgtext" cols="60" rows="12" id="textarea"><?=ehtmlspecialchars(stripSlashes($msgtext))?></textarea>
*</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">&nbsp;</td>
<td height="25"><input type="submit" name="Submit" value="发送">
&nbsp;
<input type="reset" name="Submit2" value="重置"> <input name="enews" type="hidden" id="enews" value="AddMsg"> </td>
</tr>
</form>
</table>
<?php
require(ECMS_PATH.'e/template/incfile/footer.php');
?>