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
|
<?php header("Content-type:text/html;charset=euckr"); ?> <!-- ºÒ·®Á¢¼ÓÀÚ Ã¼Æ® --> <? include('../../html/poorman.php'); ?> <? include("../../manage/category/common.php"); ?> <? include('./_Head.php'); ?>
<META http-equiv=Content-Type content="text/html; charset=euc-kr"> <META content="MSHTML 6.00.2900.3429" name=GENERATOR> <!--script src="Scripts/swfobject_modified.js" type="text/javascript"></script> <script language="javascript" src="okplugin_js.php?txtid=txt2"></script--> <script> window.name ="parentWindow"; </script> <!-- À©µµ¿ì À̸§À» ÁöÁ¤ÇÏ¿© Ÿ°Ù¿¡ »ç¿ë --> <link href="css/style.css" rel="stylesheet" type="text/css"> <link href="css/navi.css" rel="stylesheet" type="text/css"> <!-- À̹ÌÁö Å©±â¿¡ ¸Â°Ô »õâ ¶ç¿ì±â --> <script language="javascript"> function showPicture(src) { var imgObj = new Image(); imgObj.src = src; var wopt = "scrollbars=no,status=no,resizable=no"; wopt += ",width=" + imgObj.width; wopt += ",height=" + imgObj.height; var wbody = "<head><title>Ä«¸ÞÀÌÆ®</title>"; wbody += "<script language='javascript'>"; wbody += "function finalResize(){"; wbody += " var oBody=document.body;"; wbody += " var oImg=document.images[0];"; wbody += " var xdiff=oImg.width-oBody.clientWidth;"; wbody += " var ydiff=oImg.height-oBody.clientHeight;"; wbody += " window.resizeBy(xdiff,ydiff);"; wbody += "}"; wbody += "</"+"script>"; wbody += "</head>"; wbody += "<body onLoad='finalResize()' style='margin:0'>"; wbody += "<a href='javascript:window.close()'><img src='" + src + "' alt=''></a>"; wbody += "</body>"; winResult = window.open("","",wopt); winResult.document.open("text/html", "replace"); winResult.document.write(wbody); winResult.document.close(); return; } </script>
<body style="background:url('../carmate/img/common/mainbg.gif') repeat-x top center"> <table style="width:942px;margin:0 auto"> <tr> <td> <!-- »ó´Ü ž¸Þ´º--> <table width="942" height="89" align="center"> <tr height="26"> <td rowspan="2"><a href="./intro.php"><img src="./img/common/logo.gif" border="0"></a></td> <td width="12" ></td> <td align="right" height="26" valign="top"> <? include("./include/topmenu.php"); ?> </td> </tr> <tr height="63"> <td></td> <td style="vertical-align:top"> <? include("./include/navi.html"); ?> </td> </tr> </table> <!-- //»ó´Ü ž¸Þ´º--> </td> </tr>
|