|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/files/cache/template_compiled/ |
Upload File : |
<?php if(!defined("__ZBXE__")) exit();?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/communication/skins/default/filter/","send_message.xml");
$oXmlFilter->compile();
?>
<!--Meta:modules/communication/skins/default/js/communication.js--><?php Context::addJsFile("modules/communication/skins/default/js/communication.js", true, ""); ?>
<div id="popHeader" class="wide">
<h3 class="xeAdmin"><?php @print($__Context->lang->cmd_send_message);?></h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, send_message)">
<input type="hidden" name="content" value="<?php @print(htmlspecialchars($__Context->source_message->content));?>" />
<input type="hidden" name="receiver_srl" value="<?php @print($__Context->receiver_info->member_srl);?>" />
<div id="popBody">
<table cellspacing="0" class="rowTable">
<tr>
<th><div><label for="textfield1"><?php @print($__Context->lang->receiver);?></label></div></th>
<td><div class="member_<?php @print($__Context->receiver_info->member_srl);?>"><?php @print($__Context->receiver_info->nick_name);?> (<?php @print($__Context->receiver_info->user_id);?>)</div></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->title);?></div></th>
<td><input type="text" name="title" id="message_title" class="inputTypeText w300" value="<?php @print($__Context->source_message->title);?>"/></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->cmd_option);?></div></th>
<td><input type="checkbox" value="Y" name="send_mail" /> <?php @print($__Context->lang->cmd_send_mail);?></td>
</tr>
</table>
<?php @print($__Context->editor);?>
</div>
<div id="popFooter">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_send_message);?>" class="editor_button" accesskey="s" /></span>
</div>
</form>
<script type="text/javascript">
xAddEventListener(window, 'load', function() { xGetElementById("message_title").focus(); });
</script>