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

📄 jcy_dw_select.jsp

📁 一个较好的公务员管理系统软件源代码
💻 JSP
字号:

<%@ page contentType="text/html; charset=GBK" errorPage="" %>
<%@ import="com.vstsoft.std.vststd" %>
<%com.vstsoft.std.vststd std=new com.vstsoft.std.vststd();%>
<%@ errorPage="errorPage.jsp" %>
<jsp:useBean id="jcypurview" class="com.vstsoft.jcypurview" scope = "session" />
<!----------------------------------------------增加权限----------------------------------------------------------->
<% if (jcypurview.checkLogin() == false)
   {
%>   
	<Script Language=javascript>
		alert("用户已断线或未正常登录,请重新登录!")
		window.open("../index.htm","_top")
	</Script>
<%  return;
    }
   if (jcypurview.purviewVerdict("B0500007") == false)
  {
%>   
	<Script Language=javascript>
		alert("您没有操作此页权限!")
		window.open("../index.jsp","_top")
	</Script>
<%  return;  
}  %>
<%
  String nowuserid   = jcypurview.getUserid();   //取当前用户编号
  String nowusername = jcypurview.getUserName(); //取当前用户名称
  String nowuserszqx = jcypurview.getUserSzqx(); //取当前用户所在区县 
  String nowuserszdw = jcypurview.getUserSzdw(); //取当前用户所在单位

%>

<%
 response.setHeader("Pragma","No-cache");
 response.setHeader("Cache-Control","no-cache");
 response.setDateHeader("Expires",0);
%>
<html>
<head>
<title>欢迎!</title>
<script>
function f_new()
{   
    window.open("jcy_dw_new_modify.jsp?zt=new","_self");
}
function jd_new()
{
   window.open("jcy_jd_select.jsp?zt=select","_self");
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center"> <br>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="17" align="left" background="../images/caozuo01.gif">&nbsp;</td>
          <td background="../images/caozuo02.gif" align="center" width="946"><b><font color="#FF6600" size="3">单位管理</font></b>
		  </td>
          <td width="15"><img src="../images/caozuo03.gif" width="15" height="84"></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEF9FF">
        <tr> 
          <td width="15" background="../images/caozuo04.gif"><img src="../images/caozuo04.gif" width="15" height="6"></td>
          <td align="center"> 
			<form name="form1" method="post" action="jcy_dw_view.jsp">
              <table align=center bordercolordark=#ffffff bordercolorlight=#666699 cellpadding=0 cellspacing=1 width=750 bgcolor="#000099">
                <tr> 
                  <td><table align=center bordercolordark=#ffffff bordercolorlight=#666699 cellpadding=0 cellspacing=1 width=100% bgcolor="#000099">
                      <tr bgcolor="#EEF9FF"> 
                        <td width="15%" height="25" align="center"><b><font color="#105781">所属区县</font></b></td>
                        <td width="35%"><b><font color="#105781"> 
                          <select name="csqx" style="width:80px">
						  <option value="">全市</option>
                            <%=std.popListWithSelect("select dm, mc from dm_mx where dmm = '0001' ","00")%> 
                          </select>
                          </font></b></td>
                        <td width="15%" align="center"><b><font color="#105781">单位状态</font></b></td>
                        <td width="35%"> <select name="dwzt" style="width:80px">
                            <option value="01">正常</option>
                            <option value="02">减少</option>
                          </select></td>
                      </tr>
                    </table></td>
                </tr>
              </table>
              <table width="75%" border="0" align="center">
                <tr> 
                  <td width="31%" height="63"><div align="center"> 
                      <input type="submit" name="chx" value="查  询" class="input">
                    </div></td>
                  <td width="39%"><div align="center"> 
				  	  <%if (nowuserszqx.equals("001")) {%>
                      <input type="button" name="xz" value="新  增" class="input" onClick="f_new()">
					  <%} else {%>
                      <input type="button" name="xz" value="新  增" class="input" onClick="f_new()" disabled>
					  <%}%>
                    </div></td>
                  <td> <div align="center"> 
                      <input type="button" name="jdgl" value="街道管理" class="input" onClick= "jd_new()">
                    </div>
                    <div align="center"> </div></td>
                </tr>
              </table>
			  <input type="hidden" name="key" value="query">
			</form>			
          </td>
          <td width="14" background="../images/caozuo07.gif"><img src="../images/caozuo07.gif" width="14" height="6"></td>
        </tr>
      </table>
	  
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="21"><img src="../images/caozuo05.gif" width="21" height="16"></td>
          <td background="../images/caozuo08.gif"><img src="../images/caozuo08.gif" width="6" height="16"></td>
          <td width="19"><img src="../images/caozuo09.gif" width="19" height="16"></td>
        </tr>
      </table> </td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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