|
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
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/communication/skins/default/','common_header.html');
?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/communication/skins/default/filter/","delete_checked_friend.xml");
$oXmlFilter->compile();
?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/communication/skins/default/filter/","delete_friend_group.xml");
$oXmlFilter->compile();
?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/communication/skins/default/filter/","move_friend.xml");
$oXmlFilter->compile();
?>
<div class="xeGroups">
<h3><?php @print($__Context->member_title = $__Context->lang->cmd_view_friend);?> (<?php @print($__Context->total_count);?>)</h3>
<form id="fo_friend_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked_friend)">
<div class="setupGroup">
<select name="friend_group_list" id="friend_group_list">
<?php $Context->__idx[0]=0;if(count($__Context->friend_group_list)) foreach($__Context->friend_group_list as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?>
<option value="<?php @print($__Context->val->friend_group_srl);?>" <?php if($__Context->val->friend_group_srl == $__Context->friend_group_srl){ ?>selected="selected"<?php } ?> ><?php @print($__Context->val->title);?></option>
<?php } ?>
</select>
<a href="#" onclick="doRenameFriendGroup();return false;" class="button small blue"><span><?php @print($__Context->lang->cmd_modify);?></span></a>
<a href="#" onclick="doDeleteFriendGroup();return false;" class="button small red"><span><?php @print($__Context->lang->cmd_delete);?></span></a>
<a href="<?php @print(getUrl('','module','communication','act','dispCommunicationAddFriendGroup'));?>" onclick="popopen(this.href);return false;" class="button small black strong"><span><?php @print($__Context->lang->cmd_add_friend_group);?></span></a>
</div>
<div class="jumpMenu">
<select name="jumpMenu" id="jumpMenu">
<option value=""><?php @print($__Context->lang->default_friend_group);?></option>
<?php $Context->__idx[1]=0;if(count($__Context->friend_group_list)) foreach($__Context->friend_group_list as $__Context->key => $__Context->val){$__Context->__idx[2]=($__Context->__idx[2]+1)%2; $__Context->cycle_idx = $__Context->__idx[2]+1; ?>
<option value="<?php @print($__Context->val->friend_group_srl);?>" <?php if($__Context->val->friend_group_srl == $__Context->friend_group_srl){ ?>selected="selected"<?php } ?> ><?php @print($__Context->val->title);?></option>
<?php } ?>
</select><a href="#" onclick="doJumpFriendGroup(); return false;" class="small button"><span><?php @print($__Context->lang->cmd_move);?></span></a>
</div>
<table cellspacing="0" class="colTable">
<tr>
<th class="title"><div><?php @print($__Context->lang->friend_group);?><div></th>
<th class="title"><div><input name="check_all" type="checkbox" onclick="XE.checkboxToggleAll('friend_srl_list', { wrap:'fo_friend_list' }); return false;" /> <?php @print($__Context->lang->nick_name);?><div></th>
<th class="title"><div><?php @print($__Context->lang->user_id);?> / <?php @print($__Context->lang->user_name);?><div></th>
<th class="title"><div><?php @print($__Context->lang->regdate);?><div></th>
</tr>
<tbody>
<?php $Context->__idx[2]=0;if(count($__Context->friend_list)) foreach($__Context->friend_list as $__Context->no => $__Context->val){$__Context->__idx[3]=($__Context->__idx[3]+1)%2; $__Context->cycle_idx = $__Context->__idx[3]+1; ?>
<tr>
<td class="nowrap"><?php @print($__Context->val->group_title?$__Context->val->group_title:" ");?></td>
<td class="nowrap"><input type="checkbox" name="friend_srl_list" value="<?php @print($__Context->val->friend_srl);?>" /><span class="member_<?php @print($__Context->val->target_srl);?>"><?php @print($__Context->val->nick_name);?></span></td>
<td class="nowrap wide"><?php @print($__Context->val->user_id);?> / <?php @print($__Context->val->user_name);?></td>
<td class="nowrap"><span class="regdate"><?php @print(zdate($__Context->val->regdate,"Y-m-d"));?></span></td>
</tr>
<?php } ?>
<tr>
<th class="button" colspan="4">
<select name="target_friend_group_srl">
<?php $Context->__idx[3]=0;if(count($__Context->friend_group_list)) foreach($__Context->friend_group_list as $__Context->key => $__Context->val){$__Context->__idx[4]=($__Context->__idx[4]+1)%2; $__Context->cycle_idx = $__Context->__idx[4]+1; ?>
<option value="<?php @print($__Context->val->friend_group_srl);?>"><?php @print($__Context->val->title);?></option>
<?php } ?>
</select>
<a href="#" onclick="doMoveFriend();return false;" class="small button blue"><span><?php @print($__Context->lang->cmd_move);?></span></a>
<span class="small button red"><input type="submit" value="<?php @print($__Context->lang->cmd_delete);?>" /></span>
<a href="<?php @print(getUrl('act','','message_type','','friend_gruop_srl',''));?>" class="small button"><span><?php @print($__Context->lang->cmd_back);?></span></a>
</th>
</tr>
</tbody>
</table>
<!-- 페이지 네비게이션 -->
<div class="pagination a1">
<a href="<?php @print(getUrl('page','','document_srl',''));?>" class="prevEnd"><?php @print($__Context->lang->first_page);?></a>
<?php while($__Context->page_no = $__Context->page_navigation->getNextPage()){ ?>
<?php if($__Context->page == $__Context->page_no){ ?>
<strong><?php @print($__Context->page_no);?></strong>
<?php }else{ ?>
<a href="<?php @print(getUrl('page',$__Context->page_no,'document_srl',''));?>"><?php @print($__Context->page_no);?></a>
<?php } ?>
<?php } ?>
<a href="<?php @print(getUrl('page',$__Context->page_navigation->last_page,'document_srl',''));?>" class="nextEnd"><?php @print($__Context->lang->last_page);?></a>
</div>
</form>
<!-- 그룹 삭제를 위한 빈 form -->
<form action="./" method="get" id="for_delete_group">
<input type="hidden" name="friend_group_srl" value="" />
</form>
</div>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/communication/skins/default/','common_footer.html');
?>