묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원정보변경시 레이아웃이 사라짐
2013.03.17 17:59
스케치북 회원스킨을 사용하고 있는 중인데...
쩝...
스킨에 일단, rechecked_password.html 파일이 누락되어서
회원정보 수정시 비밀번호 재확인 페이지가 default 스킨의 해당 파일로 빠지는 듯 해서
rechecked_password.html파일을 복사해서 스케치북 스킨 폴더에 붙여 넣어 수정을 하였습니다.
그런데 문제가 비밀번호 재확인 페이지에서
비밀번호를 입력하고 확인 버튼을 누르면
mid값이 날라가 회원정보수정 페이지가 빈 레이아웃에 보여집니다.
회원정보보기의 다른 페이지는 mid값을 버리지 않는데.. 이 녀석은 과감히 버려버리는군요..
이럴 경우 어떻게 해야 기존 mid값을 가지고 넘어가는지요? T.T
<include target="./common_header.html" />
<h1 class="h1">{$lang->msg_rechecked_password}</h1>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form class="form" action="./index.php" method="post" ruleset="recheckedPassword">
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
<input type="hidden" name="module" value="member" />
<ul>
<li>
<p class="q">{$identifierTitle}</p>
<p class="a">{$identifierValue}</p>
</li>
<li>
<p class="q">{$lang->password}</p>
<p class="a"><input type="password" name="password" /></p>
<p class="desc">{$lang->about_rechecked_password}</p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_confirm}" /></span>
<span class="btn"><a href="{getUrl('act','dispMemberInfo','member_srl','')}">{$lang->cmd_cancel}</a></span>
</div>
</form>
<include target="./common_footer.html" />
<h1 class="h1">{$lang->msg_rechecked_password}</h1>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form class="form" action="./index.php" method="post" ruleset="recheckedPassword">
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
<input type="hidden" name="module" value="member" />
<ul>
<li>
<p class="q">{$identifierTitle}</p>
<p class="a">{$identifierValue}</p>
</li>
<li>
<p class="q">{$lang->password}</p>
<p class="a"><input type="password" name="password" /></p>
<p class="desc">{$lang->about_rechecked_password}</p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_confirm}" /></span>
<span class="btn"><a href="{getUrl('act','dispMemberInfo','member_srl','')}">{$lang->cmd_cancel}</a></span>
</div>
</form>
<include target="./common_footer.html" />