|
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/modules/communication/skins/default/ |
Upload File : |
<!--%import("filter/add_friend.xml")-->
<!--%import("js/communication.js")-->
<div id="popHeader" class="wide">
<h3 class="xeAdmin">{$lang->cmd_add_friend}</h3>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, add_friend)">
<input type="hidden" name="target_srl" value="{$target_info->member_srl}" />
<div id="popBody">
<table cellspacing="0" class="rowTable">
<tr>
<th><div>{$lang->user_id}</div></th>
<td class="wide">{$target_info->user_id}</td>
</tr>
<tr>
<th><div>{$lang->user_name}</div></th>
<td>{$target_info->user_name}</td>
</tr>
<tr>
<th><div>{$lang->nick_name}</div></th>
<td><div class="member_{$target_info->member_srl}">{$target_info->nick_name}</div></td>
</tr>
<tr>
<th><div>{$lang->friend_group}</div></th>
<td colspan="2">
<select name="friend_group_srl" class="fl">
<option value="">{$lang->default_friend_group}</option>
<!--@foreach($friend_group_list as $key => $val)-->
<option value="{$val->friend_group_srl}">{$val->title}</option>
<!--@end-->
</select> <a href="{getUrl('act','dispCommunicationAddFriendGroup')}" onclick="popopen(this.href);return false;" class="buttonSet buttonSetting"><span>{$lang->cmd_add_friend_group}</span></a></span>
</td>
</tr>
</table>
</div>
<div id="popFooter">
<span class="button black strong"><input type="submit" value="{$lang->cmd_add_friend}" /></span>
</div>
</form>