⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 workrep.aspx

📁 网上办公自动化之工作汇报整个模块下载。JDFLOW版权所有
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="workRep.aspx.vb" Inherits="GZHB_workRep" %>

<!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: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;">&nbsp;</td>
    <td style="width: 508px; height: 709px" valign="top">
      <table id="Table2" 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="Form2" method="post" action="" runat="server" title="个人工作汇报">
            <table border="0" cellpadding="0" cellspacing="0" id="Table6" runat="server" style="width: 100%" navigateurl="" class="inputInfo">
              <tr bgcolor="#E0D6C0">
              <td style="height: 20px; width:84px" bgcolor="#EFE9DE"><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" ><center><a href="WorkRepSearch.aspx">文件搜索</a></center></td>
              </tr>
              <tr>
                <td style="" colspan="5">
                    <center><asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CssClass="inputInfo" 
                         DataKeyNames="WorkRepID" PageSize="20" Width="500px"  
                          EmptyDataText="没有数据记录!!"
                         AllowSorting="True" OnSorting="GridView1_Sorting">
                     <Columns>
                            <asp:HyperLinkField DataTextField="Title" SortExpression="Title" HeaderText="汇报标题" DataNavigateUrlFields="URL" DataTextFormatString="&lt;script&gt;document.write(limitStr('{0}',30,false));&lt;/script&gt;" ><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>
            未读汇报文件<asp:HyperLink
                ID="HyperLink1" runat="server" Style="text-align: center" Width="24px" NavigateUrl="~/GZHB/workRep.aspx?workRepReadStat=unread">0</asp:HyperLink>个.</form>
            </td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -