📄 searchresult.aspx
字号:
<%@ Page language="c#" EnableViewStateMac=false Codebehind="searchResult.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.financeManage.searchResult" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>searchResult</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<link href="../styCss/sty1.css" rel="stylesheet" type="text/css">
<link href="../styCss/fontsty.css" rel="stylesheet" type="text/css">
<script language="javascript" type=text/javascript>
function view(menuStr)
{
window.showModalDialog('selectModalDialog.aspx?moneyActionShow.aspx?id='+menuStr,'','dialogWidth:780px;dialogHeight:450px;help:no;scroll:no;status:no');
}
var SelEmpl = '';
function SelectEmpl(eid)
{
if (SelEmpl != '')
{
document.all['NM'+SelEmpl].style.backgroundColor = '';
document.all['NM'+SelEmpl].style.color = '';
}
SelEmpl = eid;
document.all['NM'+eid].style.backgroundColor = 'gold';
document.all['NM'+SelEmpl].style.color = 'black';
//------------------------------------
var returnValue1="";
var reportID = "";
var TableRows=document.Form1.all["storageTable"].rows;
var ids = eid-1;
if(TableRows[ids].cells[0].childNodes[0].tagName=="INPUT")
{
returnValue1 = TableRows[ids].cells[0].childNodes[0].value;
}
}
</script>
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0">
<form id="Form1" method="post" runat="server">
<table height="5">
<tr>
<td></td>
</tr>
</table>
<table width="760" height="98%" border="0" cellpadding="0" cellspacing="0" class="hTable_cro">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" id=storageTable>
<tr>
<td height="20" colspan="8" align="center" background="../Image/titleLine.gif" class="whitFont">存取款记录</td>
</tr>
<asp:repeater id="moneyListRp" runat="server">
<HeaderTemplate>
<tr class="table_botLine" align="center">
<td class="table_botLine table_topLine ">图标</td>
<td class="table_botLine table_leftLine table_topLine">编号</td>
<td class="table_botLine table_leftLine table_topLine">银行名称</td>
<td class="table_botLine table_leftLine table_topLine">金 额</td>
<td class="table_botLine table_leftLine table_topLine">存款人 </td>
<td class="table_botLine table_leftLine table_topLine">日 期</td>
<td class="table_botLine table_leftLine table_topLine">状态</td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr id="NM<%#DataBinder.Eval(Container.DataItem,"FormID")%>" onMouseOver="this.bgColor='LemonChiffon'" onMouseOut="this.bgColor=''" onClick="javascript:SelectEmpl('<%#DataBinder.Eval(Container.DataItem,"FormID")%>')"
ondblclick="javascript:view('<%#DataBinder.Eval(Container.DataItem,"FormID")%>')">
<td width="45" class="table_botLine "> </td>
<td width="92" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"ID")%>
</td>
<td width="167" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"bankName")%>
</td>
<td width="134" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"totalPrice")%>
</td>
<td width="114" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"actionPeople")%>
<td width="128" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"crdate")%>
</td>
<td width="128" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"class")%>
</td>
</tr>
</ItemTemplate>
</asp:repeater>
<tr>
<td height="25" colspan="8" align=left>
<table width="550" border="0">
<tr class="font" align="center">
<td>当前页:
<asp:label id="currentNum" runat="server"></asp:label>
<asp:hyperlink id="first" runat="server">首页</asp:hyperlink>
<asp:hyperlink id="pre" runat="server">上页</asp:hyperlink>
<asp:hyperlink id="next" runat="server">下页</asp:hyperlink>
<asp:hyperlink id="last" runat="server">尾页</asp:hyperlink> 共
<asp:label id="totalPage" runat="server"></asp:label> 页
<asp:label id="recordNum" runat="server" CssClass="xingColor"></asp:label>条记录
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -