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
75
76
77
78
79
80
81
82
|
<? @session_start(); include("./include/admin_include_header.php"); ?> <? if( $_SESSION[ADMINID] == ""){ ?> <script> location.href = "index.php"; </script> <? } ?>
<div class="container"> <? include("./include/admin_include_aside.php"); ?> <div class="contents"> <div class="info_menu"> <h3><img src="./images/title/quick_board.png" alt="ÀÏ¹Ý°Ô½ÃÆÇ"></h3> <!-- »óÀ§ÆäÀÌÁö Ç¥½Ã --> <? if( eregi("nomalBoardManage.php" , basename($_SERVER['PHP_SELF'] ) ) ) { ?> <div class="serialWarp"> <table class="serialTable"> <colgroup> <col style="width:200px;"><col> </colgroup> <tr> <th><a href='./noticeBoard.php' class="text4">°øÁö»çÇ×</a></th> <td class="alignL"><a href='./noticeBoard.php'>ȨÆäÀÌÁö °øÁö»çÇ× °Ô½ÃÆÇ¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./upgradeBoard.php' class="text5">¾÷±×·¹À̵å</a></th> <td class="alignL"><a href='./upgradeBoard.php'>ȨÆäÀÌÁö ¾÷±×·¹ÀÌµå °Ô½ÃÆÇ¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./faqBoard.php' class="text10">FAQ(ÀÚÁÖÇÏ´ÂÁú¹®)</a></th> <td class="alignL"><a href='./faqBoard.php'>ȨÆäÀÌÁö FAQ°Ô½ÃÆÇ¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./computerBoard.php' class="text5">ÄÄÇ»ÅÍ»ó½Ä</a></th> <td class="alignL"><a href='./computerBoard.php'>ȨÆäÀÌÁö ÄÄÇ»ÅÍ»ó½Ä °Ô½ÃÆÇ¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./develBoard.php' class="text4">°³¹ßÇöȲ</a></th> <td class="alignL"><a href='./develBoard.php'>ȨÆäÀÌÁö¿¡ ÁÖ¹®°³¹ß ÇöȲÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁö ÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./pro_storeBoard.php' class="text6">ÇÁ·Î±×·¥ÀÚ·á</a></th> <td class="alignL"><a href='./pro_storeBoard.php'>ȨÆäÀÌÁö ÇÁ·Î±×·¥ ÀÚ·á½Ç¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./etc_storeBoard.php' class="text5">±âŸÀÚ·á½Ç</a></th> <td class="alignL"><a href='./etc_storeBoard.php'>ȨÆäÀÌÁö ±âŸ ÀÚ·á½Ç¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./UpDownBoard.php' class="text5">»ç³»°Ô½ÃÆÇ</a></th> <td class="alignL"><a href='./UpDownBoard.php'>ȨÆäÀÌÁö »ç³»°Ô½ÃÆÇ¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> <tr> <th><a href='./manualBoard.php' class="text6">¿Â¶óÀθ޴º¾ó</a></th> <td class="alignL"><a href='./manualBoard.php'>ȨÆäÀÌÁö ¿Â¶óÀθ޴º¾ó¿¡ ³»¿ëÀ» µî·ÏÇϰųª ¼öÁ¤ÇÏ´Â ÆäÀÌÁöÀÔ´Ï´Ù.</a></td> </tr> </table><!-- //serialTable --> </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>
|