Files
2026-02-23 10:01:00 +09:00

105 lines
4.1 KiB
Plaintext

<!--#include virtual="/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<%
common_image_url = "/sms_img"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>주소록 업로드</title>
<link rel="stylesheet" type="text/css" href="/common/css/sub_layout.css" />
<link rel="stylesheet" type="text/css" href="/common/css/all.css" />
<style type="text/css">
<!--
body {margin-left: 0px; margin-top: 0px;}
.style1 {font-family: "돋움"; font-size: 11px;color: #FFFFFF;}
.style4 { font-family: "돋움"; font-size: 11px; color: #FFFFFF}
.style5 {font-family: "돋움"; font-size: 11px; color: #ffe50c;font-weight: bold;}
.style7 {font-family: "돋움"; font-size: 11px; color: #2865ae;font-weight: bold;}
.style9 {font-family: "돋움"; font-size: 11px; color: #666666; }
.style11 {font-family: "돋움"; font-size: 11px; color: #4888a0; font-weight: bold;}
.style12 {font-family: "돋움"; font-size: 11px; color: #333333; font-weight: bold;}
.style13 {font-family: "돋움"; font-size: 12px; color: #FFFFFF;}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="580px" cellspacing="0" cellpadding="0" border="0" style="padding-right:15px;">
<!-- <tr>
<td height="4" bgcolor="013D64"><img src="<%=common_image_url%>/popup_top_img.gif" width="32" height="4"></td>
</tr>
<tr height="40">
<td class="pb2"><img src="<%=common_image_url%>/popup_img04.gif" height="22"></td>
</tr>
<tr>
<td height="1" bgcolor="E5E5E5"></td>
</tr> -->
<tr>
<td class="pt20 pr15 pl15" valign="top">
<table width="100%" cellpadding="0" align="center">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="t150">
<IMG SRC="/sms_img/sub/exce_tit.gif" align="absmiddle">
<p style="font-size:12px; padding:10px 0 0 15px; line-height:140%;">엑셀 파일 형식은 이름, 이동전화번호, 그룹, 설명 순으로 만드시면 됩니다.<br>
<u>이름, 이동전화번호는 필수 항목 입니다.</u><br>
아래의 <b>&lt;샘플파일&gt;</b>을 다운받으신 후 수정하셔도 됩니다.<br>
※ 엑셀의 워크시트명은 반드시 'Sheet1'이어야 합니다.</p>
</td>
</tr>
</table>
<img width="0" height="10"><br>
<div align="center" style="border:1px solid #e5e5e5; padding:15px 0; margin-right:15px;">
<a href="ex_data/Type1.xls"><img src="/sms_img/sub/btn_sample1.gif" border="0"></a>
<a href="ex_data/Type2.xls"><img src="/sms_img/sub/btn_sample2.gif" border="0"></a>
<br><img width="0" height="15"><br>
<div>
<img src="./ex_data/test_csv_1.gif">
<img src="./ex_data/test_csv_2.gif">
</div>
</div>
</td>
</tr>
</table>
<img width="0" height="5"><br>
<form name="write" method="post" action="excelinput_ok.asp" enctype="multipart/form-data">
<table width="545" cellspacing="3" cellpadding="0" bgcolor="E1E1E1" align="center" style="text-align:center; margin:18px 15px 0 0; border:1px solid #dcdcdc; background:#f8f8f8; padding:5px 0;">
<tr>
<td style="padding:12 12 12 12;">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="style7"><font color="594e9d"><b>파일업로드 : </b>&nbsp;&nbsp;</font></td>
<td align="center" class="style7">
<input type="radio" name="sType" value="1" checked><font color="594e9d"><b>형태 1
<input type="radio" name="sType" value="2">형태2 </b></font>
</td>
<td class="style7">
&nbsp;&nbsp;
<input type="file" name="excelFile" onChange="submit();" size="30" class="bip" style="border:1px solid #ccc; font-size:11px; height:20px; padding-top:2px;">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td height="18"></td>
</tr>
<tr>
<td height="1" bgcolor="E7E7E7"></td>
</tr>
<tr>
<td height="25" bgcolor="F5F5F5" align="right" class="pr5" style="font-size:11px; font-weight:bold;"><a onclick="javascript:window.close();" class="curHand" onfocus="blur();">닫기x</a></td>
</tr>
</table>
</body>
</html>