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

    <div class="wrap">

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

            <div class="subContents">
                <h1>
                    <img src="../../images/titlebar/accessory_peripheral.png" 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">POSÁÖº¯±â±â</span>
                    </p>
                </h1>
            
                <!-- ¼­ºê³»¿ë -->
                <div class="section">

                    <div class="peripheral">
                        <ol>
                            <li class="scanner"><a href="peripherallist.php#scanner">¹ÙÄڵ彺ij³Ê</a></li>
                            <li class="bill"><a href="peripherallist.php#printer">¿µ¼öÁõÇÁ¸°ÅÍ</a></li>
                            <li class="card"><a href="peripherallist.php#card">Ä«µå¸®´õ±â</a></li>
                        </ol>
                        <ol>
                            <li colspan="2" class="solution"><a href="../software/ubipos.php">¼Ö·ç¼Ç</a></li>
                            <li class="money"><a href="peripherallist.php#money">±ÝÀüÇÔ</a></li>
                        </ol>
                        <ol>
                            <li class="printer"><a href="peripherallist.php#printer">¹ÙÄÚµåÇÁ¸°ÅÍ</a></li>
                            <li class="paper"><a href="peripherallist.php#paper">¿µ¼öÁõ·ÑÁö</a></li>
                            <li class="delivery"><a href="http://www.mijinsoft.co.kr/html/millennium/buypaper.php?category_code=99">¿ëÁö¹è¼ÛÁ¶È¸</a></li>
                        </ol>
                    </div><!-- //peripheral -->

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

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