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

📄 list.asp

📁 这个系统是企业管理系统
💻 ASP
📖 第 1 页 / 共 5 页
字号:
	        for i_num=0 to num_all
			response.write "<option  value="&bianzhi_setconst(i_num)&">"&bianzhi_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">编制类别</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="bianzhileibie" size="1" name="bianzhileibie">
                  <%if bianzhileibie<>""then%>
                        <option value="<%=bianzhileibie%>"><%=bianzhileibie%></option>
                        <%end if%>
						    <option value="">      </option>
                        <%
		 if bianzhileibie_setconst<>"" then
        bianzhileibie_setconst=split(bianzhileibie_setconst,",")
		 num_all=ubound(bianzhileibie_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&bianzhileibie_setconst(i_num)&">"&bianzhileibie_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">进校时间</TD>
                    <TD colspan="3" bgcolor="#d6dff7"><input name="jinxiaosj1" type="text"  class="inp" id="jinxiaosj1" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if jinxiaosj1<>""then%> value="<%=jinxiaosj1%>" <%end if%> >
                      <span class="STYLE21">到</span>
                      <input name="jinxiaosj2" type="text"  class="inp" id="jinxiaosj2" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if jinxiaosj2<>""then%> value="<%=jinxiaosj2%>" <%end if%> ></TD>
                  </TR>
                  <TR>
                    <TD align=right bgcolor="#d6dff7">人事代理</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="renshidaili" size="1" name="renshidaili">
                        <%if renshidaili<>""then%>
                        <option value="<%=renshidaili%>"><%=renshidaili%></option>
                        <%end if%>  
						 <option value="">    </option>
                        <%
		 if renshidaili_setconst<>"" then
        renshidaili_setconst=split(renshidaili_setconst,",")
		 num_all=ubound(renshidaili_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&renshidaili_setconst(i_num)&">"&renshidaili_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">行政职务</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="xingzhengzhiwu" size="1" name="xingzhengzhiwu">
                       <%if xingzhengzhiwu<>""then%>
                        <option value="<%=xingzhengzhiwu%>"><%=xingzhengzhiwu%></option>
                        <%end if%>
						  <option value="">      </option>
                        <%
		 if xingzhengzhiwu_setconst<>"" then
        xingzhengzhiwu_setconst=split(xingzhengzhiwu_setconst,",")
		 num_all=ubound(xingzhengzhiwu_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&xingzhengzhiwu_setconst(i_num)&">"&xingzhengzhiwu_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">在职状态</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="zaizhizhuangtai" size="1" name="zaizhizhuangtai">
                        <%if zaizhizhuangtai<>""then%>
                        <option value="<%=zaizhizhuangtai%>"><%=zaizhizhuangtai%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if zaizhizhuangtai_setconst<>"" then
        zaizhizhuangtai_setconst=split(zaizhizhuangtai_setconst,",")
		 num_all=ubound(zaizhizhuangtai_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&zaizhizhuangtai_setconst(i_num)&">"&zaizhizhuangtai_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">录入时间段</TD>
                    <TD colspan="3" bgcolor="#d6dff7"><input name="lurudate1" type="text"  class="inp" id="lurudate1" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if lurudate1<>""then%> value="<%=lurudate1%>" <%end if%> >
                      <span class="STYLE21">到</span>
                      <input name="lurudate2" type="text"  class="inp" id="lurudate2" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if lurudate2<>""then%> value="<%=lurudate2%>" <%end if%> ></TD>
                  </TR>
                
                <TR>
                  <TD align=right bgcolor="#d6dff7">录入人</TD>
                  <TD bgcolor="#d6dff7"><span class="STYLE4">
                    <input name="luruname" type="text" id="luruname" size="7"   <%if luruname<>""then%> value="<%=luruname%>" <%end if%> />
                  </span></TD>
                  <TD align=right bgcolor="#d6dff7">最高职称</TD>
                  <TD bgcolor="#d6dff7"><span class="ValueArea">
                    <select class="select" id="zhicheng" size="1" name="zhicheng">
                <%if zhicheng<>""then%>
                        <option value="<%=zhicheng%>"><%=zhicheng%></option>
                        <%end if%> 
						 <option value="">      </option>
                      <%
		 if zhicheng_setconst<>"" then
        zhicheng_setconst=split(zhicheng_setconst,",")
		 num_all=ubound(zhicheng_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&zhicheng_setconst(i_num)&">"&zhicheng_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                    </select>
                  </span></TD>
                  <TD align=right bgcolor="#d6dff7">现聘职称</TD>
                  <TD bgcolor="#d6dff7"><span class="ValueArea">
                    <select class="select" id="zhicheng_xianpin" size="1" name="zhicheng_xianpin">
                      <%if zhicheng_xianpin<>""then%>
                        <option value="<%=zhicheng_xianpin%>"><%=zhicheng_xianpin%></option>
                        <%end if%>  
					 <option value="">      </option>
                      <%
		 if zhicheng_setconst<>"" then
        zhicheng_setconst=split(zhicheng_setconst,",")
		 num_all=ubound(zhicheng_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&zhicheng_setconst(i_num)&">"&zhicheng_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                    </select>
                  </span></TD>
                  <TD align=right bgcolor="#d6dff7">&nbsp;</TD>
                  <TD colspan="3" bgcolor="#d6dff7">&nbsp;</TD>
                </TR>
          </TBODY>
        </TABLE>
        <%end if
'结束if关闭或打开列表
%>
	
		   
		<%if session("fieldclose")="openlist" then%>	 
		<table width="100%" border="0" align="center" 
                  cellpadding="0" cellspacing="1" bgcolor="#EAEEFB" style="BORDER-BOTTOM: #a2a2a2 1px solid">
          <tbody>
            

						  
                          <tr>
                            <td width="3%"  rowspan="7" align="center" bgcolor="#d6dff7">选<br>
                              择<br>
                              输<br>
                              出<br>
                            字<br>
                            <br>                  </td>
                            <td width="14%" bgcolor="#d6dff7"><input name="lf" type="checkbox" id="lf"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')" value="t" checked>
                            <label for="fxingming">姓名</label></td>
                          <td width="15%" bgcolor="#d6dff7"><input name="lf8" type="checkbox" id="lf8"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')" value="t" checked>
                          <label for="fxingbie">性别</label></td>
                            <td width="14%" bgcolor="#d6dff7"><input name="lf15" type="checkbox" id="lf15"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')" value="t" checked>
                            <label for="fchushengsj">出生年月</label></td>
                            <td width="14%" bgcolor="#d6dff7"><input name="lf22" type="checkbox" id="lf22" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="jiguanv">籍贯</label></td>
                            <td width="14%" bgcolor="#d6dff7"><input name="lf29" type="checkbox" id="lf29" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="minzuv">民族</label></td>
                            <td width="13%" bgcolor="#d6dff7"><input name="lf36" type="checkbox" id="lf36"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')" value="t" checked>
                            <label for="bumenv">所在部门</label></td>
                            <td width="13%" bgcolor="#d6dff7"><input name="lf43" type="checkbox" id="lf43"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')" value="t" checked>
                            <label for="xuekev">任教学科</label></td>
                          </tr>
                          <tr>
                            <td bgcolor="#d6dff7"><input name="lf2" type="checkbox" id="lf2" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="hunyinzhuangkuangv">婚姻状况</label></td>
                            <td bgcolor="#d6dff7"><input name="lf9" type="checkbox" id="lf9" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="zhengzhimianmaov">政治面貌</label></td>
                            <td bgcolor="#d6dff7"><input name="lf16" type="checkbox" id="lf16" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="zhengzhimianmaosjv">加入时间</label></td>
                            <td bgcolor="#d6dff7"><input name="lf23" type="checkbox" id="lf23" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="canjiagongzuosjv">工作时间</label></td>
                            <td bgcolor="#d6dff7"><input name="lf30" type="checkbox" id="lf30" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="congjiaosjv">从教时间</label></td>
                            <td bgcolor="#d6dff7"><input name="lf37" type="checkbox" id="lf37" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="jinxiaosjv">进校时间</label></td>
                            <td bgcolor="#d6dff7"><input name="lf44" type="checkbox" id="lf44" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="jinxiaoqiandanweiv">入校前单位</label></td>
                          </tr>
                          <tr>
                            <td bgcolor="#d6dff7"><input name="lf3" type="checkbox" id="lf3" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="xingzhengzhiwuv">行政职务</label></td>
                            <td bgcolor="#d6dff7"><input name="lf10" type="checkbox" id="lf10" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="bianzhiv">编制情况</label></td>
                            <td bgcolor="#d6dff7"><input name="lf17" type="checkbox" id="lf17" value="t"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')">
                            <label for="bianzhileibiev">编制类别</label></td>
                            <td bgcolor="#d6dff7"><input name="lf24" type="checkbox" id="lf24"  onClick="alert('提示: 此功能被限制\n\n如要使用该功能,请注册购买\n\n 联系: http://www.qingyan.net.cn\n Tel: 13507959978 QQ: 782552550\n\n注: 选择输出字段,则下面的查询结果会按您所选择的字段显示')" value="t" checked>
                            <label for="zaizhizhuangtaiv">在职状态</label></td>

⌨️ 快捷键说明

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