/home/mjc1/public_html/mjmall/include/hardware/scan_08.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
<?php
include_once("../../_common.php");
?>
<link href="../../css/import.css" rel="stylesheet" type="text/css">

<div class="HWpopupWrap">
    <a href="javascript:window.close();" class="close"></a>
    <dl>
        <dt><span>Çϵå¿þ¾î Á¦Ç°¾È³»</span></dt>
        <dd class="hwInfo">
            <table class="popupInfo">
                <!--caption class="screen_out">±â±âÁ¤º¸</caption-->
                <colgroup>
                    <col style="width:90px;"><col style="width:160px;"><col style="width:90px;"><col style="width:160px;">
                </colgroup>
                <tr> 
                    <th>Á¦Ç°¸í</th>
                    <td>TSK-2020</td>
                    <th>ºÐ·ù</th>
                    <td>Ź»ó¿ë ¹ÙÄڵ堽ºÄ³³Ê</td>
                </tr>
                <tr> 
                    <th>¾÷¹«¿ëµµ</th>
                    <td colspan="3">
                        °è»êÅ×À̺í À§¿¡ ¼³Ä¡ ÈÄ »óǰ¹ÙÄڵ堰˻ö¿ë 
                    </td>
                </tr>
                <tr> 
                    <th>Á¦Ç°±¸¼º</th>
                    <td colspan="3">
                        TSK-2020 º»Ã¼. ½Ã¸®¾ó¿¬°á½Ã(¾Æ´äÅÍÆ÷ÇÔ)
                    </td>
                </tr>
            </table>
        </dd><!-- //hwInfo -->

        <dd class="hwView">
            <ul>
                <li><img src="http://www.mjsoft.co/html/millennium/img/hw/big_tsk2020_01.jpg" alt=""></li>
                <li class="last"><img src="http://www.mjsoft.co/html/millennium/img/hw/big_tsk2020_02.jpg" alt=""></li>
            </ul> 
            <ul> 
                <li class="once"><img src="http://www.mjsoft.co/html/millennium/img/hw/big_tsk2020_03.jpg" alt=""></li>
            </ul>
        </dd><!-- //hwView -->
    </dl>
    
</div><!-- popupWrap -->