|
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/member/tpl/ |
Upload File : |
<!--%import("filter/delete_profile_image.xml")-->
<!--%import("filter/delete_image_name.xml")-->
<!--%import("filter/delete_image_mark.xml")-->
<!--#include("header.html")-->
<!-- 이미지 이름/마크를 삭제하기 위한 폼 -->
<form action="./" method="get" id="fo_image">
<input type="hidden" name="member_srl" />
</form>
<table cellspacing="0" class="rowTable">
<tr class="row2">
<th scope="row"><div>{$lang->user_id}</div></th>
<td>{htmlspecialchars($member_info->user_id)}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->user_name}</div></th>
<td>{htmlspecialchars($member_info->user_name)}</td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->nick_name}</div></th>
<td>{htmlspecialchars($member_info->nick_name)}</td>
</tr>
<tr>
<th scope="row" rowspan="2"><div>{$lang->profile_image}</div></th>
<td>
<!--@if($member_info->profile_image->src)-->
<img src="{$member_info->profile_image->src}" border="0" alt="profile_image" />
<a href="#" onclick="doDeleteProfileImage({$member_info->member_srl});return false;" class="button"><span>{$lang->cmd_delete}</span></a>
<!--@else-->
<!--@end-->
</td>
</tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberInsertProfileImage" />
<input type="file" name="profile_image" value="" />
<span class="button"><input type="submit" value="{$lang->cmd_submit}" /></span>
</form>
<p>{$lang->profile_image_max_width} : {$member_config->profile_image_max_width}px, {$lang->profile_image_max_height} : {$member_config->profile_image_max_height}px</p>
</td>
</tr>
<tr>
<th scope="row" rowspan="2"><div>{$lang->image_name}</div></th>
<td>
<!--@if($member_info->image_name->src)-->
<img src="{$member_info->image_name->src}" border="0" alt="image_name" />
<a href="#" onclick="doDeleteImageName({$member_info->member_srl});return false;" class="button"><span>{$lang->cmd_delete}</span></a>
<!--@else-->
<!--@end-->
</td>
</tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberInsertImageName" />
<input type="file" name="image_name" value="" />
<span class="button"><input type="submit" value="{$lang->cmd_submit}" /></span>
</form>
<p>{$lang->image_name_max_width} : {$member_config->image_name_max_width}px, {$lang->image_name_max_height} : {$member_config->image_name_max_height}px</p>
</td>
</tr>
<tr>
<th scope="row" rowspan="2"><div>{$lang->image_mark}</div></th>
<td>
<!--@if($member_info->image_mark->src)-->
<img src="{$member_info->image_mark->src}" border="0" alt="image_mark" />
<a href="#" onclick="doDeleteImageMark({$member_info->member_srl});return false;" class="button"><span>{$lang->cmd_delete}</span></a>
<!--@else-->
<!--@end-->
</td>
</tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberInsertImageMark" />
<input type="file" name="image_mark" value="" />
<span class="button"><input type="submit" value="{$lang->cmd_submit}" /></span>
</form>
<p>{$lang->image_mark_max_width} : {$member_config->image_mark_max_width}px, {$lang->image_mark_max_height} : {$member_config->image_mark_max_height}px</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->email_address}</div></th>
<td>{htmlspecialchars($member_info->email_address)}</td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->homepage}</div></th>
<td><!--@if($member_info->homepage)--><a href="{$member_info->homepage}" onclick="winopen(this.href); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@end--> </td>
</tr>
<tr>
<th scope="row"><div>{$lang->blog}</div></th>
<td><!--@if($member_info->blog)--><a href="{$member_info->blog}" onclick="windopen(this.href); return false;">{htmlspecialchars($member_info->blog)}</a><!--@end--> </td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->birthday}</div></th>
<td>{zdate($member_info->birthday,'Y-m-d')} </td>
</tr>
<tr>
<th scope="row"><div>{$lang->allow_mailing}</div></th>
<td>{$member_info->allow_mailing} </td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->allow_message}</div></th>
<td>{$lang->allow_message_type[$member_info->allow_message]}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->signature}</div></th>
<td>{$member_info->signature} </td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->denied}</div></th>
<td>{$member_info->denied}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->limit_date}</div></th>
<td>
<!--@if($member_info->limit_date)-->
{zdate($member_info->limit_date,"Y-m-d H:i")}
<!--@end-->
</td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->is_admin}</div></th>
<td>{$member_info->is_admin}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->group}</div></th>
<td>
<!--@foreach($member_info->group_list as $key => $val)-->
{$val}
<!--@end-->
</td>
</tr>
<!--@if($extend_form_list)-->
<!--@foreach($extend_form_list as $key => $val)-->
<tr class="row{$cycle_idx}">
<th scope="row"><div>{htmlspecialchars($val->column_title)}<!--@if($val->is_opened)--> <span class="publicItem">({$lang->public})</span><!--@end--></div></th>
<td>
<!--@if($val->column_type=='tel')-->
{htmlspecialchars($val->value[0])}
<!--@if($val->value[1])-->-<!--@end-->
{htmlspecialchars($val->value[1])}
<!--@if($val->value[2])-->-<!--@end-->
{htmlspecialchars($val->value[2])}
<!--@elseif($val->column_type=='kr_zip')-->
{htmlspecialchars($val->value[0])}<!--@if($val->value[1]&&$val->value[0])--><br /><!--@end-->{htmlspecialchars($val->value[1])}
<!--@elseif($val->column_type=='checkbox' && is_array($val->value))-->
{htmlspecialchars(implode(", ",$val->value))}
<!--@elseif($val->column_type=='date')-->
{zdate($val->value, "Y-m-d")}
<!--@else-->
{nl2br(htmlspecialchars($val->value))}
<!--@end-->
</td>
</tr>
<!--@end-->
<!--@end-->
<tr>
<th scope="row"><div>{$lang->description}</div></th>
<td>{htmlspecialchars($member_info->description)} </td>
</tr>
<tr class="row2">
<th colspan="2" class="button">
<a href="{getUrl('act','dispMemberAdminInsert')}" class="button black strong"><span>{$lang->cmd_modify}</span></a>
<!--@if($member_info->is_admin!='Y')-->
<a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl',$member_info->member_srl)}" class="button red"><span>{$lang->cmd_delete}</span></a>
<!--@end-->
<!--@if($module=="admin")-->
<a href="{getUrl('act','dispMemberAdminList','module_srl','')}" class="button"><span>{$lang->cmd_back}</span></a>
<!--@end-->
</th>
</tr>
</table>
<iframe name="hidden_iframe" frameborder="0" style="display:none"></iframe>