deal_list.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:1k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal_list.aspx.cs" Inherits="web_data_repair_deal_list" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <center>
  10.     <div>
  11.         <asp:Panel ID="Panel1" runat="server" Height="372px" Width="449px">
  12.             <asp:Label ID="Label1" runat="server" Text="處理與通知"></asp:Label><br />
  13.             <asp:Table ID="TblFlow" runat="server" BorderWidth="1px" GridLines="Both" Width="443px" Visible="False">
  14.                 <asp:TableRow runat="server" TableSection="TableHeader">
  15.                     <asp:TableCell runat="server">寄件者</asp:TableCell>
  16.                     <asp:TableCell runat="server">主旨</asp:TableCell>
  17.                     <asp:TableCell runat="server">接收日期</asp:TableCell>
  18.                     <asp:TableCell runat="server">状态</asp:TableCell>
  19.                     <asp:TableCell runat="server"></asp:TableCell>
  20.                 </asp:TableRow>
  21.             </asp:Table>
  22.         </asp:Panel>
  23.     
  24.     </div>
  25.     </center>
  26.     </form>
  27. </body>
  28. </html>