/home/mjc1/public_html/html/ezpos/html/software/software.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
<? include("../common/sub_header.php"); ?>

<script language="javascript">
function fileDown(type,name,cate2_code,category_code){
    location.href =   "fileDownLoad.php?type="+type+"&filename="+name+"&cate2_code="+cate2_code+"&category_code="+ category_code ;
}
</script>

    <div class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="../../images/titlebar/software_software.jpg" alt="õ³â°æ¿µ POS ¼Ö·ç¼Ç">
                    <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">õ³â°æ¿µ POS ¼Ö·ç¼Ç</span>
                    </p>
                </h1>

            
                <!-- ¼­ºê³»¿ë -->
                <div class="section">
                    <div class="swTop">
                        <img src="../../images/software/sw_top.png">
                    </div><!-- <div class="swTop"> -->

                    <div class="swExplain">
                        <img src="../../images/software/sw_view.png">
                    </div><!-- <div class="swView"> -->

                    <div class="swProduct">
                        <ol>
                            <li class="swProductL">
                                <p><a href="javascript:fileDown('w_file','jegoii.exe');"><img src="../../images/software/btn_demo.png"></a></p>
                                <p><a href="ubipos.php"><img src="../../images/software/btn_detail.png"></a></p>
                            </li>
                            <li class="swProductR">
                                <p><a href="javascript:fileDown('w_file','ezposfd_setup.exe');"><img src="../../images/software/btn_demo.png"></a></p>
                                <p><a href="easytable.php" /><img src="../../images/software/btn_detail.png"></a></p>
                            </li>
                        </ol>
                    </div><!-- swProduct -->

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

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