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
|
<? include("./include/admin_include_header.php"); ?>
<div class="container"> <? include("./include/admin_include_aside.php"); ?> <div class="contents"> <div class="info_menu"> <h3><img src="./images/title/quick_product.png" alt="»óǰ°ü¸®"></h3>
<!-- »óÀ§ÆäÀÌÁö Ç¥½Ã --> <? if( eregi("productManage.php" , basename($_SERVER['PHP_SELF'] ) ) ) { ?>
<div class="serialWarp"> <style> .serialTable th a{ padding-right:12px; background:url('./images/common/sp_rgt.png') #84bbe7 81px -20px no-repeat; } .serialTable th a.text4{ background-position:55px -20px; } .serialTable th a.text5{ background-position:68px -20px; } .serialTable th a.long{ background-position:136px -20px; } </style> <table class="serialTable"> <colgroup> <col style="width:200px;"><col> </colgroup> <tr> <th><a href='./category/category.php'>Ä«Å×°í¸®°ü¸®</a></th> <td class="alignL"><a href='./category/category.php'>Ä«Å×°í¸®¸¦ Ãß°¡/¼öÁ¤ ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./categoryImgCreate.php">»óǰÁ¤º¸°ü¸®</a></th> <td><a href="./categoryImgCreate.php">Ä«Å×°í¸®¸¦ À̹ÌÁö ¹× Á¤º¸¸¦ Ãß°¡/¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./productList.php" class="text5">»óǰ¸®½ºÆ®</a></th> <td><a href="./productList.php">ÇÁ·Î±×·¥»óǰ, ¿ëÁö»óǰ, Çϵå¿þ¾î »óǰ ¸®½ºÆ®¸¦ º¸¿©ÁÝ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./productReg.php" class="text4">»óǰµî·Ï</a></th> <td><a href="./productReg.php">»óǰÀ» µî·ÏÇÏ´Â ÆäÀÌÁö ÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./certiManage.php">ÀÎÁõ¹øÈ£°ü¸®</a></th> <td><a href="./certiManage.php">ÀÎÁõ¹øÈ£¸¦ °ü¸®ÇÏ´Â ÆäÀÌÁö ÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./NewcertiManage.php" class="long">MacAddressÁ¤Ç°ÀÎÁõ</a></th> <td><a href="./NewcertiManage.php">MacAddress ÀÎÁõ¹øÈ£ µî·Ï ¹× ¼öÁ¤/»èÁ¦ÇÏ´Â ÆäÀÌÁö ÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./DemoFill.php">µ¥¸ð±â°£¿¬Àå</a></th> <td><a href="./DemoFill.php">µ¥¸ð±â°£À» ¿¬ÀåÇØÁÖ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href="./bugVersionList.php">¹ö±×¹öÀü°ü¸®</a></th> <td><a href="./bugVersionList.php">Bug°¡ Á¸ÀçÇÏ´Â VersionÀ»(¸¦) µî·Ï/°ü¸®ÇÏ´Â ÆäÀÌÁö ÀÔ´Ï´Ù.</a></td> </tr> </table> </div><!-- //serialWarp --> <? } ?> <!-- »óÀ§ÆäÀÌÁö Ç¥½Ã ³¡ -->
</div><!-- //info_menu-->
<p class="navi">°ü¸®ÀÚ¸ðµå > »óǰ°ü¸®</p> <div class="footer"> <? include("./include/admin_include_footer.php"); ?> </div><!-- //footer -->
</div><!-- //contents --> </div><!-- //container --> </div><!-- //wrap -->
</body> </html>
|