📄 dblist.aspx
字号:
<%@ page language="C#" autoeventwireup="true" enableeventvalidation="false" inherits="Admin_dbList, App_Web_kroltzhb" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>欢迎光临设备调拨模糊查询页面</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"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body background="../images/bg-2.jpg">
<form id="Form1" method="post" runat="server" name="from1" style="left: 0px; position: absolute; top: 0px;">
<table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="f12" style="height: 18px; font-size: 12pt; color: #0000ff;">
你的位置:统计查询-->调拨查询-->设备调拨模糊查询<asp:TextBox ID="TextBox4" runat="server" Visible="False">0</asp:TextBox></td>
<td style="height: 18px"> </td>
</tr>
</table>
<table width="100%">
<tr style="width: 100%;">
<td>
<table class="f12" cellspacing="1" cellpadding="0" width="100%"
border="0" style="width: 100%">
<tr bgcolor="#e6f2fb">
<td bgcolor="#cce4f7" style="height: 35px; background-color: #cce4f7;" width="18%">
查询类别:</td>
<td style="width: 167px; height: 35px">
<asp:DropDownList ID="cxlb" runat="server" Width="89px" AutoPostBack="True" OnSelectedIndexChanged="cxlb_SelectedIndexChanged">
<asp:ListItem Value="0">设备类别</asp:ListItem>
<asp:ListItem Value="1">设备名称</asp:ListItem>
<asp:ListItem Value="2">设备型号</asp:ListItem>
<asp:ListItem Value="3">原所属单位</asp:ListItem>
<asp:ListItem Value="4">现所属单位</asp:ListItem>
<asp:ListItem Value="5">调拨时间</asp:ListItem>
</asp:DropDownList></td>
<td bgcolor="#cce4f7" style="height: 35px" width="15%">
关键字:
</td>
<td style="height: 35px" width="32%">
<asp:TextBox ID="TextBox1" runat="server" Height="19px" Width="89px" EnableTheming="True"></asp:TextBox><asp:Label
ID="Label1" runat="server" Text="从" Visible="False"></asp:Label><asp:TextBox
ID="TextBox2" runat="server" EnableTheming="True" Height="19px" Visible="False"
Width="78px"></asp:TextBox><asp:LinkButton ID="LinkButton1" runat="server" BackColor="#8080FF" BorderColor="Blue"
BorderStyle="Double" OnClick="LinkButton1_Click" Visible="False" Width="30px">选择</asp:LinkButton>
<asp:Calendar ID="Calendar1" runat="server" BackColor="#FFFFCC" BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
ForeColor="#663399" Height="200px" OnSelectionChanged="Calendar1_SelectionChanged" ShowGridLines="True" Visible="False" Width="220px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<SelectorStyle BackColor="#FFCC66" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
<asp:Label ID="Label2" runat="server" Text="到" Visible="False"></asp:Label><asp:TextBox ID="TextBox3" runat="server" EnableTheming="True" Height="19px" Visible="False"
Width="80px"></asp:TextBox><asp:LinkButton ID="LinkButton2" runat="server" BackColor="#8080FF" BorderColor="Blue"
BorderStyle="Double" OnClick="LinkButton2_Click" Visible="False" Width="27px">选择</asp:LinkButton>
<asp:Calendar ID="Calendar2" runat="server" BackColor="#FFFFCC" BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
ForeColor="#663399" Height="200px" OnSelectionChanged="Calendar2_SelectionChanged" ShowGridLines="True" Visible="False" Width="220px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<SelectorStyle BackColor="#FFCC66" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
</td>
</tr>
<tr bgcolor="#e6f2fb">
<td colspan="4" bgcolor="#cce4f7" style="height: 21px"><table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr align="center">
<td><asp:button CssClass="submit" id="Ok" runat="server" Width="58px" Text="查询" OnClick="Ok_Click"></asp:button></td>
<td>
<asp:button id="Button2" runat="server" Text="分页导出EXCEL" CssClass="submit" OnClick="Button2_Click"></asp:button>
<asp:Button ID="Button1" runat="server" CssClass="submit" OnClick="Button1_Click"
Text="导出EXCEL" /></td>
<td><asp:button CssClass="submit" id="Button3" runat="server" Width="58px" Text="返回"></asp:button></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" style="font-size: 9pt; height: 20px;">
共有<asp:label id="lblTotal" runat="server" Width="8px" CssClass="f12">0</asp:label>
页 <asp:linkbutton id="btnFirst" runat="server" OnClick="btnFirst_Click">首页</asp:linkbutton>
<asp:linkbutton id="btnPrev" runat="server" OnClick="btnPrev_Click">上页</asp:linkbutton>
<asp:linkbutton id="btnNext" runat="server" OnClick="btnNext_Click">下页</asp:linkbutton>
<asp:linkbutton id="btnLast" runat="server" OnClick="btnLast_Click">尾页</asp:linkbutton>
当前第<asp:Label ID="labnowpage" runat="server" Text="1"></asp:Label>页 第<asp:DropDownList
ID="ddl_nowpage" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddl_nowpage_SelectedIndexChanged"
Width="40px">
</asp:DropDownList>页
</td>
</tr>
</table>
<asp:DataList ID="showList" runat="server" ShowHeader="true" Width="100%" DataKeyField="sbid">
<headertemplate>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#2C8ED8">
<tr align="center">
<td width="160" height="25" bgcolor="#87BAE0" class="zylb"><font color="#000000" class="white">调拨编码</font></td>
<td width="164" bgcolor="#87BAE0" class="f12"><font color="#000000" class="white">设备类别</font></td>
<td width="164" bgcolor="#87BAE0" class="f12"><font color="#000000" class="white">设备名称</font></td>
<td width="164" bgcolor="#87BAE0" class="f12"><font color="#000000" class="white">设备型号</font></td>
<td width="159" bgcolor="#87BAE0" class="zbx"><font class="white">原所属单位</font></td>
<td width="149" bgcolor="#87BAE0" class="zbx">现所属单位</td>
<td width="149" bgcolor="#87BAE0" class="zbx">调拨日期</td>
</headertemplate>
<itemtemplate>
<tr align="center">
<td height="19" bgcolor="#E6F2FB" class="zylb"><a href="UP_Db.aspx?sbid=<%#DataBinder.Eval(Container.DataItem,"sbid")%>">
<%#DataBinder.Eval(Container.DataItem,"sbid")%>
</a></td>
<td height="19" bgcolor="#E6F2FB" class="zylb"><a href="UP_Db.aspx?sbid=<%#DataBinder.Eval(Container.DataItem,"sbid")%>">
<%#DataBinder.Eval(Container.DataItem,"sbzl")%>
</a></td>
<td height="19" bgcolor="#E6F2FB" class="zylb"><a href="UP_Db.aspx?sbid=<%#DataBinder.Eval(Container.DataItem,"sbid")%>">
<%#DataBinder.Eval(Container.DataItem,"sbmc")%>
</a></td>
<td height="19" bgcolor="#E6F2FB" class="zylb"><a href="UP_Db.aspx?id=<%#DataBinder.Eval(Container.DataItem,"sbid")%>">
<%#DataBinder.Eval(Container.DataItem,"sbxh")%>
</a></td>
<td width="159" bgcolor="#E6F2FB" class="zbx"> <%#DataBinder.Eval(Container.DataItem,"ybm")%></td>
<td width="149" bgcolor="#E6F2FB" class="zbx"> <%#DataBinder.Eval(Container.DataItem,"ssbm")%></td>
<td width="149" bgcolor="#E6F2FB" class="zbx"> <%#DataBinder.Eval(Container.DataItem,"Dbrq")%></td>
</tr>
</itemtemplate>
<footertemplate>
</table>
</footertemplate>
</asp:DataList>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -