withDrawEnd.html 1.97 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#set($title = "退会手続き完了画面")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader.vm" )
##<!-- JAVASCRIPT ここに記載-->
<body bgcolor="#B3C9E1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<!-- header -->
<table width="1024"  cellspacing="0" cellpadding="0">
	<tr>
		<TD>#parse( "/WEB-INF/view/common/header.vm" )</TD>
	</tr>
	<tr>
		<TD>
			<table width="1024" border="0" cellspacing="0" cellpadding="0">
				<tr>
16
			   <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
Kim Gyeongeun committed
17 18 19
				    <td width="1024" bgcolor="#FFFFFF">
				    <table width="100%" border="0" cellspacing="5" cellpadding="0">
					    <tr>
20 21
					        <td align="right">#parse( "/WEB-INF/view/common/menu.vm" )</td>
					        <td align="left"></td>
Kim Gyeongeun committed
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
					        <td align="center" valign="top">
##CONTENT START 各ページコンテンツ
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="ctsTitle">退会手続き</td>
</tr>
</table>
<!-- Contents Title Table End -->

<form action="/em/user/withDraw/editRegist/" method="post">
</BR>
	<table width="740" border="0" cellpadding="2" cellspacing="1" bgcolor="#004080">
		<tr>
			<td class="listmenu">eモニ会員退会</td>
		</tr>
		<tr>
		    <td class="listcts">eモニ会員を退会しました</td>
		</tr>
	</table>
</form>
##CONTENT END 各ページコンテンツ
					        <!-- Button Table Start 点線-->
							<table width="780" border="0" cellspacing="5" cellpadding="0">
								<tr>
									<td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td>
								</tr>
							</table>
							<!-- Button Table End -->
					        </td>
					    </tr>
				    </table>
				    </td>
54
			   <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
Kim Gyeongeun committed
55 56 57 58 59 60 61 62 63 64 65 66
				</tr>
			</table>
		</TD>
	</tr>
	<tr>
		<TD>#parse( "/WEB-INF/view/common/footer.vm" )</TD>
	</tr>
</table>

</center>
</body>
</html>