rhymix/modules/member/m.skins/rx_prn/logout.html
Min-Soo Kim 09e60ee3eb 필요할 때 라이믹스 (Rhymix PRN) - 멤버 모바일 스킨 (#885)
* 필요할 때 라이믹스 (Rhymix PRN)

# 필요할 때 라이믹스 (Rhymix PRN)

마더캣님과 작업하는 정식 라이믹스 회원 모듈 모바일 스킨
디자인: 마더캣
구현: 미솔

참고: 미솔의 개인적인 스케줄이 바빠서 오래 걸릴 예정. rhymix-designs 에서 작업하고 사용할만하게 되면 옮겨오는
식으로 작업중...

* Simple world 스킨 흔적 지우기.

* 프로필 이미지 등록, 삭제 UI

* 탈퇴 페이지에서 필수가 아닌 변수 삭제

https://github.com/rhymix/rhymix/pull/885 @bjrambo 님 의견 반영

* 회원 모듈 스킨, 커뮤니케이션 모듈 스킨

* 잘못 들어간 파일삭제

* 잘못 들어간 파일 삭제

* 깨진 이미지 복구

* 스킨 다듬기
2017-09-20 09:21:51 +09:00

16 lines
583 B
HTML

<include target="./common_header.html" />
<div class="prn-narrow">
<section class="prn-body">
<h1>{lang('member.cmd_logout')}</h1>
<p class="rx_member-notice">{lang('common.confirm_logout')}</p>
<form action="./" method="post">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberLogout" />
<div class="control-group">
<input type="submit" value="{lang('member.cmd_logout')}" />
</div>
</form>
</section>
</div>
<include target="./common_footer.html" />