?? jcy_dw_select.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"> </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 + -