<%@include file="/auth.jsp"%>
<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>导入数据重复</title>
<link href="/css/font.css" rel="stylesheet" type="text/css">
<script src="/js/date.js"></script>
<script src="/js/check.js"></script>
<style type="text/css">
.aselect
{
   width:155px;
}
</style>
<style type="text/css">
	.td1{
		width: 30%;
	}
table#csstable{
	border-top:#D8E9FE 1px solid;
	border-left:#D8E9FE 1px solid;
}
table#csstable td{
	border-bottom:#D8E9FE 1px solid;
	border-right:#D8E9FE 1px solid;
}
table#csstable #bottomcss td{
	border-bottom:#D8E9FE 0px solid;
}
.line { position:relative; float:left; padding:2px 0}
.line span { float:left}
.file { position:absolute; left:20px; top:3px; display:none;filter:alpha(opacity=0);opacity:0}
.file1 {font-size: 12px;
	color: #000000;
	width:56px;
	text-decoration: none;
	background-image: url(/images/anniu_bg1.gif);
	border: 1px solid;
	margin-top:2px;
	padding: 1px;
	cursor:hand;}
.inputstyle { width:150px; border:1px solid #888; z-index:99;}	
</style>
<script type="text/javascript">
function check(operate) {
	form1.operate.value = operate;
	if(operate=='importBack'){
		form1.action="/zhyw/smtj/ImportExcelNetData.jsp";
		form1.submit();
	}
}
</script>
</head>
<body onload="setValue();">
<br>
<table width="90%"  border="0" align="center" cellpadding="0" cellspacing="1" class="box">
  <tr>
    <td valign="top"><table width="100%" height="23"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="25%" background="/images/tab_search_01.jpg"><table width="80%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
                <td width="97%" class="font12b">&nbsp;网络管理</td>
              </tr>
          </table></td>
          <td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
        </tr>
      </table>  
<form name="form1" method="post" >
<input type="hidden" name="operate" value=""/>
<br>
			<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
        		<tr>
          			<td width="3%"><img src="/images/little.gif" width="12" height="12"></td>
          			<td width="97%" class="font12">导入文件错误提示</td>
        		</tr>
      		</table>	
   <table width="90%"  border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
	    <tr bgcolor="#FFFFFF">
		<td class="cell2" align="center">
		<div  style="height:50px; line-height: 50px; text-align: center;">
			<span style="color: red; ">		
			  <h2> 已经有相同的数据,请重新选择没有导入过的数据。</h2>		
			</span>
		</div>
		</td>		
	</tr>
</table>
	<br>
	<table width="90%" align="center">
		<tr align="center">
		<td><input type="button" name="button1" value=" 返回重新导入" class="box_button" onclick="check('importBack')"/>
		</td>
		</tr>
	</table>	
</form>
	 </td>
  </tr>
</table>
<%@include file="/foot.jsp"%>
</body>
</html>