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

📄 workrepsend.aspx

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

<!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>
<script src="../js/js_GV_checkbox.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: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: 709px; width: 16px;">&nbsp;</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: 11px; height: 188px;"></td>
        <td style="height: 188px; width: 506px;" valign="top"><form id="Form1" method="post" action="" runat="server" title="制度与文件">
            <table border="0" cellspacing="0" cellpadding="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" ><center><a href="draftWorkRep.aspx">草稿箱</a></center></td>
              <td style="height: 20px; width:84px" bgcolor="#EFE9DE"><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="height: 35px; width: 202px;" colspan="2">
                    已汇报的工作:</td>
                    <td style="height: 35px; width: 303px;text-align:right" colspan="3">
                        选中一条文件信息可查看其状态.</td>
              </tr>
              <tr>
                <td style="width: 506px;" colspan="5">
                <center>
                    <asp:GridView ID="GridView_MySend" runat="server" AutoGenerateColumns="False" 
                         DataKeyNames="WorkRepID" PageSize="14" Width="500px"  
                          EmptyDataText="没有数据记录!!"
                         AllowSorting="True" OnSorting="GridView_MySend_Sorting">
                          <Columns>
                            <asp:TemplateField>
                                <ItemTemplate>                     
                                    <input type="radio" id="RadioName" onclick ='Radio_Click();' name="RadioName" value='<%# Eval("WorkRepID")%>' />
                                </ItemTemplate>
                                <ItemStyle Width="4%" HorizontalAlign="Center" CssClass="hidden"/>
                            </asp:TemplateField>
                            <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:BoundField DataField="SendTime" SortExpression="SendTime" DataFormatString="{0:yyyy年MM月dd日}" HtmlEncode="False" HeaderText="发布时间" >
                                    <ItemStyle Width="21%" HorizontalAlign="Center" Height="20px" />
                            </asp:BoundField>
                              <asp:TemplateField HeaderText="状态" SortExpression="checkStatus">
                                  <ItemStyle Height="20px" HorizontalAlign="Center" Width="28%" />
                                  <ItemTemplate>
                                      <asp:Label ID="Label1" runat="server" Text='<%# Bind("checkStatus") %>'></asp:Label>
                                  </ItemTemplate>
                              </asp:TemplateField>
                          </Columns>
                    </asp:GridView>
                  </center>
                </td>
              </tr>
              <tr>
                <td style="height: 35px; width: 202px;" colspan="2">
                    系统通知:</td>
                    <td style="height: 35px; width: 303px;" colspan="3">标题:
                        <asp:Label ID="Label1" runat="server" Width="224px" Height="16px"></asp:Label></td>
                 
              </tr>
              <tr>
                <td style="width: 506px;" colspan="6">
                <center>
                    <asp:GridView ID="GridView_ReMess" runat="server" AutoGenerateColumns="False" 
                         DataKeyNames="WorkRepID" PageSize="14" Width="500px"  
                          EmptyDataText="此文件发送给所有人,没有查看记录!!"
                         AllowSorting="True" OnSorting="GridView_ReMess_Sorting">
                            <Columns>
                                <asp:TemplateField HeaderText="接收人" SortExpression="receiver">
                                    <ItemStyle Height="20px" HorizontalAlign="Center" />
                                    <ItemTemplate>
                                        <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="" Text='<%# Eval("receiver") %>'></asp:HyperLink>
                                    </ItemTemplate>
                                </asp:TemplateField>
                            <asp:BoundField DataField="CheckTime" SortExpression="CheckTime" HeaderText="查看时间" ><ItemStyle Width="55%" HorizontalAlign="Center" Height="20px" /></asp:BoundField>
                            </Columns>
                    </asp:GridView>
                  </center>
                </td>
              </tr>
              <tr><td colspan="5"><asp:LinkButton ID="btnlink" runat="server"></asp:LinkButton></td></tr>
            </table>
        </form>
            </td>
      </tr>
    </table>
        </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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