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
83
84
85
|
<? include("category/common.php"); include("memberBoardmanage.php"); ?> <form name="mijin_request" method="post" action="m_board_save2.php?mode=reply" enctype='multipart/form-data'>
<table width="730" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center"> <table width="700" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="gray"> <tr> <td bgcolor="#FFFFFF" colspan="2" align="center" height="25"> mijin_request µî·Ï Æû <BR> <INPUT TYPE="hidden" NAME="uid" value="7864"> <INPUT TYPE="hidden" NAME="user_id" value="solt1019"> <INPUT TYPE="hidden" NAME="new_fid" value="4093"> <INPUT TYPE="hidden" NAME="thread" value="A"> <INPUT TYPE="hidden" NAME="table_name" value="mijin_request"> <INPUT TYPE="hidden" NAME="name" value="°ü¸®ÀÚ"> <INPUT TYPE="hidden" NAME="email" value="mjc1@korea.com"> </td> </tr> </table><BR> <table width="700" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="#d1d1d1"> <tr> <td height='30' align="center" bgcolor="#FFFFFF"> ±è¾Æ¶õ ´ÔÀÇ ´äº¯±ÛÀ» ÀÛ¼º ÇÕ´Ï´Ù.</td> </tr><BR><!-- --> <table width="700" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="#d1d1d1"> <tr> <td width="118" align="center" bgcolor="#DDDDDD">Á¦¸ñ</td> <td width="422" bgcolor="#FFFFFF" colspan='5'> <INPUT TYPE="text" NAME="subject" style="border-color:#DDDDDD" size='50' value='[´äº¯] ÇÁ·Î±×·¥ ¿¡·¯'></td> </tr><!-- <tr> <td width="118" align="center" bgcolor="#DDDDDD">÷ºÎÆÄÀÏ</td> <td width="422" bgcolor="#FFFFFF" colspan='5'> <INPUT TYPE="FILE" NAME="add_file" style="border-color:#DDDDDD" size='50'></td> </tr> --> <TR> <td width="118" align="center" bgcolor="#DDDDDD">÷ºÎÆÄÀÏ</TD> <TD width="422" bgcolor="#FFFFFF" colspan='5'><INPUT TYPE='file' NAME='as_file' size='40'> </TD></TR> <tr> <td width="118" align="center" bgcolor="#DDDDDD">³»¿ë<BR> (ű׻ç¿ë <font color=red>°¡´É</font>) </td> <td width="422" bgcolor="#FFFFFF" colspan='5'> <TEXTAREA NAME="content" ROWS="13" COLS="80"></TEXTAREA> </td> </tr> </table><BR> <br> <table width="700" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="gray"> <tr> <td bgcolor="#FFFFFF" colspan="2" align="center" height="25"> <input type="button" value="ÀúÀå" style="height:18" Onclick="m_board_form_reply('mijin_request');"> <input type="reset" value="Ãë¼Ò"style="height:18"></td> </tr> </table> </td> </tr> </table> </form> </TD> <TD width='1' height='100%' valign='top'align='center'> </TD> </TR> <TR> <TD colspan='3' height='80'>
<TABLE width='100%' height='80' bgcolor='#FFFFFF'> <TR> <TD> .</TD> </TR> </TABLE> </TD> </TR> </TABLE>
|