/home/mjc1/public_html/manage/category/category.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
<?
    
@session_start();
    include(
"./admin_include_header.php");

if(isset(
$_SESSION['ADMINID']) && ($_SESSION['ADMINID'] == "lys")){ 
    echo 
"
        <script>
            alert('Á¢±ÙÇÒ ¼ö Àִ ±ÇÇÑÀÌ ¾ø½À´Ï´Ù.');
            history.go(-1);
        </script>"
;
}
?>

<script language="JavaScript">
function cate_add(t,t2) {
    if(t == 1) var page =  "cate_add_01.php?mode=insert";
    if(t == 2) var page =  "cate_add_02.php?mode=insert&cate1_code=" + t2; 

    window.open( page,"","width=700 ,height=300");
}
function cate_update(s){
    window.open("cate_add_01.php?mode=up&code=" + s,"","width=700 ,height=300");  
}
</script>
<link rel='stylesheet' type='text/css' href='../css/new.css'>
    <div class="container">
        <div class="border_contents">
            <div class="admin_table">
                <h3 class="list_ttl">
                    Ä«Å×°í¸® Á¤º¸°ü¸®
                    <span class="list_sub_ttl bgp">Ä«Å×°í¸®¸¦ Ãß°¡/¼öÁ¤ Çϴ ÆäÀÌÁöÀÔ´Ï´Ù.</span>
                </h3>

                <div>
                    <p class="mb5">
                        <img src="../img/check.png" width="20">
                        <span style="padding:4px;">Ä«Å×°í¸®´Â ´ëºÐ·ù,Áߺзù,¼ÒºÐ·ù 3´Ü°è·Î ³ª´©¾îÁý´Ï´Ù.</span>
                    </p>
                    <p>
                        <img src="../img/check.png" width="20">
                        <span style="padding:4px;">ºÐ·ùº° Ä«Å×°í¸®¸¦ ÀÛ¼ºÇØ Áֽñ⠹ٶø´Ï´Ù.</span>
                    </p>
                </div>

                <div class="categoryWarp">
                    <table class="categoryTable"> 
                        <tr class="bgp"> 
                            <td class="cateName">Àüü Ä«Å×°í¸®</td>
                        </tr>
                        <tr>
                            <td valign="top">
                                <iframe width="998" height="750" scrolling="auto" src="category_01.php" frameborder="0"></iframe>
                            </td>
                        </tr>
                    </table><!--//categoryTable--> 
                </div><!--//categoryWarp-->

                <div class="insertbtnarea" style="width:1000px;text-align:center;">
                    <input name="up_cate" type="button" id="up_cate" value="´ëºÐ·ù Ä«Å×°í¸®Ãß°¡" class="insertbtn2 bgp" style="width:150px; background:none;" onclick="cate_add('1','')">
                </div>
            </div><!-- //admin_table -->

            <p class="navi">°ü¸®ÀÚ¸ðµå > »óǰ°ü¸® > Ä«Å×°í¸®°ü¸®</p>

            <div class="footer">
                <?    include("../include/admin_include_footer.php"); ?>
            </div><!-- //footer -->

        </div><!-- //border_contents -->
    </div><!-- //container -->
</div><!-- //wrap -->

</body>
</html>