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

This commit is contained in:
zero 2007-06-25 12:34:46 +00:00
parent a847d48fb0
commit 9eaaa2f894
8 changed files with 229 additions and 279 deletions

View file

@ -1,58 +1,34 @@
<table border="1" width="400">
<col width="100" />
<col width="300" />
<tr>
<th colspan="2">{$lang->addon_maker}</th>
</tr>
<tr>
<th>{$lang->title}</th>
<td>{$addon_info->title} ver. {$addon_info->version}</td>
</tr>
<tr>
<th>{$lang->author}</th>
<td><a href="mailto:{$addon_info->author->email_address}">{$addon_info->author->name}</a></td>
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="window.open('{$addon_info->author->homepage}');return false;">{$addon_info->author->homepage}</a></td>
</tr>
<tr>
<th>{$lang->regdate}</th>
<td>{$addon_info->author->date}</td>
</tr>
<tr>
<th>{$lang->description}</th>
<td>{nl2br($addon_info->author->description)}</td>
</tr>
<div id="popHeadder">
<h1>{$lang->addon_maker}</h1>
</div>
<!--@if($addon_info->history[0]->name)-->
<tr>
<th colspan="2">{$lang->addon_history}</th>
</tr>
<!--@foreach($addon_info->history as $history)-->
<!--@if($history->name)-->
<tr>
<th>{$lang->name}</th>
<td><a href="mailto:{$history->email_address}">{$history->name}</a></td>
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="window.open('{$history->homepage}');return false;">{$history->homepage}</a></td>
</tr>
<tr>
<th>{$lang->regdate}</th>
<td>{$history->date}</td>
</tr>
<tr>
<th>{$lang->description}</th>
<td>{nl2br($history->description)}</td>
</tr>
<!--@end-->
<!--@end-->
<!--@end-->
<tr>
<td colspan="2">
<a href="#" onclick="self.close()">{$lang->cmd_close}</a>
</td>
</tr>
</table>
<div id="popBody">
<table cellspacing="0" class="tableType5">
<col width="100" />
<col />
<tr>
<th scope="row"><label for="textfield1">{$lang->title}</label></th>
<td>{$addon_info->title} ver. {$addon_info->version}</td>
</tr>
<tr>
<th scope="row"><label for="textfield2">{$lang->author}</label></th>
<td><a href="mailto:{$addon_info->author->email_address}">{$addon_info->author->name}</a></td>
</tr>
<tr>
<th scope="row"><label for="textfield2">{$lang->homepage}</label></th>
<td><a href="#" onclick="window.open('{$addon_info->author->homepage}');return false;">{$addon_info->author->homepage}</a></td>
</tr>
<tr>
<th scope="row"><label for="textfield2">{$lang->regdate}</label></th>
<td>{$addon_info->author->date}<td>
</tr>
<tr>
<th scope="row" class="borderBottomNone">{$lang->description}</th>
<td class="borderBottomNone">{nl2br($addon_info->author->description)}</td>
</tr>
</table>
</div>
<div id="popFooter">
<span class="close"><a href="#" onclick="window.close(); return false;" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_close}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></span>
</div>

View file

@ -1,41 +1,47 @@
<!--%import("filter/setup_addon.xml")-->
<div style="width:400px">
<form action="./" method="get" onsubmit="return procFilter(this, setup_addon);">
<input type="hidden" name="addon_name" value="{$addon_info->addon_name}" />
<table border="1" width="100%">
<div id="popHeadder">
<h1>{$lang->cmd_setup}</h1>
</div>
<form action="./" method="get" onsubmit="return procFilter(this, setup_addon);">
<input type="hidden" name="addon_name" value="{$addon_info->addon_name}" />
<div id="popBody">
<table cellspacing="0" class="tableType5">
<col width="100" />
<col />
<tr>
<th>{$lang->title}</th>
<th scope="row"><label for="textfield1">{$lang->title}</label></th>
<td>{$addon_info->title} ver. {$addon_info->version}</td>
</tr>
<tr>
<th>{$lang->author}</th>
<td>{$addon_info->author->name}</td>
<th scope="row"><label for="textfield2">{$lang->author}</label></th>
<td><a href="mailto:{$addon_info->author->email_address}">{$addon_info->author->name}</a></td>
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="winopen('{$addon_info->author->homepage}');return false;">{$addon_info->author->homepage}</a></td>
</tr>
<tr>
<th colspan="2">{$lang->extra_vars}</th>
<th scope="row"><label for="textfield2">{$lang->homepage}</label></th>
<td><a href="#" onclick="window.open('{$addon_info->author->homepage}');return false;">{$addon_info->author->homepage}</a></td>
</tr>
<!--@foreach($addon_info->extra_vars as $key => $val)-->
<tr>
<th rowspan="2">{$val->title}</th>
<td><input type="text" name="{$val->name}" value="{$val->value}" class="editor_input" /></td>
</tr>
<tr>
<td>{$val->description}</td>
</tr>
<!--@end-->
<tr>
<td colspan="2">
<input type="submit" value="{$lang->cmd_apply}" class="editor_button" />
<input type="button" value="{$lang->cmd_close}" class="editor_button" onclick="window.close();"/>
<th scope="row">{$val->title}</th>
<td>
<input type="text" name="{$val->name}" value="{$val->value}" class="inputTypeText w100" />
<p>{$val->description}</p>
</td>
</tr>
<!--@end-->
</table>
</form>
</div>
</div>
<div id="popFooter">
<ul class="buttonRight nospace">
<li><span class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><input type="submit" value="{$lang->cmd_apply}" class="editor_button" /><img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></span></li>
<li><span class="buttonTypeA"><a href="#" onclick="window.close(); return false;" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_close}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></span></li>
</ul>
</div>
</form>

View file

@ -20,6 +20,7 @@ IE7 Only
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea { border:1px solid #c9c9c9; padding:3px; background:#ffffff;}
.inputTypeDate { width:10em; border:1px solid #c9c9c9; padding:3px; height:1em; line-height:1em; background:#ffffff;}
/* Internet Explorer 6 PNG Bug Fix */
.iePngFix { behavior:url(../js/iePngFix.htc);}
@ -160,7 +161,7 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
/* ----- Popup | Start ----- */
/* popup */
#popHeadder { height:40px; background:url(../images/popupTopBg.png) repeat-x left top;}
#popHeadder { width:500px; height:40px; background:url(../images/popupTopBg.png) repeat-x left top;}
#popHeadder h1 { padding:13px 0 0 19px; height:27px; background:url(../images/popupTopBgEnd.png) no-repeat right top; font-size:1.2em; color:#d8d8d8;}
#popBody { padding:1em; background:#ffffff;}
#popFooter { background:#f7f7f6; border-top:1px solid #e8e8e7; padding:.5em 0 .5em 0; overflow:hidden; width:100%;}

View file

@ -1,56 +1,34 @@
<table border="1" width="400">
<col width="100" />
<col width="300" />
<tr>
<th colspan="2">{$lang->layout_maker}</th>
</tr>
<tr>
<th>{$lang->title}</th>
<td>{$layout_info->title} ver {$layout_info->version}</td>
</tr>
<tr>
<th>{$lang->author}</th>
<td><a href="mailto:{$layout_info->author->email_address}">{$layout_info->author->name}</a></td>
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="window.open('{$layout_info->author->homepage}');return false;">{$layout_info->author->homepage}</a></td>
</tr>
<tr>
<th>{$lang->regdate}</th>
<td>{$layout_info->author->date}</td>
</tr>
<tr>
<th>{$lang->description}</th>
<td>{nl2br($layout_info->author->description)}</td>
</tr>
<tr>
<th colspan="2">{$lang->layout_history}</th>
</tr>
<div id="popHeadder">
<h1>{$lang->layout_maker}</h1>
</div>
<!--@foreach($layout_info->history as $history)-->
<!--@if($history->name)-->
<tr>
<th>{$lang->name}</th>
<td><a href="mailto:{$history->email_address}">{$history->name}</a></td>
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="window.open('{$history->homepage}');return false;">{$history->homepage}</a></td>
</tr>
<tr>
<th>{$lang->regdate}</th>
<td>{$history->date}</td>
</tr>
<tr>
<th>{$lang->description}</th>
<td>{nl2br($history->description)}</td>
</tr>
<!--@end-->
<!--@end-->
<tr>
<td colspan="2">
<a href="#" onclick="self.close()">{$lang->cmd_close}</a>
</td>
</tr>
</table>
<div id="popBody">
<table cellspacing="0" class="tableType5">
<col width="100" />
<col />
<tr>
<th scope="row">{$lang->title}</th>
<td>{$layout_info->title} ver {$layout_info->version}</td>
</tr>
<tr>
<th scope="row">{$lang->author}</th>
<td><a href="mailto:{$layout_info->author->email_address}">{$layout_info->author->name}</a></td>
</tr>
<tr>
<th scope="row">{$lang->homepage}</th>
<td><a href="#" onclick="window.open('{$layout_info->author->homepage}');return false;">{$layout_info->author->homepage}</a></td>
</tr>
<tr>
<th scope="row">{$lang->regdate}</th>
<td>{$layout_info->author->date}</td>
</tr>
<tr>
<th scope="row">{$lang->description}</th>
<td>{nl2br($layout_info->author->description)}</td>
</tr>
</table>
</div>
<div id="popFooter">
<span class="close"><a href="#" onclick="window.close(); return false;" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_close}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></span>
</div>

View file

@ -1005,7 +1005,11 @@
// 세션에 저장
$member_info = $oMemberModel->getMemberInfoByMemberSrl($args->member_srl);
$_SESSION['logged_info'] = $member_info;
$logged_info = Context::get('logged_info');
if($logged_info->member_srl == $member_srl) {
$_SESSION['logged_info'] = $member_info;
}
$output->add('member_srl', $args->member_srl);
return $output;

View file

@ -1,6 +1,6 @@
<filter name="insert" module="member" act="procMemberAdminInsert" extend_filter="member.getJoinFormList" confirm_msg_code="confirm_submit">
<form>
<node target="user_id" required="true" minlength="3" maxlength="20" filter="userid" />
<node target="user_id" required="true" minlength="3" maxlength="20" />
<node target="user_name" required="true" minlength="2" maxlength="20" />
<node target="nick_name" required="true" minlength="2" maxlength="20" />
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>

View file

@ -1,14 +1,6 @@
<!--#include("header.html")-->
<!--%import("filter/insert.xml")-->
<div>
<!--@if(!$member_srl)-->
{$lang->msg_new_member}
<!--@else-->
{$lang->msg_update_member}
<!--@end-->
</div>
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, insert)">
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="member_srl" value="{$member_srl}" />
@ -17,164 +9,155 @@
<input type="hidden" name="user_id" value="{htmlspecialchars($member_info->user_id)}" />
<!--@end-->
<div>
<div class="title">
{$lang->member_default_info}
</div>
<table border="1">
<table cellspacing="0" class="tableType2">
<col width="150" />
<col />
<tr>
<th rowspan="2">{$lang->user_id}</th>
<th scope="row">{$lang->user_id}</th>
<td>
<!--@if($member_info->member_srl)-->
{htmlspecialchars($member_info->user_id)}
<!--@else-->
<input type="text" name="user_id" value="" />
<input type="text" name="user_id" value="" class="inputTypeText" />
<p>{$lang->about_user_id}</p>
<!--@end-->
</td>
</tr>
<tr>
<td>{$lang->about_user_id}</td>
</tr>
<tr>
<th>{$lang->password}</th>
<td>
<input type="password" name="password" value="" />
<input type="password" name="password" value="" class="inputTypeText" />
</td>
</tr>
<tr>
<th rowspan="2">{$lang->user_name}</th>
<th scope="row">{$lang->user_name}</th>
<td>
<input type="text" name="user_name" value="{htmlspecialchars($member_info->user_name)}" />
<input type="text" name="user_name" value="{htmlspecialchars($member_info->user_name)}" class="inputTypeText" />
<p>{$lang->about_user_name}</p>
</td>
</tr>
<tr>
<td>{$lang->about_user_name}</td>
</tr>
<tr>
<th rowspan="2">{$lang->nick_name}</th>
<th scope="row">{$lang->nick_name}</th>
<td>
<input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" />
<input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" class="inputTypeText" />
<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)}" />
<input type="text" name="email_address" value="{htmlspecialchars($member_info->email_address)}" class="inputTypeText" />
</td>
</tr>
<tr>
<th rowspan="2">{$lang->homepage}</th>
<th scope="row">{$lang->homepage}</th>
<td>
<input type="text" name="homepage" value="{htmlspecialchars($member_info->homepage)}" />
<input type="text" name="homepage" value="{htmlspecialchars($member_info->homepage)}" class="inputTypeText"/>
<p>{$lang->about_homepage}</p>
</td>
</tr>
<tr>
<td>{$lang->about_homepage}</td>
</tr>
<tr>
<th rowspan="2">{$lang->blog}</th>
<th scope="row">{$lang->blog}</th>
<td>
<input type="text" name="blog" value="{htmlspecialchars($member_info->blog)}" />
<input type="text" name="blog" value="{htmlspecialchars($member_info->blog)}" class="inputTypeText" />
</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>]
<ul class="buttonLeft nospace">
<li><div id="str_birthday" class="inputTypeDate" >{zdate($member_info->birthday,"Y-m-d")}</div></li>
<li><a href="#" onclick="open_calendar('birthday','{$member_info->birthday}');return false;" class="buttonTypeB"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_open_calendar}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
</ul>
<p class="clear">{$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-->/>
{$lang->about_allow_mailing}
</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>
<!--@if($member_srl && $editor)-->
<tr>
<th>{$lang->signature}</th>
<th scope="row">{$lang->signature}</th>
<td>{$editor}</td>
</tr>
<!--@end-->
<tr>
<th rowspan="2">{$lang->denied}</th>
<td><input type="checkbox" name="denied" value="Y" <!--@if($member_info->denied=='Y')-->checked="true"<!--@end-->/></td>
<th scope="row">{$lang->denied}</th>
<td>
<input type="checkbox" name="denied" value="Y" <!--@if($member_info->denied=='Y')-->checked="true"<!--@end-->/>
<p>{$lang->about_denied}</p>
</td>
</tr>
<tr>
<td>{$lang->about_denied}</td>
</tr>
<tr>
<th rowspan="2">{$lang->limit_date}</th>
<th scope="row">{$lang->limit_date}</th>
<td>
<input type="hidden" name="limit_date" id="date_limit_date" value="{$member_info->limit_date}" />
<span id="str_limit_date">{zdate($member_info->limit_date,"Y-m-d")}</span>
[<a href="#" onclick="open_calendar('limit_date','{$member_info->limit_date}');return false;">{$lang->cmd_open_calendar}</a>]
<ul class="buttonLeft nospace">
<li><div id="str_limit_date" class="inputTypeDate" >{zdate($member_info->limit_date,"Y-m-d")}</div></li>
<li><a href="#" onclick="open_calendar('limit_date','{$member_info->limit_date}');return false;" class="buttonTypeB"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_open_calendar}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
</ul>
<p class="clear">{$lang->about_limit_date}</p>
</td>
</tr>
<tr>
<td>{$lang->about_limit_date}</td>
<th scope="row">{$lang->is_admin}</th>
<td>
<input type="checkbox" name="is_admin" value="Y" <!--@if($member_info->is_admin=='Y')-->checked="true"<!--@end-->/>
<p>{$lang->about_is_admin}</p>
</td>
</tr>
<tr>
<th rowspan="2">{$lang->is_admin}</th>
<td><input type="checkbox" name="is_admin" value="Y" <!--@if($member_info->is_admin=='Y')-->checked="true"<!--@end-->/></td>
<th scope="row">{$lang->description}</th>
<td>
<textarea name="description" class="inputTypeTextArea w100">{htmlspecialchars($member_info->description)}</textarea>
<p>{$lang->about_description}</p>
</td>
</tr>
<tr>
<td>{$lang->about_is_admin}</td>
</tr>
<tr>
<th rowspan="2">{$lang->description}</th>
<td><textarea name="description">{htmlspecialchars($member_info->description)}</textarea></td>
</tr>
<tr>
<td>{$lang->about_description}</td>
</tr>
<tr>
<th rowspan="2">{$lang->group}</th>
<th scope="row">{$lang->group}</th>
<td>
<!--@foreach($group_list as $key=>$val)-->
<input type="checkbox" name="group_srl_list" value="{$key}" id="group_{$key}" <!--@if($member_info->group_list[$key])-->checked="true"<!--@end-->/>
<input type="checkbox" name="group_srl_list" value="{$key}" id="group_{$key}" <!--@if($member_info->group_list[$key])-->checked="true"<!--@end--> class="checkbox" />
<label for="group_{$key}">{$val->title}</label>
<!--@end-->
<p>{$lang->about_group}</p>
</td>
</tr>
<tr>
<td>{$lang->about_group}</td>
</tr>
</table>
<!--@if($extend_form_list)-->
<div>
<div class="title">
{$lang->member_extend_info}
</div>
<table border="1">
<table cellspacing="0" class="tableType2">
<col width="150" />
<col />
<!--@foreach($extend_form_list as $key => $val)-->
<!--@if($val->is_active=='Y')-->
<tr>
<th rowspan="2">
<th scope="row">
<!--@if($val->required=='Y')-->
*
<!--@end-->
@ -183,25 +166,25 @@
<td>
<!-- 일반 text -->
<!--@if($val->column_type == 'text')-->
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value)}" />
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value)}" class="inputTypeText" />
<!-- 홈페이지 주소 -->
<!--@elseif($val->column_type == 'homepage')-->
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value)}" />
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value)}" class="inputTypeText w100" />
<!-- Email 주소 -->
<!--@elseif($val->column_type == 'email_address')-->
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value)}" />
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value)}" class="inputTypeText w100" />
<!-- 전화번호 -->
<!--@elseif($val->column_type == 'tel')-->
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[0])}" size="4" />-
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[1])}" size="4" />-
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[2])}" size="4" />
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[0])}" size="4" class="inputTypeText" />-
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[1])}" size="4" class="inputTypeText" />-
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[2])}" size="4" class="inputTypeText" />
<!-- textarea -->
<!--@elseif($val->column_type == 'textarea')-->
<textarea name="{$val->column_name}">{htmlspecialchars($val->value)}</textarea>
<textarea name="{$val->column_name}" class="inputTypeTextArea w100">{htmlspecialchars($val->value)}</textarea>
<!-- 다중 선택 -->
<!--@elseif($val->column_type == 'checkbox')-->
@ -224,7 +207,7 @@
<!-- 한국 주소 검색 -->
<!--@elseif($val->column_type == 'kr_zip')-->
<div id="zone_address_1_{$val->column_name}" style="display:<!--@if($val->value[0])-->inline<!--@else-->none<!--@end-->;">
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[0])}" />
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[0])}" class="inputTypeText "/>
<input type="button" value="{$lang->cmd_cancel}" onclick="doHideKrZipList('{$val->column_name}'); return false;" />
</div>
<div id="zone_address_list_{$val->column_name}" style="display:none">
@ -233,46 +216,43 @@
<input type="button" value="{$lang->cmd_cancel}" onclick="doHideKrZipList('{$val->column_name}'); return false;" />
</div>
<div id="zone_address_search_{$val->column_name}" style="display:<!--@if($val->value[0])-->none<!--@else-->inline<!--@end-->;">
<input type="text" name="_tmp_address_search_{$val->column_name}" value="" />
<input type="text" name="_tmp_address_search_{$val->column_name}" value="" class="inputTypeText" />
<input type="button" value="{$lang->cmd_search}" onclick="doSearchKrZip('{$val->column_name}'); return false;" />
</div>
<div>
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[1])}" />
<input type="text" name="{$val->column_name}" value="{htmlspecialchars($val->value[1])}" class="inputTypeText" />
</div>
<!-- 일본 주소 검색 -->
<!--@elseif($val->column_type == 'jp_zip')-->
<input type="text" name="{$val->column_name}" value="{$val->value}" />
<input type="text" name="{$val->column_name}" value="{$val->value}" class="inputTypeText" />
<!-- 날짜 입력 -->
<!--@elseif($val->column_type == 'date')-->
<input type="hidden" name="{$val->column_name}" id="date_{$val->column_name}" value="{htmlspecialchars($val->value)}" />
<span id="str_{$val->column_name}">{zdate($val->value,"Y-m-d")}</span>
[<a href="#" onclick="open_calendar('{$val->column_name}','{$val->value}');return false;">{$lang->cmd_open_calendar}</a>]
<ul class="buttonLeft nospace">
<li nospace><div id="str_{$val->column_name}" class="inputTypeDate" >{zdate($val->value,"Y-m-d")}</span>
<li><a href="#" onclick="open_calendar('{$val->column_name}','{$val->value}');return false;" class="buttonTypeB"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_open_calendar}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
</ul>
<!--@end-->
<p class="clear">{htmlspecialchars($val->description)}</p>
</td>
</tr>
<tr>
<td>{htmlspecialchars($val->description)}</td>
</tr>
<!--@end-->
<!--@end-->
</table>
<!--@end-->
<table border="1">
<tr>
<td colspan="2">
<!--@if($member_srl)-->
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispMemberAdminInfo')}';return false;" />
<!--@else-->
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispMemberAdminList')}';return false;" />
<!--@end-->
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
</td>
</tr>
</table>
<ul class="buttonRight">
<!--@if($member_srl)-->
<li><a href="{getUrl('act','dispMemberAdminInfo')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_cancel}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@else-->
<li><a href="{getUrl('act','dispMemberAdminList')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_cancel}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@end-->
<li><span class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /><img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></span></li>
</ul>
</form>

