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
|
<? session_start(); /* Á¦Ç° Á¤º¸ Ãâ·Â ÆäÀÌÁö
*/ $position = "ȸ»ç ¼Ò°³"; $page_title = "ȸ»ç ¼Ò°³"; $sub_title = "Á¦Ç° ÀÚ¼¼È÷º¸±â"; $w_buy_memu = "button10.gif"; require "./inc/config.php"; require "./main_file/header.html";
require_once($ADMIN_DIR . "/upgrade/upgrade_class.php");
$query = "select * from $upgrade_table order by uid desc"; $result = mysql_query($query);
$buy_info = stripslashes($a_row[buy_info]); $rent_info = stripslashes($a_row[rent_info]); ?> <!--Áß¾Ó¸ÞÀκκÐ--> <TABLE height=18 cellSpacing=0 cellPadding=0 width=630 align=center border=0> <TBODY> <TR> <TD width=7><IMG height=18 src="images/com_td_1.gif" width=7></TD> <TD vAlign=bottom width=630 background=images/com_td_2.gif> <IMG height=9 src="images/bar1_2.gif" width=5> <FONT color=#ffffff>ȸ»ç¼Ò°³</FONT></TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=0 cellPadding=8 width=590 align=center valign="top" border=1> <TR> <TD><?=$companyinfo?></TD> </TR> <TR> <TD><?=$ceoinfo?></TD> </TR> </TABLE>
<?require "./main_file/footer.html"; ?>
|