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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
<?php include_once("./_common2.php"); ?> <? include("./Page/common/header.php"); ?>
<? if(!isset($_COOKIE['USERID'])) $_COOKIE['USERID'] = ""; ?>
<script> function asLink(f,id){ if(f == 'y'){ location.href = "mypageqna_03_01.php?uid="+id; } } </script>
<div class="wrap">
<div class="contents"> <div class="asideMenu"> <? include("./Page/customer/leftNavi.html"); ?> </div><!-- //leftNavi -->
<div class="subContents"> <h1> <img src="./img/titlebar/mypageevent1.jpg" alt="»ç¿ëÈıâ"> <p> <span class="home"><a href="intro.php">Home</a></span> <span class="depth">></span> <span class="depth1">°í°´¼¾ÅÍ</span> <span class="depth">></span> <span class="depth2">»ç¿ëÈıâÀ̺¥Æ®</span> </p> </h1>
<div class="section"> <h2><img src="./img/customer/event_02.jpg" alt="¹®ÀÇÀüÈ 1566-86860"></h2>
<a href="#" style="cursor:pointer;" <? if( $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])) { echo "onClick=\"location.href = 'mypageevent1.php'\"";} else { echo "onClick=\"javascript:window.open('login_customerevent.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>> <img src="./img/mypage/review_bt.jpg" alt="Èı⾲±â" class="listBtn"></a>
</div><!-- //section -->
</div><!-- //subContents --> </div><!-- //contents --> </div><!-- //wrap -->
<? include("./Page/common/footer.php"); ?>
<!-- »ó´Ü ¿Â/¿ÀÇÁ ¹öư --> <script> function premier(n) { for(var i = 1; i < 4; i++) { obj = document.getElementById('premier'+i); img = document.getElementById('premier_button'+i); if ( n == i ) { obj.style.display = "block"; img.height = 89; img.src = "./img/customer/event_on_0"+i+".jpg"; } else { obj.style.display = "none"; img.height = 89; img.src = "./img/customer/event_off_0"+i+".jpg"; } } } </script>
<!-- À̺¥Æ® ½ÃÀÛ <table width="710" border="0" cellspacing="0" cellpadding="0"> -->
<!-- »ó´Ü ¿Â¿ÀÇÁ¹öư <tr> <td> <img src="./img/customer/event_on_01.jpg" style="display:block; border:0;" name="premier_button1" id='premier_button1' onClick="javascript:location.href = './event.php#event01';" OnMouseOver='this.style.cursor="pointer";premier(1);' OnMouseOut='this.style.cursor="default"'> </td> <td> <img src="./img/customer/event_off_02.jpg" style="display:block; border:0;" name="premier_button2" id='premier_button2' onClick="javascript:location.href = './event.php#event02';" OnMouseOver='this.style.cursor="pointer";premier(2);' OnMouseOut='this.style.cursor="default"'> </td> </tr> -->
<!-- À̺¥Æ® ³»¿ë À̹ÌÁö <tr> <td colspan="2"> --> <!-- À̺¥Æ® Á <span id='premier1' style='display:block;'> <table width="710" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" style="padding:0px;"><img src="./img/customer/event_01.jpg"></td> </tr> </table> --> <!-- ±Û¾²±â ¹öư(°í°´¼¾ÅÍ Q&A·Î ¿¬°áÇØ ³õÀ½) <table> <tr> <td width="710" height="150" align="center"> <a href="#" style="cursor:pointer;" <? if( $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])) { echo "onClick=\"location.href = 'mypageevent2.php'\"";} else { echo "onClick=\"javascript:window.open('login_customerevent.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>> <img src="./img/mypage/recom_bt.jpg" border="0"></a> </td> </tr> </table> --> <!-- ±Û¾²±â ¹öư(°í°´¼¾ÅÍ Q&A·Î ¿¬°áÇØ ³õÀ½) </span> -->
<!-- À̺¥Æ® ¿ì <span id='premier2' style='display:none;'> <table width="710" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" style="padding:0px;"><img src="./img/customer/event_02.jpg"></td> </tr> </table> --> <!-- ±Û¾²±â ¹öư(°í°´¼¾ÅÍ Q&A·Î ¿¬°áÇØ ³õÀ½) <table> <tr> <td width="710" height="150" align="center"> <a href="#" style="cursor:pointer;" <? if( $_COOKIE['USERID'] !== "" && isset($_COOKIE['USERID'])) { echo "onClick=\"location.href = 'mypageevent1.php'\"";} else { echo "onClick=\"javascript:window.open('login_customerevent.php','','width=420,height=350,menubar=no,location=no,toolbar=no,scrollbar=no')\"";} ?>> <img src="./img/mypage/review_bt.jpg" border="0"></a> </td> </tr> </table> --> <!-- ±Û¾²±â ¹öư(°í°´¼¾ÅÍ Q&A·Î ¿¬°áÇØ ³õÀ½) </span>
</td> </tr> </table> -->
<!-- À̺¥Æ® ³¡ -->
|