?? suesearch.jsp
字號:
<%--
模塊名稱:律所公告
模塊功能:公告顯示
版 本:V1.0
著 作 人:沈文炎 謝永剛
著作日期:2001-09-29
該模塊所需的文件:BulletionAmend.jsp
使用說明:
主要技術(shù)說明:
參考文獻:法律事務(wù)設(shè)計書
修改歷史:= = = = = = = = = = = = = = = = = = = = = = = = = =
修改日期:
修 改 人:
修改理由:
修改出處:
= = = = = = = = = = = = = = = = = = = = = = = = = =
--%>
<%@ page contentType= "text/html; charset=gb2312" %>
<%@ page language="java" import="java.sql.*" %>
<jsp:useBean id="db" class="dbconnection.DbConnection" scope="page" />
<%@ page import="system.*" %>
<%
Security auth = new Security();
String scu_employee_id = (String)session.getAttribute("employee_id");
if(scu_employee_id == null || scu_employee_id.equals(""))
{
response.sendRedirect(response.encodeRedirectURL("../Error/nonlogin.htm"));
}
String modelid = "Law026"; // 案件管理/顧問管理查詢
int authflag = auth.popedom(scu_employee_id, modelid);
if(authflag == 0 || authflag == 2 || authflag == -1)
{%>
<jsp:forward page="../inc/noauth.jsp" >
</jsp:forward>
<%}%>
<html>
<head>
<title>顧問單位查詢</title>
<%@ include file="../inc/config.jsp" %>
</head>
<body class="page">
<!--顯示工具條-->
<table width="98%" align="center" cellspacing="1">
<tr>
<td width="90%"><a href="Sue.jsp"><img src="../images/all.gif" height="22" border="0" width="88"></a><a href="SueAdd.jsp"><img src="../images/add.gif" alt="增加內(nèi)容" width="79" height="22" border="0" ></a><img src="../images/delete.gif" alt="刪除選中的內(nèi)容" onClick="return Del();" style="cursor:hand" width="79" height="22"><a href="SueSearch.jsp"><img src="../images/query.gif" alt="查詢內(nèi)容" width="79" height="22" border="0"></a></td>
<td width="10%" align="right"><img src="../images/back.gif" width="50" height="22" onClick="window.history.back()" style="cursor:hand"></td>
</tr>
</table>
<table width="98%" background="../images/line.gif" border="0" cellspacing="0" cellpadding="0" height="12" align="center">
<tr>
<td> </td>
</tr>
</table>
<!--顯示工具條結(jié)束-->
<form name="myForm" method="post" action="SueSearchInfo.jsp">
<table width="98%" align="center" border="0" cellspacing="1" cellpadding="5" class="table_bg">
<tr>
<td height="24" width="152" align="right" class="title_bg"> 案件編碼[系統(tǒng)]:</td>
<td height="24" width="596" class="tr_bg1">
<select name="txtCaseID" class="select">
<option value=""></option>
<%
ResultSet rs = db.executeQuery("select case_id from t_caseinfo where case_type='ssaj'");
while (rs.next()) {
%>
<option value=<%=rs.getString("case_id")%>><%=rs.getString("case_id")%></option>
<%}%>
</select>
</td>
</tr>
<tr>
<td height="24" width="152" align="right" class="title_bg"> <font size="2">案件屬性:</font></td>
<td height="24" width="596" class="tr_bg1">
<select name="txtCaseAttribute" class="select" >
<option value="" > </option>
<option value="xsss" >刑事訴訟</option>
<option value="msss">民事訴訟</option>
<option value="jjss">經(jīng)濟訴訟</option>
<option value="xzss">行政訴訟</option>
<option value="qtss">其他訴訟</option>
<option value="">________</option>
</select>
</td>
</tr>
<tr>
<td align=right height=28 width=152 class="title_bg"> <font size="2">承辦律師:</font></td>
<td height=28 width=596 class="tr_bg1">
<select name="txtLawyer" class="select">
<option value=""></option>
<%
rs = db.executeQuery("select employee_id,employee_name from t_employee where duty like '%律師' or duty='主任' or duty='合伙人'");
while (rs.next()) {
%>
<option value=<%=rs.getString("employee_id")%>><%=rs.getString("employee_name")%></option>
<%}%>
<option value="">________</option>
</select>
</td>
</tr>
<tr>
<td align=right height=28 width=152 class="title_bg"> <font size="2">案件編號:</font></td>
<td height=28 width=596 class="tr_bg1">
<input name="txtCaseNo" size="20" class="input">
</td>
</tr>
<tr>
<td align=right height=28 width=152 class="title_bg"> <font size="2">委托人:</font></td>
<td height=28 width=596 class="tr_bg1">
<input name="txtCustomerName" size="20" class="input">
</td>
</tr>
<tr>
<td align=right height=28 width=152 class="title_bg"> <font size="2">案由:</font></td>
<td height=28 class="tr_bg1" width="596">
<input name="txtCaseReason" size="20" class="input">
</td>
</tr>
<tr>
<td align=right height=28 width=152 class="title_bg"> <font size="2">收案時間:</font></td>
<td height=28 class="tr_bg1" width="596"> 自
<input type="text" name="txtFromBeginDate" maxlength="10" size="10" class="input" readOnly value="">
<img src="../images/datetime.gif" border="0" align="absmiddle"
alt="彈出日歷下拉菜單" onClick="fPopUpCalendarDlg(txtFromBeginDate);return false" width="16" height="16">
至
<input type="text" name="txtToBeginDate" maxlength="10" size="10" class="input" readOnly value="">
<img src="../images/datetime.gif" border="0" align="absmiddle"
alt="彈出日歷下拉菜單" onClick="fPopUpCalendarDlg(txtToBeginDate);return false" width="16" height="16">
</td>
</tr>
<tr>
<td align=right height=14 width=152 class="title_bg"> <font size="2">結(jié)案時間:
</font></td>
<td height=14 width=596 class="tr_bg1"> 自
<input type="text" name="txtFromEndDate" maxlength="10" size="10" class="input" readOnly value="">
<img src="../images/datetime.gif" border="0" align="absmiddle"
alt="彈出日歷下拉菜單" onClick="fPopUpCalendarDlg(txtFromEndDate);return false" width="16" height="16">
至
<input type="text" name="txtToEndDate" maxlength="10" size="10" class="input" readOnly value="">
<img src="../images/datetime.gif" border="0" align="absmiddle"
alt="彈出日歷下拉菜單" onClick="fPopUpCalendarDlg(txtToEndDate);return false" width="16" height="16">
</td>
</tr>
</table>
<br>
<div align="center">
<input type="submit" value="查詢" name="save" class="button">
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -