최초등록
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
<!--#include virtual="/common/lib/dbcon.asp"-->
|
||||
<!--#include virtual="/common/lib/func.asp"-->
|
||||
<html>
|
||||
<head>
|
||||
<title><%=site_name%></title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<script language="JavaScript" src="/common/js/default.js"></script>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!--
|
||||
var opener = window.dialogArguments;
|
||||
|
||||
function sendit(){
|
||||
// alert("1");
|
||||
var eForm;
|
||||
eForm = document.csvAdd;
|
||||
eForm.target = opener.document.iframeAdd.document;
|
||||
eForm.submit();
|
||||
}
|
||||
|
||||
function add_inputer(value){
|
||||
|
||||
opener.add_input2(value);
|
||||
}
|
||||
//-->
|
||||
</SCRIPT>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
|
||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td class="pt15 pl20 pr20"><b><font color="243B84">문서 종류는 반드시</font> <font color="F8742E">텍스트(.txt)</font> <font color="243B84">이어야만 합니다.</font></b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="pt15 pr15 pl15" valign="top">
|
||||
<table width="100%" cellspacing="5" cellpadding="0" bgcolor="E1E1E1" align="center">
|
||||
<tr>
|
||||
<td bgcolor="FFFFFF" style="padding:15 12 15 12;" class="t160">
|
||||
|
||||
<form name="csvAdd" method="post" enctype="multipart/form-data" action="csvadd_ok.asp" target="fileadd">
|
||||
<table align="center" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<input name="csvfile" type="file" size="20" class="bip2" onChange="submit();"><br />
|
||||
<iframe name="fileadd" src="" width="0" height="0" frameborder="0" scrolling="no"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="pt9 pl15"><img src="/sms_img/sub/txt_help.gif" border="0" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="100%" valign="top" class="pl15 pr15"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="1" bgcolor="E7E7E7"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" bgcolor="F5F5F5" align="right" class="pr5"><a onclick="window.close();" class="curHand" onfocus="blur();"><img src="/sms_img/sub/popup_close_bt.gif" width="35" height="19" border="0"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user