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
|
<?php include_once("./_common2.php"); ?> <META http-equiv=Content-Type content="text/html; charset=euc-kr"> <style> .title { font-family:µ¸¿ò,Verdana; color:#000000; font-size:9pt; text-decoration:none; line-height:17px;} .noline {border-style:none; PADDING-top: 2px;} </style>
<div id='output'> <table width="610" class="title" bgcolor="#f3f3f3" cellspacing="5" border="0" cellpadding="0" align="center"> <tr> <td align="center" valign="top" bgcolor="FFFFFF">
<pre style="background: url(./img/customer/newetaxUnissued.jpg) no-repeat top left">
<h2><font color="red" style="line-height:120%;"><b>Àá±ñ!! Ãâ·Â°¡´É ½Ã°£ÀÌ ¾Æ´Õ´Ï´Ù!</b></font></h2>
<hr style="margin:0 50px;"> <h2 align="left" style="padding-left:70px;"><font color="#3181c2"><b> ¢À ±¹¼¼Ã» Àü¼Û ÈÄ Ãâ·Â °¡´ÉÇÕ´Ï´Ù.
¢À ±¹¼¼Ã» Àü¼Û½Ã°£ : ´çÀÏ 24:00
¢À °ü·Ã¹ý±Ô : ±¹¼¼Ã»°í½Ã Á¦ 2013-17È£ </b></font></h2>
<h3><font color="red" style="line-height:120%;"><b>Áö±Ý Ãâ·ÂÀ» ¿øÇÏ½Ã¸é °è»ê¼ ¹ßÇàÀÚ¿¡°Ô ±¹¼¼Ã» Áï½ÃÀü¼ÛÀ» ¿äûÇϼ¼¿ä. </b></font></h3>
</pre>
</td> </tr> </table>
<table align="center" style="margin-top:20px;"> <tr> <td><input type="image" src="./img/common/close_btn.jpg" onclick="self.close();" alt="´Ý±â"></td> </tr> </table>
</div> </body> </html>
|