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
|
<?php @extract($_REQUEST); ?> <HTML> <HEAD> <TITLE> ¹ÌÁø</TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel="stylesheet" href="./common.css"> <style type="text/css"> input, textarea, select {border:1; border-style:solid; border-color:#ADADAD; font-size:9pt;} </style> <script language="JavaScript" src="./script.js"></script>
</HEAD>
<BODY bgcolor="F7F3ef" text="black" leftmargin="3" topmargin="3" marginwidth="0" marginheight="10" scroll="yes"> <TABLE border='0' cellspacing='0' cellpadding='1' bgcolor='#D6CFAD'> <TR> <TD colspan='3'background="../images/top_menu_12.gif" > <TABLE bgcolor="#FFFFFF" height="100%" width="100%"> <TR> <TD><img src="http://www.mijinsoft.co.kr/images/logo2.gif"></TD> </TR> </TABLE> </TD> </TR> <!-- <TR> <TD colspan='3' width='100%' height='3' align='right' bgcolor="#FFFFFF"> </TD> </TR> --> <TR> <TD width='1' height='100%'valign='top'align='center'>
<TABLE border='0' cellspacing='0' cellpadding='0'> <TR> <TD align='center'> <table width='176' bgcolor='gray' cellpadding='0' cellspacing='1' border='0' align='center'> <tr> <td width='130' height='20' bgcolor='#F7F7F7' align='center'> <A HREF='<?=$submit_file?>'> ¹ß¼Û</A> </td> </tr>
</table> <!-- <table width='176' bgcolor='gray' cellpadding='0' cellspacing='1' border='0' align='center'> <tr> <td width='130' height='20' bgcolor='#F7F7F7' align='center'> <A HREF='<?=$view_file?>'> ¹Ì¸®º¸±â</A> </td> </tr> </table> --> </TD> </TR> </TABLE> </TD> <TD width='985' valign='top' align='center' bgcolor='#efefef'>
|