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
|
<? /* Á¦Ç° Á¤º¸ Ãâ·Â ÆäÀÌÁö
*/ $position = "Á¦Ç°°³¼±.¼öÁ¤»ó´ã"; $page_title = "Á¦Ç°°³¼±.¼öÁ¤»ó´ã"; $sub_title = "Á¦Ç° ÀÚ¼¼È÷º¸±â"; $biz_joint_menu = "button9_9.gif"; require "./inc/config.php"; require "./main_file/header.html";
//require_once($ADMIN_DIR . "/m_board2/m_board2_class.php"); $m_board2_class = new m_board2_class(); if($user_id){ $m_row = $m_board2_class -> search_data("member","Mid",$user_id); $tel = explode("-",$m_row[Mtel1]); $hp = explode("-",$m_row[Mhp]); }
?> <TABLE height=18 cellSpacing=0 cellPadding=0 width=630 align=center border=0> <TBODY> <TR> <TD><IMG height=18 src="images/bar9.gif" width=7></TD> <TD><IMG height=18 src="images/bar9_2.gif" width=7></TD> <TD vAlign=bottom width=623 background=images/bar9_1.gif> <FONT color=white>¾÷¹«Á¦ÈÞ</FONT> </TD></TR></TBODY></TABLE><BR>
<BR><!--¸ÞÀθ®½ºÆ®ºÎºÐ--> <!-- <INPUT type='text' value='<?=$row[Mtel2]?>' name=Tel2> --> <TABLE height= cellSpacing=0 borderColorDark=white cellPadding=0 width=492 align=center borderColorLight=#FFFFFF border=1> <TBODY> <TR> <TD> <img src='images/Qa_reg.gif'> </TD></TR> </TBODY> </TABLE> <!--¸ÞÀθ®½ºÆ®³¡--> <BR> <?require "./main_file/footer.html"; ?>
|