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

📄 list.asp

📁 这个系统是企业管理系统
💻 ASP
📖 第 1 页 / 共 5 页
字号:
.inp {border:1px solid #84a1bd;  padding:2px 2px 2px 2px ; background-position: -70px -424px}
.style11 {color: #000000}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.STYLE21 {color: #006600}

-->
</style>
</head>

<body>
<table width="100%" height="100%" border=0 align="center" cellpadding=5 cellspacing=1 class=tableBorder>
  <tbody>
    <tr>
      <th width="100%" height=21 sytle="line-height:150%"><font color="#FFFFFF">【人员查询与管理】</font></th>
    </tr>
    
    <tr>
      <td align="center" valign="top" class=forumRow style="background-color: #D4DEF9"><form name="form2" method="post" action="?">
        <%if session("tiaojianclose")="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="2%" rowspan="6" align=center bgcolor="#d6dff7">查<br>
                      询<br>
                      条<br>
                    件</TD>
                    <TD width="7%" align=right bgcolor="#d6dff7"><span class="STYLE4">姓名 </span></TD>
                    <TD width="10%" bgcolor="#d6dff7"><span class="STYLE4">
                    <input name="xingming" type="text" id="xingming"  <%if xingming<>""then%> value="<%=xingming%>" <%end if%> size="7" />
                    </span></TD>
                    <TD width="8%" align=right bgcolor="#d6dff7">政治面貌</TD>
                    <TD width="18%" bgcolor="#d6dff7"><span class="ValueArea">
                      <select  class="select" id="zhengzhimianmao" size="1" name="zhengzhimianmao">
                        <%if zhengzhimianmao<>""then%>
                        <option value="<%=zhengzhimianmao%>"><%=zhengzhimianmao%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if zhengzhimianmao_setconst<>"" then
        zhengzhimianmao_setconst=split(zhengzhimianmao_setconst,",")
		 num_all=ubound(zhengzhimianmao_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&zhengzhimianmao_setconst(i_num)&">"&zhengzhimianmao_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD width="8%" align=right bgcolor="#d6dff7">婚姻状况</TD>
                    <TD width="19%" bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="hunyinzhuangkuang" size="1" name="hunyinzhuangkuang">
                        <%if hunyinzhuangkuang<>""then%>
                        <option value="<%=hunyinzhuangkuang%>"><%=hunyinzhuangkuang%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if hunyinzhuangkuang_setconst<>"" then
        hunyinzhuangkuang_setconst=split(hunyinzhuangkuang_setconst,",")
		 num_all=ubound(hunyinzhuangkuang_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&hunyinzhuangkuang_setconst(i_num)&">"&hunyinzhuangkuang_setconst(i_num)&"</option>"
			next
			else
            response.write "<option  value=''>请从后台添加新项</option>"
			end if
			%>
                      </select>
                    </span></TD>
                    <TD width="8%" align=right bgcolor="#d6dff7">出生范围</TD>
                    <TD width="20%" colspan="3" bgcolor="#d6dff7"><input name="chushengsj1" type="text"  class="inp" id="chushengsj1" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if chushengsj1<>""then%> value="<%=chushengsj1%>" <%end if%> >
                      <span class="STYLE21">到</span>
                      <input name="chushengsj2" type="text"  class="inp" id="chushengsj2" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if chushengsj2<>""then%> value="<%=chushengsj2%>" <%end if%> ></TD>
              </TR>
                  <TR>
                    <TD align=right bgcolor="#d6dff7">身份证号</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <input name="shenfenzhenghao" type="text"   class="inp" id="shenfenzhenghao" onFocus="this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'" size="7" maxlength="18"   <%if shenfenzhenghao<>""then%> value="<%=shenfenzhenghao%>" <%end if%> />
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">第一学历</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="xueli1" size="1" name="xueli1">
                        <%if xueli1<>""then%>
                        <option value="<%=xueli1%>"><%=xueli1%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if xueli_setconst<>"" then
        xueli_setconst=split(xueli_setconst,",")
		 num_all=ubound(xueli_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&xueli_setconst(i_num)&">"&xueli_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="xueli2" size="1" name="xueli2">
                        <%if xueli2<>""then%>
                        <option value="<%=xueli2%>"><%=xueli2%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if xueli_setconst<>"" then
        xueli_setconst=split(xueli_setconst,",")
		 num_all=ubound(xueli_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&xueli_setconst(i_num)&">"&xueli_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="nianling1" type="text" id="nianling1" size="3"  class="inp"  onmouseover="this.style.borderColor='#33CC33'"  onmouseout="this.style.borderColor='#84a1bd'" onFocus="this.style.borderColor='#FF33CC'"  <%if nianling1<>""then%> value="<%=nianling1%>" <%end if%> />
                      <span class="STYLE21">岁到</span>
                      <input name="nianling2" type="text" id="nianling2" size="3"  class="inp"  onmouseover="this.style.borderColor='#33CC33'"  onmouseout="this.style.borderColor='#84a1bd'" onFocus="this.style.borderColor='#FF33CC'"   <%if nianling2<>""then%> value="<%=nianling2%>" <%end if%> />
                      <span class="STYLE21">岁</span></TD>
                  </TR>
                  <TR>
                    <TD align=right bgcolor="#d6dff7">教师证号</TD>
                    <TD bgcolor="#d6dff7"><input name="jiaoshizhenghao" type="text" id="jiaoshizhenghao" size="7"   class="inp"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'" onFocus="this.style.borderColor='#FF33CC'" /></TD>
                    <TD align=right bgcolor="#d6dff7">任教学科</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="xueke" size="1" name="xueke">
                        <%if xueke<>""then%>
                        <option value="<%=xueke%>"><%=xueke%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if xueke_setconst<>"" then
        xueke_setconst=split(xueke_setconst,",")
		 num_all=ubound(xueke_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&xueke_setconst(i_num)&">"&xueke_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="bumen" size="1" name="bumen">
                        <%if bumen<>""then%>
                        <option value="<%=bumen%>"><%=bumen%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if bumen_setconst<>"" then
        bumen_setconst=split(bumen_setconst,",")
		 num_all=ubound(bumen_setconst)
	        for i_num=0 to num_all
			response.write "<option  value="&bumen_setconst(i_num)&">"&bumen_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="canjiagongzuosj1" type="text"  class="inp" id="canjiagongzuosj1" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if canjiagongzuosj1<>""then%> value="<%=canjiagongzuosj1%>" <%end if%> >
                      <span class="STYLE21">到</span>
                      <input name="canjiagongzuosj2" type="text"  class="inp" id="canjiagongzuosj2" onFocus="setday(this);this.style.borderColor='#FF33CC'"  onMouseOver="this.style.borderColor='#33CC33'"  onMouseOut="this.style.borderColor='#84a1bd'"   size="8"   <%if canjiagongzuosj2<>""then%> value="<%=canjiagongzuosj2%>" <%end if%> ></TD>
                  </TR>
                  <TR>
                    <TD align=right bgcolor="#d6dff7"><span class="STYLE4">性别</span></TD>
                    <TD bgcolor="#d6dff7"><span class="style11">
                      <select name="xingbie" id="xingbie" class="select">
                        <%if xingbie<>""then%>
                        <option value="<%=xingbie%>"><%=xingbie%></option>
                        <%end if%> 
                        <option value="">    </option>
                        <option value="男">男</option>
                        <option value="女">女</option>
                      </select>
                    </span></TD>
                    <TD align=right bgcolor="#d6dff7">编制情况</TD>
                    <TD bgcolor="#d6dff7"><span class="ValueArea">
                      <select class="select" id="bianzhi" size="1" name="bianzhi">
                        <%if bianzhi<>""then%>
                        <option value="<%=bianzhi%>"><%=bianzhi%></option>
                        <%end if%>
                        <option value="">      </option>
                        <%
		 if bianzhi_setconst<>"" then
        bianzhi_setconst=split(bianzhi_setconst,",")
		 num_all=ubound(bianzhi_setconst)

⌨️ 快捷键说明

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