📄 workrepsearch.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="WorkRepSearch.aspx.vb" Inherits="GZHB_WorkRepSearch" %>
<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="../js/js_shared.js" type="text/javascript"></script>
<script src="../js/js_limitStr.js" type="text/javascript"></script>
<link href="../css/css_leave.css" rel="stylesheet" type="text/css" />
<link href="../css/css_shared.css" rel="stylesheet" type="text/css" />
<link href="../css/css_form.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:94px;
top:200px;
width:247px;
height:144px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:93px;
top:200px;
width:214px;
height:125px;
z-index:1;
}
-->
</style>
</head>
<body onload="MM_preloadImages('../images/submit_hover.gif')">
<table id="Table1" border="0" cellspacing="0" cellpadding="0" runat="server" style="width: 504px;">
<tr>
<td style="width: 16px"><img src="../images/spacer.gif" width="15" height="1" alt="" /></td>
<td style="width:100%"><img src="../images/spacer.gif" width="100%" height="1" alt="" /></td>
<td><img src="../images/spacer.gif" width="14" height="1" alt="" /></td>
<td><img src="../images/spacer.gif" width="1" height="1" alt="" /></td>
</tr>
<tr>
<td style="height: 0px; width: 16px;"> </td>
<td style="width: 0px; height: 0px" valign="top">
<table id="Table2" border="0" cellspacing="0" cellpadding="0" runat="server" style="width: 100%;" class="">
<tr>
<td colspan="3"><img src="../images/titles/psnWrkRep.gif" alt="title" height="55"/></td>
</tr>
<tr>
<td colspan="3" style="height: 12px"></td>
</tr>
<tr>
<td style="width: 11px; height: 0px;"></td>
<td style="height: 0px; width: 506px;" valign="top"><form id="NewMessage" method="post" action="" runat="server" title="就业信息">
<table border="0" cellpadding="0" cellspacing="0" id="inputInfo" runat="server" style="width: 100%" navigateurl="messageNew.aspx">
<tr bgcolor="#E0D6C0">
<td style="height: 20px; width:84px" ><center><a href="workRep.aspx">文件列表</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="newWorkRep.aspx">汇报工作</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="draftWorkRep.aspx">草稿箱</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="WorkRepSend.aspx">已汇报工作</a></center></td>
<td style="height: 20px; width:84px" bgcolor="#EFE9DE"><center><a href="WorkRepSearch.aspx">文件搜索</a></center></td>
</tr>
<tr>
<td style="height: 30px; width: 506px;" colspan="5">
工作汇报搜索:</td>
</tr>
<tr>
<td style="height: 30px; width: 202px;" colspan="2">
关键字(标题):<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox_Title"
ErrorMessage="RequiredFieldValidator">(*必填)</asp:RequiredFieldValidator></td>
<td style="width:303px; height: 30px;" colspan="4">
<asp:TextBox ID="TextBox_Title" runat="server" Width="208px" CssClass="INPUT"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 30px; width: 202px;" colspan="2">
汇报人(学号或工号):</td>
<td style="width:303px; height: 30px;" colspan="3">
<asp:TextBox ID="TextBox_Sender" runat="server" Width="208px" CssClass="INPUT"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 30px; width: 202px;" colspan="2">
</td>
<td style="width:303px; height: 30px;" colspan="3">
<asp:Button ID="Button_Search" runat="server" Height="24px" Text="搜索" Width="80px" CssClass="INPUT" /></td>
</tr>
<tr>
<td valign="top" style="height: 0px; width: 0px;" colspan="5">
<center>
<asp:GridView ID="GridView_Result" runat="server" AutoGenerateColumns="False"
DataKeyNames="WorkRepID" PageSize="14" Width="500px"
EmptyDataText="没有数据记录!!"
AllowSorting="True" OnSorting="GridView_Result_Sorting" Visible="False">
<Columns>
<asp:HyperLinkField DataTextField="Title" SortExpression="Title" HeaderText="汇报标题" DataNavigateUrlFields="URL" DataTextFormatString="<script>document.write(limitStr('{0}',30,false));</script>" ><ItemStyle HorizontalAlign="Center" Height="20px" /></asp:HyperLinkField>
<asp:TemplateField HeaderText="汇报人" SortExpression="SenderID">
<ItemStyle Height="20px" HorizontalAlign="Center" Width="20%" />
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("SenderID") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="SendTime" SortExpression="SendTime" DataFormatString="{0:yyyy年MM月dd日}" HtmlEncode="False" HeaderText="汇报时间" ><ItemStyle HorizontalAlign="Center" Width="22%" Height="20px" /></asp:BoundField>
</Columns>
</asp:GridView>
</center>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -