Search.aspx
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:5k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="Search.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.Staff.Sch.Search" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4.   <HEAD>
  5. <title>Search</title>
  6. <meta name="vs_snapToGrid" content="True">
  7. <meta name="vs_showGrid" content="True">
  8. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  9. <meta content="C#" name="CODE_LANGUAGE">
  10. <meta content="JavaScript" name="vs_defaultClientScript">
  11. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  12. <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  13.   </HEAD>
  14. <body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0">
  15. <form id="Form1" method="post" runat="server">
  16. <TABLE borderColor="#111111" cellSpacing="0" cellPadding="0" width="100%" border="0">
  17. <TR height="30">
  18. <TD class="GbText" width="20" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"
  19. align="right"><FONT color="#003366" size="3"><IMG height="16" src="../../../DataImages/myLinkman.gif" width="16"></FONT></TD>
  20. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" width="75"
  21. align="right" style="WIDTH: 75px">员工查询</TD>
  22. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#e8f4ff" align="right">&nbsp;</TD>
  23. </TR>
  24. </TABLE>
  25. <FONT face="宋体">
  26. <br>
  27. <TABLE id="Table1" borderColor="#93bee2" cellSpacing="0" cellPadding="0" width="100%" border="1"
  28. style="BORDER-COLLAPSE: collapse" class="GbText">
  29. <TR>
  30. <TD style="WIDTH: 104px" height="24">姓名/登陆名</TD>
  31. <TD height="24"><asp:textbox id="tbx_Name" runat="server" CssClass="inputcss"></asp:textbox></TD>
  32. <TD height="24">所在职位</TD>
  33. <TD height="24"><asp:dropdownlist id="ddl_Position" runat="server" Width="130px"></asp:dropdownlist></TD>
  34. </TR>
  35. <TR>
  36. <TD style="WIDTH: 104px" height="24"><INPUT class="buttoncss" type="button" value="返  回" onclick="javascript:location.href='../ManageStaff.aspx'"></TD>
  37. <TD height="24"><asp:button id="btn_Search" runat="server" Text="查  询" CssClass="buttoncss"></asp:button></TD>
  38. <TD height="24"><asp:linkbutton id="lbtn_Others" runat="server">其它查询选项>>></asp:linkbutton></TD>
  39. <TD height="24"><asp:linkbutton id="lbtn_SelectField" runat="server">选择显示字段>>></asp:linkbutton></TD>
  40. </TR>
  41. <TR>
  42. <TD colSpan="4" height="24">&nbsp;
  43. <TABLE class="GbText" id="table_Other" borderColor="#93bee2" cellSpacing="0" cellPadding="0"
  44. width="100%" border="1" runat="server" style="BORDER-COLLAPSE: collapse">
  45. <TR>
  46. <TD height="24" style="WIDTH: 91px">
  47. <asp:checkbox id="cbx_Mobile" runat="server" Text="手机"></asp:checkbox></TD>
  48. <TD height="24">
  49. <asp:textbox id="tbx_Mobile" runat="server" CssClass="inputcss" Enabled="False"></asp:textbox></TD>
  50. </TR>
  51. <TR>
  52. <TD height="24" style="WIDTH: 91px">
  53. <asp:checkbox id="cbx_Email" runat="server" Text="Email"></asp:checkbox></TD>
  54. <TD height="24">
  55. <asp:textbox id="tbx_Email" runat="server" CssClass="inputcss" Enabled="False"></asp:textbox></TD>
  56. </TR>
  57. <TR>
  58. <TD height="24" style="WIDTH: 91px">
  59. <asp:checkbox id="cbx_Gender" runat="server" Text="性别"></asp:checkbox></TD>
  60. <TD height="24">
  61. <asp:dropdownlist id="ddl_Gender" runat="server" Width="130px" Enabled="False">
  62. <asp:ListItem Value="male">男</asp:ListItem>
  63. <asp:ListItem Value="female">女</asp:ListItem>
  64. </asp:dropdownlist></TD>
  65. </TR>
  66. <TR>
  67. <TD style="WIDTH: 91px" height="24">查询范围</TD>
  68. <TD height="24">
  69. <asp:DropDownList id="ddl_SearchBound" runat="server">
  70. <asp:ListItem Value="all">所有员工</asp:ListItem>
  71. <asp:ListItem Value="on">在职员工</asp:ListItem>
  72. <asp:ListItem Value="off">离职员工</asp:ListItem>
  73. </asp:DropDownList></TD>
  74. </TR>
  75. </TABLE>
  76. <TABLE class="GbText" id="table_Field" borderColor="#93bee2" cellSpacing="0" cellPadding="0" width="100%" border="1" runat="server">
  77. <TR>
  78. <TD vAlign="top" align="center" rowSpan="3">
  79. <asp:listbox id="lbx_Fields" runat="server" Width="200px" Height="130px"></asp:listbox></TD>
  80. <TD align="center">
  81. <asp:button id="btn_In" runat="server" CssClass="buttoncss" Text=">>>"></asp:button></TD>
  82. <TD vAlign="top" align="center" rowSpan="3">
  83. <asp:listbox id="lbx_SelectedFields" runat="server" Width="200px" Height="130px"></asp:listbox></TD>
  84. </TR>
  85. <TR>
  86. <TD style="WIDTH: 61px" align="center"></TD>
  87. </TR>
  88. <TR>
  89. <TD style="WIDTH: 61px" align="center">
  90. <asp:button id="btn_Out" runat="server" CssClass="buttoncss" Text="<<<"></asp:button></TD>
  91. </TR>
  92. </TABLE>
  93. </TD>
  94. </TR>
  95. </TABLE>
  96. <br>
  97. </FONT>
  98. </form>
  99. </body>
  100. </HTML>