View file

@ -1,27 +1,29 @@
<!--#include("header.html")-->
<!--%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>
<table cellspacing="0" class="tableType4 gap1">
<col width="150" />
<col />
<tr>
<th>{$lang->user_id}</th>
<th scope="row">{$lang->user_id}</th>
<td>{htmlspecialchars($member_info->user_id)}</td>
</tr>
<tr>
<th>{$lang->user_name}</th>
<th scope="row">{$lang->user_name}</th>
<td>{htmlspecialchars($member_info->user_name)}</td>
</tr>
<tr>
<th>{$lang->nick_name}</th>
<th scope="row">{$lang->nick_name}</th>
<td>{htmlspecialchars($member_info->nick_name)}</td>
</tr>
<tr>
<th>{$lang->image_name}</th>
<th scope="row">{$lang->image_name}</th>
<td>
<!--@if($member_info->image_name->src)-->
<div>
@ -41,7 +43,7 @@
</td>
</tr>
<tr>
<th>{$lang->image_mark}</th>
<th scope="row">{$lang->image_mark}</th>
<td>
<!--@if($member_info->image_mark->src)-->
<div>
@ -61,39 +63,39 @@
</td>
</tr>
<tr>
<th>{$lang->email_address}</th>
<th scope="row">{$lang->email_address}</th>
<td>{htmlspecialchars($member_info->email_address)}</td>
</tr>
<tr>
<th>{$lang->homepage}</th>
<th scope="row">{$lang->homepage}</th>
<td><!--@if($member_info->homepage)--><a href="#" onclick="winopen('{$member_info->homepage}'); return false;">{htmlspecialchars($member_info->homepage)}</a><!--@end--></td>
</tr>
<tr>
<th>{$lang->blog}</th>
<th scope="row">{$lang->blog}</th>
<td><!--@if($member_info->blog)--><a href="#" onclick="winopen('{$member_info->blog}'); return false;">{htmlspecialchars($member_info->blog)}</a><!--@end--></td>
</tr>
<tr>
<th>{$lang->birthday}</th>
<th scope="row">{$lang->birthday}</th>
<td>{zdate($member_info->birthday,'Y-m-d')}</td>
</tr>
<tr>
<th>{$lang->allow_mailing}</th>
<th scope="row">{$lang->allow_mailing}</th>
<td>{$member_info->allow_mailing}</td>
</tr>
<tr>
<th>{$lang->allow_message}</th>
<th scope="row">{$lang->allow_message}</th>
<td>{$lang->allow_message_type[$member_info->allow_message]}</td>
</tr>
<tr>
<th>{$lang->signature}</th>
<th scope="row">{$lang->signature}</th>
<td>{$member_info->signature}</td>
</tr>
<tr>
<th>{$lang->denied}</th>
<th scope="row">{$lang->denied}</th>
<td>{$member_info->denied}</td>
</tr>
<tr>
<th>{$lang->limit_date}</th>
<th scope="row">{$lang->limit_date}</th>
<td>
<!--@if($member_info->limit_date)-->
{zdate($member_info->limit_date,"Y-m-d H:i")}
@ -101,11 +103,11 @@
</td>
</tr>
<tr>
<th>{$lang->is_admin}</th>
<th scope="row">{$lang->is_admin}</th>
<td>{$member_info->is_admin}</td>
</tr>
<tr>
<th>{$lang->group}</th>
<th scope="row">{$lang->group}</th>
<td>
<!--@foreach($member_info->group_list as $key => $val)-->
{$val}
@ -115,7 +117,7 @@
<!--@if($extend_form_list)-->
<!--@foreach($extend_form_list as $key => $val)-->
<tr>
<th>{htmlspecialchars($val->column_title)}</th>
<th scope="row">{htmlspecialchars($val->column_title)}</th>
<td>
<!--@if($val->column_type=='tel')-->
{htmlspecialchars($val->value[0])} - {htmlspecialchars($val->value[1])} - {htmlspecialchars($val->value[2])}
@ -133,16 +135,19 @@
<!--@end-->
<!--@end-->
<tr>
<th>{$lang->description}</th>
<th scope="row">{$lang->description}</th>
<td>{htmlspecialchars($member_info->description)}</td>
</tr>
<tr>
<td colspan="2">
<!--@if($val->is_admin!='Y')--><input type="button" value="{$lang->cmd_delete}" onclick="location.href='{getUrl('act','dispMemberAdminDeleteForm','member_srl', $member_info->member_srl)}';return false; "/><!--@end-->
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','dispMemberAdminList')}';return false;" />
<input type="button" value="{$lang->cmd_modify}" onclick="location.href='{getUrl('act','dispMemberAdminInsert')}';return false;" />
</td>
</tr>
</table>
<ul class="buttonRight">
<li><a href="{getUrl('act','dispMemberAdminInsert')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><img src="../../admin/tpl/images/iconCreate.gif" width="8" height="4" alt="" class="icon" />{$lang->cmd_modify}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@if($val->is_admin!='Y')-->
<li><a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl',$member_info->member_srl)}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><img src="../../admin/tpl/images/iconCreate.gif" width="8" height="4" alt="" class="icon" />{$lang->cmd_delete}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@end-->
<!--@if($module=="admin")-->
<li><a href="{getUrl('act','dispMemberAdminList','module_srl','')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_back}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
<!--@end-->
</ul>
<iframe name="hidden_iframe" frameborder="0" style="display:none"></iframe>