git-svn-id: http://xe-core.googlecode.com/svn/trunk@1716 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-20 11:33:31 +00:00
parent fe8e764cab
commit fcb4fe15d6
24 changed files with 381 additions and 405 deletions

View file

@ -1,4 +1,4 @@
<!--#include("./common.html")-->
<!--#include("./common_header.html")-->
<!--%import("filter/modify_info.xml")-->
<!--@if($member_config->image_name == 'Y')-->
<!--%import("filter/delete_image_name.xml")-->
@ -9,146 +9,125 @@
<!--%import("../../tpl/js/krzip_search.js")-->
<div>
{$lang->msg_update_member}
</div>
<div class="boardHeader">
<h3>{$lang->msg_update_member}</h3>
</div>
<form id="fo_insert_member" action="./" method="post" onsubmit="return procFilter(this, modify_info)" <!--@if($member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
<input type="hidden" name="content" value="{htmlspecialchars($member_info->signature)}" />
<input type="hidden" name="page" value="{$page}" />
<form id="fo_insert_member" action="./" method="post" onsubmit="return procFilter(this, modify_info)" <!--@if($member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
<input type="hidden" name="content" value="{htmlspecialchars($member_info->signature)}" />
<input type="hidden" name="page" value="{$page}" />
<div>
{$lang->member_default_info}
</div>
<table border="1">
<tr>
<th>{$lang->user_id}</th>
<td>
{htmlspecialchars($member_info->user_id)}
</td>
<table cellspacing="0" class="joinTable">
<col width="20%" />
<col width="80%" />
<caption>{$lang->member_default_info}</caption>
<tr class="first-child">
<th scope="row">{$lang->user_id}</th>
<td>{htmlspecialchars($member_info->user_id)}</td>
</tr>
<tr>
<th>{$lang->user_name}</th>
<td>
{htmlspecialchars($member_info->user_name)}
</td>
<th scope="row">{$lang->user_name}</th>
<td>{htmlspecialchars($member_info->user_name)}</td>
</tr>
<tr>
<th rowspan="2">{$lang->nick_name}</th>
<td>
<input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" />
</td>
<th scope="row">{$lang->user_name} *</th>
<td><input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" /> <p>{$lang->about_nick_name}</p></td>
</tr>
<tr>
<td>{$lang->about_nick_name}</td>
</tr>
<tr>
<th>{$lang->email_address}</th>
<td>
<input type="text" name="email_address" value="{htmlspecialchars($member_info->email_address)}" />
</td>
<th scope="row">{$lang->email_address}</th>
<td><input type="text" name="email_address" value="{htmlspecialchars($member_info->email_address)}" /><p>{$lang->about_email_address}</p></td>
</tr>
<!--@if($member_config->image_name == 'Y')-->
<tr>
<th>{$lang->image_name}</th>
<th scope="row">{$lang->image_name}</th>
<td>
<!--@if($member_info->image_name->src)-->
<div>
<img src="{$member_info->image_name->src}" border="0" alt="image_name" />
[<a href="#" onclick="doDeleteImageName({$member_info->member_srl});return false;">{$lang->cmd_delete}</a>]
</div>
<div class="memberImage">
<div class="info"><img src="{$member_info->image_name->src}" border="0" alt="image_name" /></div>
<div class="button"><a href="#" onclick="doDeleteImageName({$member_info->member_srl});return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_delete}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
</div>
<!--@end-->
<input type="file" name="image_name" value="" /><input type="button" value="{$lang->cmd_registration}" onclick="doUploadImageName();return false;"/>
<div class="memberImage">
<div class="form"><input type="file" name="image_name" value="" /></div>
<div class="button"><a href="#" onclick="doUploadImageName();return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_registration}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
</div>
</td>
</tr>
<!--@end-->
<!--@if($member_config->image_mark == 'Y')-->
<tr>
<th>{$lang->image_mark}</th>
<th scope="row">{$lang->image_mark}</th>
<td>
<!--@if($member_info->image_mark->src)-->
<div>
<img src="{$member_info->image_mark->src}" border="0" alt="image_mark" />
[<a href="#" onclick="doDeleteImageMark({$member_info->member_srl});return false;">{$lang->cmd_delete}</a>]
</div>
<div class="memberImage">
<div class="info"><img src="{$member_info->image_mark->src}" border="0" alt="image_mark" /></div>
<div class="button"><a href="#" onclick="doDeleteImageMark({$member_info->member_srl});return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_delete}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
</div>
<!--@end-->
<input type="file" name="image_mark" value="" /><input type="button" value="{$lang->cmd_registration}" onclick="doUploadImageMark();return false;"/>
<div class="memberImage">
<div class="form"><input type="file" name="image_mark" value="" /></div>
<div class="button"><a href="#" onclick="doUploadImageMark();return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_registration}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
</div>
</td>
</tr>
<!--@end-->
<tr>
<th rowspan="2">{$lang->homepage}</th>
<td>
<input type="text" name="homepage" value="{htmlspecialchars($member_info->homepage)}" />
</td>
<th scope="row">{$lang->homepage}</th>
<td><input type="text" name="homepage" value="{htmlspecialchars($member_info->homepage)}" /> <p>{$lang->about_homepage}</p></td>
</tr>
<tr>
<td>{$lang->about_homepage}</td>
<th scope="row">{$lang->blog}</th>
<td><input type="text" name="blog" value="{htmlspecialchars($member_info->blog)}" /> <p>{$lang->about_blog_url}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->blog}</th>
<td>
<input type="text" name="blog" value="{htmlspecialchars($member_info->blog)}" />
</td>
</tr>
<tr>
<td>{$lang->about_blog}</td>
</tr>
<tr>
<th rowspan="2">{$lang->birthday}</th>
<th scope="row">{$lang->birthday} *</th>
<td>
<input type="hidden" name="birthday" id="date_birthday" value="{$member_info->birthday}" />
<span id="str_birthday">{zdate($member_info->birthday,"Y-m-d")}</span>
[<a href="#" onclick="open_calendar('birthday','{$member_info->birthday}');return false;">{$lang->cmd_open_calendar}</a>]
<div class="str_birthday" id="str_birthday">{zdate($member_info->birthday,"Y-m-d")}</div>
<div class="button_birthday"><a href="#" onclick="open_calendar('birthday','{$member_info->birthday}');return false;" class="buttonTypeB"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_open_calendar}<img src="./images/blank.gif" alt="" class="rightCap" /></a></div>
<p>{$lang->about_birthday}</p>
</td>
</tr>
<tr>
<td>{$lang->about_birthday}</td>
<th scope="row">{$lang->allow_mailing}</th>
<td><input type="checkbox" name="allow_mailing" value="Y" <!--@if($member_info->allow_mailing!='N')-->checked="true"<!--@end--> /> <p>{$lang->about_allow_mailing}</p></td>
</tr>
<tr>
<th rowspan="2">{$lang->allow_mailing}</th>
<td><input type="checkbox" name="allow_mailing" value="Y" <!--@if($member_info->allow_mailing!='N')-->checked="true"<!--@end-->/></td>
</tr>
<tr>
<td>{$lang->about_allow_mailing}</td>
</tr>
<tr>
<th rowspan="2">{$lang->allow_message}</th>
<th scope="row">{$lang->allow_message}</th>
<td>
<select name="allow_message">
<!--@foreach($lang->allow_message_type as $key => $val)-->
<option value="{$key}" <!--@if($member_info->allow_message == $key)-->selected="true"<!--@end-->>{$val}</option>
<!--@end-->
</select>
<p>{$lang->about_allow_message}</p>
</td>
</tr>
<tr>
<td>{$lang->about_allow_message}</td>
</tr>
<tr>
<th>{$lang->signature}</th>
<th scope="row">{$lang->signature}</th>
<td>{$editor}</td>
</tr>
</table>
<!--@if($extend_form_list)-->
<div>
{$lang->member_extend_info}
</div>
<table border="1">
<!--@foreach($extend_form_list as $key => $val)-->
<!--@if($val->is_active=='Y')-->
<tr>
<th rowspan="2">
<!--@if($val->required=='Y')-->
*
<!--@end-->
<table cellspacing="0" class="joinTable">
<col width="20%" />
<col width="80%" />
<caption>{$lang->member_extend_info}</caption>
{@ $dummy_chk = 0 }
<!--@foreach($extend_form_list as $key => $val)--><!--@if($val->is_active=='Y')-->
<tr <!--@if($dummy_chk==0)-->class="first-child" {@ $dummy_chk = 1; }<!--@end-->>
<th scope="row">
{htmlspecialchars($val->column_title)}
<!--@if($val->required=='Y')-->*<!--@end-->
</th>
<td>
<!-- 일반 text -->
@ -223,22 +202,18 @@
<!--@end-->
<p>{$val->description}</p>
</td>
</tr>
<tr>
<td>{$val->description}</td>
</tr>
<!--@end-->
<!--@end-->
<!--@end--><!--@end-->
</table>
<!--@end-->
<table border="1">
<tr>
<td colspan="2">
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispMemberInfo','member_srl','')}'" />
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
</td>
</tr>
</table>
<div class="button">
<ul>
<li><a href="{getUrl('act','dispMemberInfo','member_srl','')}" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" />{$lang->cmd_cancel}<img src="./images/blank.gif" alt="" class="rightCap" /></a></li>
<li><span class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /><img src="./images/blank.gif" alt="" class="rightCap" /></span></li>
</ul>
</div>
</form>
<!--#include("./common_footer.html")-->