|
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/","add_friend_group.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">
<h3 class="xeAdmin">
<?php if($__Context->friend_group->friend_group_srl){ ?>
<?php @print($__Context->lang->cmd_rename_friend_group);?>
<?php }else{ ?>
<?php @print($__Context->lang->cmd_add_friend_group);?>
<?php } ?>
</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, add_friend_group)">
<input type="hidden" name="friend_group_srl" value="<?php @print($__Context->friend_group->friend_group_srl);?>" />
<div id="popBody">
<div class="text">
<p><?php @print($__Context->lang->msg_insert_group_name);?></p>
<input name="title" type="text" class="inputTypeText" value="<?php @print(htmlspecialchars($__Context->friend_group->title));?>"/>
</div>
</div>
<div id="popFooter">
<?php if($__Context->friend_group->friend_group_srl){ ?>
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_modify);?>" /></span>
<?php }else{ ?>
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_insert);?>" /></span>
<?php } ?>
</div>
</form>