📄 draftworkrep.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="draftWorkRep.aspx.vb" Inherits="GZHB_draftWorkRep" %>
<!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>
<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="Table3" 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:511px"><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: 709px; width: 16px;"></td>
<td style="width: 508px; height: 709px" valign="top">
<table id="Table4" border="0" cellspacing="0" cellpadding="0" runat="server" style="width: 100%;">
<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: 13px;"></td>
<td style="height: 0px; width: 506px;" valign="top"><form id="Form1" method="post" action="" runat="server" title="个人工作汇报">
<table border="0" cellpadding="0" cellspacing="0" id="Table5" runat="server" style="width: 100%" navigateurl="messageNew.aspx" class="inputInfo">
<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" bgcolor="#EFE9DE"><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" ><center><a href="WorkRepSearch.aspx">文件搜索</a></center></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="height: 30px;width:202px">
草稿箱:</td>
<td colspan="3" style="height: 30px;width:303px;text-align:right">
<asp:Button ID="Button_Send" runat="server" Height="20px" Text="发送选中项" Width="96px" CssClass="INPUT" />
<asp:Button ID="Button_Del" runat="server" Height="20px" Text="删除选中项" Width="96px" CssClass="INPUT" /> <asp:Button ID="Button_Edit" runat="server" Height="20px" Text="编辑选中项" Width="96px" CssClass="INPUT" /></td>
</tr>
<tr>
<td valign="top" style="" colspan="5">
<center><asp:GridView ID="GridView_Draft" runat="server" AutoGenerateColumns="False" CssClass="inputInfo"
DataKeyNames="WorkRepID" PageSize="10" Width="500px"
EmptyDataText="没有数据记录!!"
AllowSorting="True" OnSorting="GridView_Draft_Sorting">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<input type="radio" id="RadioName" name="RadioName" value='<%# Eval("WorkRepID")%>' />
</ItemTemplate>
<ItemStyle Width="4%" HorizontalAlign="Center"/>
</asp:TemplateField>
<asp:HyperLinkField DataTextField="Title" SortExpression="Title" HeaderText="汇报标题" DataNavigateUrlFields="URL" Target="_self" DataNavigateUrlFormatString="<script>document.write(limitStr('{0}',30,false));</script>" ><ItemStyle HorizontalAlign="Center" /></asp:HyperLinkField>
<asp:BoundField DataField="Sort" SortExpression="Sort" HeaderText="汇报类别" ><ItemStyle Width="16%" HorizontalAlign="Center" /></asp:BoundField>
<asp:BoundField DataField="SendTime" SortExpression="SendTime" DataFormatString="{0:yyyy年MM月dd日}" HtmlEncode="False" HeaderText="存储时间" ><ItemStyle Width="24%" HorizontalAlign="Center" /></asp:BoundField>
</Columns>
</asp:GridView>
</center>
</td>
</tr>
</table>
未查看汇报<asp:HyperLink ID="HyperLink1" runat="server" style="text-align:center;" Height="16px" Width="16px" NavigateUrl="~/GZHB/workRep.aspx?workRepReadStat=unread">0</asp:HyperLink>个。
<asp:LinkButton ID="LinkButton1" runat="server"></asp:LinkButton></form>
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -