registEnd.html 552 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#set($title = "会員登録完了")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader_sp.vm" )

<body>
<div data-role="page" id="registEnd" data-theme="f">
<!--ヘッダー-->
#parse( "/WEB-INF/view/common/header_sp.vm" )

<div class="category" data-role="content" data-theme="d">
	<h2>会員登録完了</h2>

	<h4>会員登録完了メール送信 </h4>
	<p>会員の登録が完了し登録完了メールをお送りいたしました。</p>
</div>

<!--フッター-->
#parse( "/WEB-INF/view/common/footer_sp.vm" )
</div>

</body>
</html>