⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_daoruxls_jg_main.asp

📁 这个系统是企业管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Check_Sql123.asp" -->

<!--#include file="admin_qx.asp" -->
<% call islogin() 
call isqx_add_jb()%>
<!--#include file="conn_db123.asp"-->

<html>
<head>
<title>导入Excel记录</title>
<meta http-equiv="Content-Type"  content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/style.css" type="text/css">
<style type="text/css">
<!--
body,td,th {
	font-size: 16px;
}
.STYLE1 {
	color: #FF6600;
	font-weight: bold;
}
.mycolor:link {
	text-decoration: none;
}
.mycolor:visited {
	text-decoration: none;
	color: #E85C00;
}
.mycolor:hover {
	text-decoration: underline;
	color: #339900;
}
.mycolor:active {
	text-decoration: none;
	color: #339900;
}
.STYLE19 {color: #E85C00; font-size: 12px; }
.STYLE20 {
	font-size: 14px;
	color: #FF0000;
}
.STYLE23 {font-size: 13px}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #009900;
}
a:active {
	color: #009900;
}
.STYLE24 {
	color: #000000;
	font-size: 15px;
}

-->
</style></head>
<body>
  

          <p align="center" class="STYLE19"> <strong class="STYLE23 STYLE24">教工基本信息批量导入</strong></p>
          <table width="500" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#FF9900">
          <tr>
            <td align="center" bgcolor="#FFFFFF"><form name="form"  method="post" action="admin_daoruxls_jg_main_s.asp" enctype="multipart/form-data" >
        <p align="center" class="STYLE1">您必须选择由模板录入的excel文件,否则不能成功导入!</p>
        <p>
          <input type="hidden" name="filepath" value="导入的Excel文件/基本信息">
          <input type="hidden"  name="act" value="upload">
          <input type="file" name="file1"  size="45">
        </p>
        <p align="center">
          <input  type="submit" name="Submit" value="导入Excel记录" class="tl">
          <br>
          <br>
        </p>
        <p class="STYLE20">        要求:Excel必须按模板一样的排版,</p>
        <p class="STYLE20">Excel文件名可以是任意的,但是有数据的那张工作表名称必须为sheet1        </p>
            </form> </td>
          </tr>
</table>
<p align="center"><a href="otherfile/基本信息录入模板.xls">点击此处下载<span class="STYLE1">Excel</span>模板录入数据</a></p>
<p align="center">注:如身份证号码重复,则该记录不被导入</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -