1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<? include_once("./_common.php"); include("./include/common/header.php"); ?>
<div class="location"> <div class="wrap"> <a href="./mall.php" class="home"><span class="screen_out">Home</span></a> <span>></span> <span class="depth2">ºñ¹Ð¹øÈ£º¯°æ¾È³»</span> </div><!-- //wrap --> </div><!-- //location -->
<div class="wrap"> <div class="loginContents"> <h2>ºñ¹Ð¹øÈ£¸¦ º¯°æÇØÁÖ¼¼¿ä. <span>°í°´´Ô²²¼´Â <font color="red">6°³¿ù µ¿¾È</font> ºñ¹Ð¹øÈ£¸¦ º¯°æÇÏÁö ¾ÊÀ¸¼Ì½À´Ï´Ù.</span> </h2>
<div class="expirySection"> <h3>°í°´´ÔÀÇ ¾ÈÀüÇÑ °³ÀÎÁ¤º¸ º¸È£¸¦ À§ÇØ ÁÖ±âÀûÀ¸·Î ºñ¹Ð¹øÈ£¸¦ º¯°æÇØ ÁÖ¼¼¿ä.</h3> <div class="expiryBtn"> <a href="./mypageedit.php" class="nowBtn">Áö±Ýº¯°æÇϱâ</a> <a href="./mall.php" class="afterBtn">´ÙÀ½¿¡ º¯°æÇϱâ</a> </div> </div><!-- //expirySection --> </div><!-- //loginContents -->
<input type="hidden" name="mode" value='update'> </div><!-- //wrap -->
<? include("./include/common/footer.php"); ?>
|