|
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/member/skins/default/','common_header.html');
?>
<!--Meta:modules/member/skins/default/../../tpl/js/signup_check.js--><?php Context::addJsFile("modules/member/skins/default/../../tpl/js/signup_check.js", true, ""); ?>
<!--Meta:modules/member/skins/default/../../tpl/js/krzip_search.js--><?php Context::addJsFile("modules/member/skins/default/../../tpl/js/krzip_search.js", true, ""); ?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","modify_info.xml");
$oXmlFilter->compile();
?>
<?php if($__Context->member_config->profile_image == 'Y'){ ?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","delete_profile_image.xml");
$oXmlFilter->compile();
?>
<?php } ?>
<?php if($__Context->member_config->image_name == 'Y'){ ?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","delete_image_name.xml");
$oXmlFilter->compile();
?>
<?php } ?>
<?php if($__Context->member_config->image_mark == 'Y'){ ?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","delete_image_mark.xml");
$oXmlFilter->compile();
?>
<?php } ?>
<?php if($__Context->member_config->enable_openid=="Y"){ ?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","add_openid_to_member.xml");
$oXmlFilter->compile();
?>
<?php
require_once("./classes/xml/XmlJsFilter.class.php");
$oXmlFilter = new XmlJSFilter("modules/member/skins/default/filter/","delete_openid_from_member.xml");
$oXmlFilter->compile();
?>
<?php } ?>
<?php Context::loadJavascriptPlugin("ui"); ?>
<?php Context::loadJavascriptPlugin("ui.datepicker"); ?>
<h3><?php @print($__Context->lang->msg_update_member);?></h3>
<form id="fo_insert_member" action="<?php @print(getUrl());?>" method="post" onsubmit="return procFilter(this, modify_info)" <?php if($__Context->member_config->profile_image == 'Y' || $__Context->member_config->image_name=='Y' || $__Context->member_config->image_mark=='Y'){ ?>enctype="multipart/form-data"<?php } ?> target="tmp_upload_iframe">
<input type="hidden" name="act" value="" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="member_srl" value="<?php @print($__Context->member_info->member_srl);?>" />
<input type="hidden" name="signature" value="<?php @print(htmlspecialchars($__Context->member_info->signature));?>" />
<input type="hidden" name="page" value="<?php @print($__Context->page);?>" />
<table cellspacing="0" class="rowTable">
<tr><th colspan="2" class="title"><div><?php @print($__Context->lang->member_default_info);?></div></th></tr>
<tr>
<th><div><?php @print($__Context->lang->user_id);?></div></th>
<td class="wide"><?php @print(htmlspecialchars($__Context->member_info->user_id));?></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->user_name);?> <span class="require">*</span></div></th>
<td class="wide"><input type="text" name="user_name" value="<?php @print(htmlspecialchars($__Context->member_info->user_name));?>" /> <p><?php @print($__Context->lang->about_user_name);?></p></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->nick_name);?> <span class="require">*</span></div></th>
<td><input type="text" name="nick_name" value="<?php @print(htmlspecialchars($__Context->member_info->nick_name));?>" /> <p><?php @print($__Context->lang->about_nick_name);?></p></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->email_address);?> <span class="require">*</span></div></th>
<td><input type="text" name="email_address" value="<?php @print(htmlspecialchars($__Context->member_info->email_address));?>" /><p><?php @print($__Context->lang->about_email_address);?></p></td>
</tr>
<?php if($__Context->member_config->profile_image == 'Y'){ ?>
<tr>
<th><div><?php @print($__Context->lang->profile_image);?></div></th>
<td>
<?php if($__Context->member_info->profile_image->src){ ?>
<div class="memberImage">
<div class="info"><img src="<?php @print($__Context->member_info->profile_image->src);?>" border="0" alt="profile_image" /></div>
<a href="#" onclick="doDeleteProfileImage(<?php @print($__Context->member_info->member_srl);?>);return false;" class="button"><span><?php @print($__Context->lang->cmd_delete);?></span></a>
</div>
<?php } ?>
<div class="memberImage">
<div class="form"><input type="file" name="profile_image" value="" /></div>
<a href="#" onclick="doUploadProfileImage();return false;" class="button"><span><?php @print($__Context->lang->cmd_registration);?></span></a>
</div>
<p><?php @print($__Context->lang->profile_image_max_width);?> : <?php @print($__Context->member_config->profile_image_max_width);?>px, <?php @print($__Context->lang->profile_image_max_height);?> : <?php @print($__Context->member_config->profile_image_max_height);?>px</p>
</td>
</tr>
<?php } ?>
<?php if($__Context->member_config->image_name == 'Y'){ ?>
<tr>
<th><div><?php @print($__Context->lang->image_name);?></div></th>
<td>
<?php if($__Context->member_info->image_name->src){ ?>
<div class="memberImage">
<div class="info"><img src="<?php @print($__Context->member_info->image_name->src);?>" border="0" alt="image_name" /></div>
<a href="#" onclick="doDeleteImageName(<?php @print($__Context->member_info->member_srl);?>);return false;" class="button"><span><?php @print($__Context->lang->cmd_delete);?></span></a>
</div>
<?php } ?>
<div class="memberImage">
<div class="form"><input type="file" name="image_name" value="" /></div>
<a href="#" onclick="doUploadImageName();return false;" class="button"><span><?php @print($__Context->lang->cmd_registration);?></span></a>
</div>
<p><?php @print($__Context->lang->image_name_max_width);?> : <?php @print($__Context->member_config->image_name_max_width);?>px, <?php @print($__Context->lang->image_name_max_height);?> : <?php @print($__Context->member_config->image_name_max_height);?>px</p>
</td>
</tr>
<?php } ?>
<?php if($__Context->member_config->image_mark == 'Y'){ ?>
<tr>
<th><div><?php @print($__Context->lang->image_mark);?></div></th>
<td>
<?php if($__Context->member_info->image_mark->src){ ?>
<div class="memberImage">
<div class="info"><img src="<?php @print($__Context->member_info->image_mark->src);?>" border="0" alt="image_mark" /></div>
<a href="#" onclick="doDeleteImageMark(<?php @print($__Context->member_info->member_srl);?>);return false;" class="button"><span><?php @print($__Context->lang->cmd_delete);?></span></a>
</div>
<?php } ?>
<div class="memberImage">
<div class="form"><input type="file" name="image_mark" value="" /></div>
<a href="#" onclick="doUploadImageMark();return false;" class="button"><span><?php @print($__Context->lang->cmd_registration);?></span></a>
</div>
<p><?php @print($__Context->lang->image_mark_max_width);?> : <?php @print($__Context->member_config->image_mark_max_width);?>px, <?php @print($__Context->lang->image_mark_max_height);?> : <?php @print($__Context->member_config->image_mark_max_height);?>px</p>
</td>
</tr>
<?php } ?>
<tr>
<th><div><?php @print($__Context->lang->homepage);?></div></th>
<td><input type="text" name="homepage" value="<?php @print(htmlspecialchars($__Context->member_info->homepage));?>" /> <p><?php @print($__Context->lang->about_homepage);?></p></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->blog);?></div></th>
<td><input type="text" name="blog" value="<?php @print(htmlspecialchars($__Context->member_info->blog));?>" /> <p><?php @print($__Context->lang->about_blog_url);?></p></td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->birthday);?></div></th>
<td>
<input type="hidden" name="birthday" value="<?php @print($__Context->member_info->birthday);?>" />
<input type="text" class="inputDate" value="<?php @print(zdate($__Context->member_info->birthday,'Y-m-d'));?>" readonly="readonly" />
<span class="button"><input type="button" value="<?php @print($__Context->lang->cmd_delete);?>" class="dateRemover" /></span>
<p><?php @print($__Context->lang->about_birthday);?></p>
</td>
</tr>
<tr>
<th><div><?php @print($__Context->lang->allow_mailing);?></div></th>
<td><input type="checkbox" name="allow_mailing" value="Y" class="checkbox" <?php if($__Context->member_info->allow_mailing!='N'){ ?>checked="checked"<?php } ?> /> <p><?php @print($__Context->lang->about_allow_mailing);?></p></td>
</tr>
<?php if($__Context->member_config->signature != 'N'){ ?>
<tr>
<th><div><?php @print($__Context->lang->signature);?></div></th>
<td><?php @print($__Context->editor);?></td>
</tr>
<?php } ?>
<?php if($__Context->extend_form_list){ ?>
<tr><th colspan="2" class="title"><div><?php @print($__Context->lang->member_extend_info);?></div></th></tr>
<?php @$__Context->dummy_chk = 0;?>
<?php $Context->__idx[0]=0;if(count($__Context->extend_form_list)) foreach($__Context->extend_form_list as $__Context->key => $__Context->val){$__Context->__idx[1]=($__Context->__idx[1]+1)%2; $__Context->cycle_idx = $__Context->__idx[1]+1; ?><?php if($__Context->val->is_active=='Y'){ ?>
<tr <?php if($__Context->dummy_chk==0){ ?>class="first-child" <?php @$__Context->dummy_chk = 1;;?><?php } ?>>
<th>
<?php @print(htmlspecialchars($__Context->val->column_title));?>
<?php if($__Context->val->required=='Y'){ ?><span class="require">*</span><?php } ?>
</th>
<td>
<?php if($__Context->val->column_type == 'text'){ ?>
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value));?>" class="inputTypeText w400" />
<?php }elseif($__Context->val->column_type == 'homepage'){ ?>
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value));?>" class="inputTypeText w400" />
<?php }elseif($__Context->val->column_type == 'email_address'){ ?>
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value));?>" class="inputTypeText w400" />
<?php }elseif($__Context->val->column_type == 'tel'){ ?>
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value[0]));?>" size="4" class="inputTypeText" />
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value[1]));?>" size="4" class="inputTypeText" />
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value[2]));?>" size="4" class="inputTypeText" />
<?php }elseif($__Context->val->column_type == 'textarea'){ ?>
<textarea name="<?php @print($__Context->val->column_name);?>" class="inputTypeTextArea w400"><?php @print(htmlspecialchars($__Context->val->value));?></textarea>
<?php }elseif($__Context->val->column_type == 'checkbox'){ ?>
<?php if($__Context->val->default_value){ ?>
<ul class="checkbox">
<?php $Context->__idx[1]=0;if(count($__Context->val->default_value)) foreach($__Context->val->default_value as $__Context->v){$__Context->__idx[2]=($__Context->__idx[2]+1)%2; $__Context->cycle_idx = $__Context->__idx[2]+1; ?>
<li><input type="checkbox" name="<?php @print($__Context->val->column_name);?>" value="<?php @print($__Context->v);?>" <?php if(is_array($__Context->val->value)&&in_array($__Context->v, $__Context->val->value)){ ?>checked="checked"<?php } ?>/><?php @print($__Context->v);?></li>
<?php } ?>
</ul>
<?php } ?>
<?php }elseif($__Context->val->column_type == 'radio'){ ?>
<?php if($__Context->val->default_value){ ?>
<ul class="radio">
<?php $Context->__idx[2]=0;if(count($__Context->val->default_value)) foreach($__Context->val->default_value as $__Context->v){$__Context->__idx[3]=($__Context->__idx[3]+1)%2; $__Context->cycle_idx = $__Context->__idx[3]+1; ?>
<li><input type="radio" name="<?php @print($__Context->val->column_name);?>" value="<?php @print($__Context->v);?>" <?php if($__Context->val->value == $__Context->v){ ?>checked="checked"<?php } ?>/><?php @print($__Context->v);?></li>
<?php } ?>
</ul>
<?php } ?>
<?php }elseif($__Context->val->column_type == 'select'){ ?>
<select name="<?php @print($__Context->val->column_name);?>">
<?php if($__Context->val->default_value){ ?>
<?php $Context->__idx[3]=0;if(count($__Context->val->default_value)) foreach($__Context->val->default_value as $__Context->v){$__Context->__idx[4]=($__Context->__idx[4]+1)%2; $__Context->cycle_idx = $__Context->__idx[4]+1; ?>
<option value="<?php @print($__Context->v);?>" <?php if($__Context->v == $__Context->val->value){ ?>selected="selected"<?php } ?>><?php @print($__Context->v);?></option>
<?php } ?>
<?php } ?>
</select>
<?php }elseif($__Context->val->column_type == 'kr_zip'){ ?>
<div class="krZip">
<div id="zone_address_1_<?php @print($__Context->val->column_name);?>" style="display:<?php if($__Context->val->value[0]){ ?>inline<?php }else{ ?>none<?php } ?>;">
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print($__Context->val->value[0]);?>" class="inputTypeText w300"/>
<a href="#" onclick="doHideKrZipList('<?php @print($__Context->val->column_name);?>'); return false;" class="button"><span><?php @print($__Context->lang->cmd_cancel);?></span></a>
</div>
<div id="zone_address_list_<?php @print($__Context->val->column_name);?>" style="display:none">
<select name="_tmp_address_list_<?php @print($__Context->val->column_name);?>" class="w300"></select>
<a href="#" onclick="doSelectKrZip('<?php @print($__Context->val->column_name);?>'); return false;" class="button"><span><?php @print($__Context->lang->cmd_select);?></span></a>
<a href="#" onclick="doHideKrZipList('<?php @print($__Context->val->column_name);?>'); return false;" class="button"><span><?php @print($__Context->lang->cmd_cancel);?></span></a>
</div>
<div id="zone_address_search_<?php @print($__Context->val->column_name);?>" style="display:<?php if($__Context->val->value[0]){ ?>none<?php }else{ ?>inline<?php } ?>;">
<input type="text" name="_tmp_address_search_<?php @print($__Context->val->column_name);?>" class="inputTypeText w300" value="" />
<a href="#" onclick="doSearchKrZip('<?php @print($__Context->val->column_name);?>'); return false;" class="button"><span><?php @print($__Context->lang->cmd_search);?></span></a>
</div>
<div class="address2">
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value[1]));?>" class="inputTypeText w300"/>
</div>
</div>
<?php }elseif($__Context->val->column_type == 'jp_zip'){ ?>
<input type="text" name="<?php @print($__Context->val->column_name);?>" value="<?php @print(htmlspecialchars($__Context->val->value));?>" class="inputTypeText w300" />
<?php }elseif($__Context->val->column_type == 'date'){ ?>
<input type="hidden" name="<?php @print($__Context->val->column_name);?>" id="date_<?php @print($__Context->val->column_name);?>" value="<?php @print($__Context->val->value);?>" />
<input type="text" class="inputDate" value="<?php @print(zdate($__Context->val->value,'Y-m-d'));?>" />
<span class="button"><input type="button" value="<?php @print($__Context->lang->cmd_delete);?>" class="dateRemover" /></span>
<?php } ?>
<p><?php @print($__Context->val->description);?></p>
<div class="publicItem">
<input type="checkbox" class="checkbox" name="open_<?php @print($__Context->val->column_name);?>" <?php if($__Context->val->is_opened){ ?>checked="checked"<?php } ?> value="Y" id="open_<?php @print($__Context->val->column_name);?>" />
<label for="open_<?php @print($__Context->val->column_name);?>"><?php @print($__Context->lang->public);?></label>
</div>
</td>
</tr>
<?php } ?><?php } ?>
<?php } ?>
<?php if($__Context->member_config->enable_openid=="Y"){ ?>
<tr><th class="title" colspan="2"><div><?php @print($__Context->lang->openid);?></div></th></tr>
<tr>
<td colspan="2" class="openids">
<?php $Context->__idx[4]=0;if(count($__Context->openids)) foreach($__Context->openids as $__Context->openid){$__Context->__idx[5]=($__Context->__idx[5]+1)%2; $__Context->cycle_idx = $__Context->__idx[5]+1; ?>
<div><a href="<?php @print($__Context->openid->bookmarklet);?>"><?php @print($__Context->openid->openid);?></a> <a onclick="doDeleteOpenIDFromMember('<?php @print($__Context->openid->openid);?>')" class="buttonSet buttonDelete"><span><?php @print($__Context->lang->cmd_delete);?></span></a></div>
<?php } ?>
<div class="insertOpenID">
<input name="openid" type="text" class="openid_user_id" />
<input name="openid_to_delete" type="hidden" />
<a onclick="doAddOpenIDToMember()" class="button"><span><?php @print($__Context->lang->cmd_insert);?></span></a>
</div>
</td>
</tr>
<?php } ?>
<tr>
<th class="button" colspan="2">
<span class="button black strong"><input type="submit" value="<?php @print($__Context->lang->cmd_registration);?>" accesskey="s" /></span>
<a href="<?php @print(getUrl('act','dispMemberInfo','member_srl',''));?>" class="button"><span><?php @print($__Context->lang->cmd_cancel);?></span></a>
</th>
</tr>
</table>
</form>
<script type="text/javascript">
(function($){
$(function(){
var option = { changeMonth: true, changeYear: true, gotoCurrent: false,yearRange:'-100:+10', onSelect:function(){
$(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,""))}
};
$.extend(option,$.datepicker.regional['<?php @print($__Context->lang_type);?>']);
$(".inputDate").datepicker(option);
$(".dateRemover").click(function() {
$(this).parent().prevAll('input').val('');
return false;});
});
})(jQuery);
</script>
<iframe id="tmp_upload_iframe" name="tmp_upload_iframe" style="display:none;width:1px;height:1px;position:absolute;top:-10px;left:-10px"></iframe>
<?php
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile('./modules/member/skins/default/','common_footer.html');
?>