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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal_list.aspx.cs" Inherits="web_equipment_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.     <div>
  10.         &nbsp;
  11.         <asp:Panel ID="Panel1" runat="server" Height="356px" Style="left: 87px; position: absolute;
  12.             top: 13px" Width="579px">
  13.             <asp:Label ID="Label1" runat="server" Style="left: 258px; position: absolute; top: 4px"
  14.                 Text="處理與通知"></asp:Label>
  15.             <asp:Table ID="TblFlow" runat="server" BorderColor="Black" Style="left: 5px; position: absolute;
  16.                 top: 38px" Width="570px">
  17.                 <asp:TableRow runat="server">
  18.                     <asp:TableCell runat="server" HorizontalAlign="Center">寄件者</asp:TableCell>
  19.                     <asp:TableCell runat="server" HorizontalAlign="Center">主旨</asp:TableCell>
  20.                     <asp:TableCell runat="server" HorizontalAlign="Center">接受日期</asp:TableCell>
  21.                     <asp:TableCell runat="server" HorizontalAlign="Center">狀態</asp:TableCell>
  22.                     <asp:TableCell runat="server" HorizontalAlign="Center"></asp:TableCell>
  23.                 </asp:TableRow>
  24.             </asp:Table>
  25.         </asp:Panel>
  26.     
  27.     </div>
  28.     </form>
  29. </body>
  30. </html>