/home/mjc1/public_html/html/millennium/customerdemo_box.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
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
144
145
146
147
148
149
150
151
152
153
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>

    <div class="wrap">

<style>
.error_area {position:relative;display:block;margin:0 auto;/*width:990px;*/}
#download { position:absolute;width:430px;height:280px;background:url('./images/banner_cs3/download_bg.png') no-repeat;z-index: 100;}
#manual { position:absolute; padding:2px 0 0; width:200px; height:37px; background:url('./images/millennium/btn_area2.png') no-repeat; z-index: 100;}
.error_area .text {margin:0 0 5px;padding:65px 0 0;color:#555;font-size:13px;text-align:center;letter-spacing:0.5px;}
.error_area .big {font-size:16px;font-weight:600;}
.orange {color:#ff6600;font-weight:600;}
.sky {color:#585CBD;font-weight:600;}
.close_btn {position:absolute;top:15px;right:15px;width:50px;height:50px;cursor:pointer;}
.btn_area {width:272px;margin:0 auto;}
.btn_area .install_btn {margin-left:5px;}
.orange_btn {
    display:block;float:left;width:130px;height:45px;line-height:45px;
    color:#fff !important;font-size:18px;font-weight:600;text-align:center;text-decoration:none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #db5304));
    background:-moz-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:-webkit-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:-o-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:-ms-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:linear-gradient(to bottom, #ff8400 5%, #db5304 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#db5304',GradientType=0);
    background-color:#ff8400;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.orange_btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #db5304), color-stop(1, #ff8400));
    background:-moz-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:-webkit-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:-o-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:-ms-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:linear-gradient(to bottom, #db5304 5%, #ff8400 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db5304', endColorstr='#ff8400',GradientType=0);
    background-color:#db5304;
}
.green_btn {
    display:block;float:left;width:130px;height:45px;line-height:45px;
    color:#fff;font-size:18px;font-weight:600;text-align:center;text-decoration:none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9cc720), color-stop(1, #7da117));
    background:-moz-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:-webkit-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:-o-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:-ms-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:linear-gradient(to bottom, #9cc720 5%, #7da117 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc720', endColorstr='#7da117',GradientType=0);
    background-color:#9cc720;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
}
.green_btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7da117), color-stop(1, #9cc720));
    background:-moz-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:-webkit-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:-o-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:-ms-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:linear-gradient(to bottom, #7da117 5%, #9cc720 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7da117', endColorstr='#9cc720',GradientType=0);
    background-color:#7da117;
}
</style>
<div class="error_area">
    <div id="download">
        <div class="text">
            <span class="big orange">Àá±ñ!</span> <span class="big sky">¼³Ä¡°¡ ¾ÈµÉ ¶§</span><br>
            "<span class="big orange">¹ÙÀÌ·¯½º ¶§¹®ÀÌ ¾Æ´Õ´Ï´Ù.</span>"<br>
            °¢Á¾ º¸¾È¼³Á¤À¸·Î ¼³Ä¡°¡ ¾ÈµÉ ¼ö ÀÖ½À´Ï´Ù.<br>
            <span class="big sky">¿ø°Ý¼³Ä¡¿äû</span>À» ÇØÁֽøé <span class="big sky">Àü¹® »ó´ã¿ø</span>ÀÌ<br>
            <span class="big">20ºÐ ³» ¿ø°Ý</span>À¸·Î <span class="big">¼³Ä¡</span> ÇØ µå¸³´Ï´Ù.<br>
            <span class="big">¼³Ä¡¹®ÀÇ : <span class="orange">02) 401-5121 / 1566-8680</span></span><br>
            <br>
            - MJSOFT °í°´Áö¿ø½Ç -
        </div>
        <div class="btn_area">
            <a href="" class="orange_btn download_btn">Á÷Á¢¼³Ä¡</a>
            <a class="install_btn green_btn">¿ø°Ý¼³Ä¡¿äû</a>
            <input type='hidden' name='catecode' id='catecode' value=''>
        </div>
        <a class="close_btn"></a>
    </div>
</div>
<script>
$(function(){
    $("#download, #manual").hide();
    $(".id_message1").click(function(){
        $tr_obj = $(this).closest("td");
        fn = $tr_obj.find("input[name='download_file[]']").val();
        $(".download_btn").prop("href",fn);
        cate = $tr_obj.find("input[name='category_code[]']").val();
        $("#catecode").val(cate);
        v = $(this).position();
        if(cate=='81' || cate=='82' || cate=='01' || cate=='02' || cate=='03' || cate=='40' || cate=='41' || cate=='05' || cate=='06' || cate=='37' || cate=='95' || cate=='28' || cate=='08' || cate=='09' || cate=='96'){
            $(".install_btn").show();
            $(".btn_area").css("width","272px");
        } else {
            $(".install_btn").hide();
            $(".btn_area").css("width","136px");
        }
        $("#download").css("top",(Math.round(v.top)-40)+"px").css("left","270px").fadeIn("fast");
        return false;
    });    
    $(".close_btn").click(function(){
        $("#download").hide();
        return false;
    });
    //¿ø°Ý¼³Ä¡½Åû
    $(".install_btn").click(function(){
        $div_obj = $(this).closest("div");
        $.get("install_req.inc.php?smtitle="+$div_obj.find("#catecode").val(),function(rtn){
            $("#modal_member_box").html(rtn).dialog({
                resizable: true, height:450, width:500, modal: true, title: "¹«·á¼³Ä¡[¿äû]"
            });
            $(".close_btn").click();
        });
    });
});

</script> 
<div id="modal_member_box" title="°Å·¡Ã³¼öÁ¤" style="display:none;width:100%; height:100%; padding-top:3px;padding-left:3px;background-color:#FFFFFF;position:relative;"></div>
        <div class="contents">
            <div class="asideMenu">
                <? include("./Page/customer/leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="./img/titlebar/customerdemo.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/demo_top.jpg" alt="Á¤Ç°°ú µ¿ÀÏÇѠüÇèÆÇÀ» 15Àϰ£ »ç¿ëÇØº¸¼¼¿ä."></h2>
                    <div><? include("../../common/support/demo.php"); ?></div>
                </div><!-- //section -->

            </div><!-- //subContents -->
        </div><!-- //contents -->
    </div><!-- //wrap -->

<? include("./Page/common/footer.php"); ?>