/home/mjc1/public_html/html/millennium/cs_download.php


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
<?php
header
("Content-type:text/html;charset=euc-kr"); 

$filename $_GET['filename'];
$filename str_replace("http://114.108.136.214/image","https://image2.mijinsoft.co.kr/image",$filename);
?>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
    <link rel="stylesheet" type="text/css" href="./css/import.css"/>
    <style>
    body {background:none;overflow:hidden}
    .main {position:relative;width:1024px;height:768px;border:1px solid #ccc;}
    .down_hd{height:65px;background:#fff;}
    .down_logo{float: left;display: block;width: 164px;height: 60px;background: url('./img/buy/cs_down_logo.png') no-repeat;position: relative;margin-left: 30px !important;margin-right: 15px !important;}
    .down_tel{float:right;display: block;width: 280px;height: 60px;background: url('./img/buy/cs_down_tel.png') no-repeat;}
    .down_hd{line-height:60px;font-size:26px;font-weight:600;}
    .down_con{text-align:center;background: linear-gradient( to bottom, #b3b3b3, white );}
    .down_con p{font-size:20px;line-height: 36px;color:#000;}
    .down_con_tit{width:100%;height:310px;background: url('./img/buy/cs_down_top.png') no-repeat !important;text-align:center;font-size:36px;color:#fff;line-height: 70px;padding: 70px 0 30px;}
    .down_con_tit span{font-size:46px;font-weight:bold;}
    .down_con_btn{background: #fff;display: inline-block;padding: 0 30px;border-radius: 30px;border: 3px solid #b6b6b6;margin: 40px 0;}
    .down_ft{background:#eee;width:1000px;height:42px;position:absolute;bottom:0;line-height:42px;font-size:14px;text-align:right;padding-right: 24px;}
    </style>
</head>
<body>
    <div class='main'>
        <div class="down_hd">
            <a href="./intro.php" class="down_logo"><span class="screen_out">¿¥Á¦ÀÌÆ÷½ºÆ® ·Î°í</span></a>´Ù¿î·Îµå
            <div class="down_tel"><span class="screen_out">1566-8680</span></div>
        </div>
        <div class="down_con">
            <div class="down_con_tit">
                ÇØ´çÇϽô ÇÁ·Î±×·¥À»<br><span>´Ù¿î·Îµå ¹Þ¾ÆÁÖ¼¼¿ä.</span>
                <!--¾Æ·¡ÀÇ <span>½ÇÇà¹öư</span>À» ´­·¯<br>
                <span>´Ù¿î¹Þ¾ÆÁÖ¼¼¿ä.</span>-->
            </div>
            <p>´Ù¿î·Îµå½Ã ¹®Á¦ ÀÖÀ¸½Ã¸é <b>ÀüÈ­ È¤Àº ¾Æ·¡¹öư[°í°´¼¾ÅÍ]</b>À¸·Î ¹®Àdz²°ÜÁÖ¼¼¿ä!</p>
            <div class="down_con_btn"><a href="./customeras.php" target="_blank"><img src="./img/buy/cs_down_cen_btn.png"></a></div>
        </div>
        <div class="down_ft">
            Copyright (c) 2014 MJSOFT All rights reserved.
        </div>
    </div>
    <input type='button' value='¼öµ¿´Ù¿î·Îµå' onclick="document.location.href='<?php echo $filename;?>'" id='down_btn' style='display:none;'>
    <script>
        setTimeout(function(){
            document.all.down_btn.click();
        },500);
    </script>
    <!--<iframe src="cs_download_do.php?filename=<?php echo urlencode($_GET['filename']);?>" width="600" height="300" style="display:"></iframe>-->
</body>
</html>