📄 arbitrationinfo.jsp
字号:
if(customer_type == null) customer_type = "";
else if(customer_type.equals("zf")) customer_type = "政府";
else if(customer_type.equals("gq")) customer_type = "国企";
else if(customer_type.equals("sz")) customer_type = "三资";
else if(customer_type.equals("my")) customer_type = "民营";
else if(customer_type.equals("gr")) customer_type = "个人";
else if(customer_type.equals("qt")) customer_type = "其他";
}
//END---------------------------------------------
%>
<html>
<head>
<title>仲裁调解显示</title>
<%@ include file="../inc/config.jsp" %>
</head>
<body class="page">
<!--显示工具条-->
<div id="Layer1" style="Position:absolute; top:70px; width:98%; height:120px; z-index:1; visibility: visible">
<table border="0" cellspacing="0" cellpadding="0" height="25" >
<tr class="tr_bg1" align="center">
<td class="table_bg" colspan="11" height="1" ></td>
</tr>
<tr class="tr_bg1" align="center">
<td class="table_bg" width="1" ></td>
<td onClick="MM_showHideLayers('Layer1','','show','Layer2','','hide','Layer3','','hide','Layer4','','hide')" style="cursor:hand" class="tr_bg2" width="70" >案件信息</td>
<td class="table_bg" width="1"></td>
<td onClick="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer3','','hide','Layer4','','hide')" style="cursor:hand" width="70">费用信息</td>
<td class="table_bg" width="1"></td>
<td onClick="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','show','Layer4','','hide')" style="cursor:hand" width="90">其他费用列表</td>
<td class="table_bg" width="1"></td>
<td onClick="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','show')" style="cursor:hand" width="80">委托人信息</td>
<td class="table_bg" width="1"></td>
</tr>
</table>
<table align="center" border="0" cellspacing="1" cellpadding="5" class="table_bg" width="100%">
<tr>
<td width="16%" align="right" class="title_bg"> 案件代码:</td>
<td width="32%" class="tr_bg1"> <%=caseID%></td>
<td width="16%" align="right" class="title_bg">案件编号:</td>
<td width="36%" class="tr_bg1"> <%=caseNo%></td>
</tr>
<tr>
<td align="right" width="16%" class="title_bg"> 案由:</td>
<td class="tr_bg1" colspan="3"> <%=caseReason%></td>
</tr>
<tr>
<td align="right" width="16%" class="title_bg">收案时间:</td>
<td class="tr_bg1" width="32%"> <%=beginDate%></td>
<td class="title_bg" align="right" width="16%">结案时间:</td>
<td class="tr_bg1" width="36%"> <%=endDate%></td>
</tr>
<tr>
<td align="right" width="16%" class="title_bg">委托方:</td>
<td class="tr_bg1" width="32%"> <%=agentSide%></td>
<td class="title_bg" align="right" width="16%">委托人:</td>
<td class="tr_bg1" width="36%">
<%=customer%>
</td>
</tr>
<tr>
<td align="right" width="16%" class="title_bg"> 承办律师:</td>
<td class="tr_bg1" width="32%">
<%=lawyer%>
</td>
<td class="title_bg" align="right" width="16%">受理仲裁委员会:</td>
<td class="tr_bg1"> <%=arbitrationCourt%></td>
</tr>
<tr>
<td align="right" width="16%" class="title_bg">申请人简介:</td>
<td class="tr_bg1" width="32%"> <%=applicant%></td>
<td class="title_bg" align="right" width="16%">被申请人简介:</td>
<td class="tr_bg1" width="36%"> <%=appellee%></td>
</tr>
<tr>
<td align=right width=16% class="title_bg">标的:</td>
<td width=32% class="tr_bg1"> <%=caseObject%></td>
<td align=right width=16% class="title_bg">涉外信息:</td>
<td width=36% class="tr_bg1" > <%=referForeign%></td>
</tr>
<tr>
<td align=right width=16% class="title_bg"> 是否收费:</td>
<td width=32% class="tr_bg1"> <%=charged%></td>
<td align=right width=16% class="title_bg"> 免费事由:</td>
<td width=36% class="tr_bg1" > <%=noPayReason%></td>
</tr>
<tr>
<td align=right width=16% class="title_bg">相关证据:</td>
<td class="tr_bg1" width="32%">
<%
ExtendString es1 = new ExtendString();
if(proof!=null)
{
if(proof.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,proof);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
<td align="right" class="title_bg" width="16%">案情讨论记录:</td>
<td class="tr_bg1" width="36%">
<%
if(discussRecord!=null)
{
if(discussRecord.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,discussRecord);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
</tr>
<tr>
<td align=right width=16% class="title_bg">仲裁委通知书:</td>
<td class="tr_bg1" width="32%">
<%
if(notice!=null)
{
if(notice.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,notice);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
<td align="right" class="title_bg" width="16%">仲裁委裁决书:</td>
<td class="tr_bg1" width="36%">
<%
if(arbitration_judgment!=null)
{
if(arbitration_judgment.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,arbitration_judgment);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
</tr>
<tr>
<td align=right width=16% class="title_bg">律师代理词:</td>
<td class="tr_bg1" width="32%">
<%
if(agent_word!=null)
{
if(agent_word.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,agent_word);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
<td align="right" class="title_bg" width="16%">律师辩护词:</td>
<td class="tr_bg1" width="36%">
<%
if(defensive_word!=null)
{
if(defensive_word.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,defensive_word);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
</tr>
<tr>
<td align=right width=16% class="title_bg"> 开庭报告:</td>
<td class="tr_bg1" width="32%">
<%
if(court_report!=null)
{
if(court_report.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,court_report);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
<td align="right" class="title_bg" width="16%">附件:</td>
<td class="tr_bg1" width="36%">
<%
if(accessorys!=null)
{
if(accessorys.equals("")) out.print("无");
String[] pk=new String[10];
pk= es1.Split(";" ,accessorys);
for(int i=0;i<es1.length-1;i++){
if((i%2)==0){
out.print("<a href=/upload/"+pk[i+1]+" target=\"_blank\">"+pk[i]+"</a>");
if((i!=(es1.length-3))&&((es1.length-2)!=1)){out.print("、");};
}
}
}else{out.print("无");};
%></td>
</tr>
</table>
</div>
<div id="Layer2" style="Position:absolute; left:5px; top:70px; width:98%; height:121px; z-index:3; visibility: hidden">
<table border="0" cellspacing="0" cellpadding="0" height="25" >
<tr class="tr_bg1" align="center">
<td class="table_bg" colspan="11" height="1" ></td>
</tr>
<tr class="tr_bg1" align="center">
<td class="table_bg" width="1" ></td>
<td onClick="MM_showHideLayers('Layer1','','show','Layer2','','hide','Layer3','','hide','Layer4','','hide')" style="cursor:hand" width="70" >案件信息</td>
<td class="table_bg" width="1"></td>
<td onClick="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer3','','hide','Layer4','','hide')" style="cursor:hand" class="tr_bg2" width="70">费用信息</td>
<td class="table_bg" width="1"></td>
<td onClick="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','show','Layer4','','hide')" style="cursor:hand" width="90">其他费用列表</td>
<td class="table_bg" width="1"></td>
<td onClick="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','show')" style="cursor:hand" width="80">委托人信息</td>
<td class="table_bg" width="1"></td>
</tr>
</table>
<table width="100%" align="center" border="0" cellspacing="1" cellpadding="5" class="table_bg">
<tr>
<td width="152" align="right" class="title_bg"> 费用编号: </td>
<td width="197" class="tr_bg1"><%=charge_id%></td>
<td width="150" align="right" class="title_bg"> 费用金额[元]: </td>
<td width="245" class="tr_bg1">
<%=charge_sum %>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -