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
|
<? @session_start(); if( $_SESSION['ADMINID'] == ""){ ?> <script> location.href = "index.php"; </script> <? } ?> <title>Ä«Å×°í¸®°ü¸®</title> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> <link rel='stylesheet' type='text/css' href='../style.css'>
<body align="center" bgcolor="white" topmargin="0" leftmargin="0"> <table width="100%" height="90" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="85"> <table width="100%" height="85" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="185" height="85" rowspan="4"> <p><a href="../admin_include.php"><img src="../logo01.gif" alt="ȨÀ¸·Î"></A></p> </td>
<td style="height:50px; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;"><? include("./topmenu.php"); ?> </td> </tr> </table> </td> </tr> </table>
|