deal_list.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="deal_list.aspx.cs" Inherits="web_equipment_deal_list" %>
- <!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 runat="server">
- <title>无标题页</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
-
- <asp:Panel ID="Panel1" runat="server" Height="356px" Style="left: 87px; position: absolute;
- top: 13px" Width="579px">
- <asp:Label ID="Label1" runat="server" Style="left: 258px; position: absolute; top: 4px"
- Text="處理與通知"></asp:Label>
- <asp:Table ID="TblFlow" runat="server" BorderColor="Black" Style="left: 5px; position: absolute;
- top: 38px" Width="570px">
- <asp:TableRow runat="server">
- <asp:TableCell runat="server" HorizontalAlign="Center">寄件者</asp:TableCell>
- <asp:TableCell runat="server" HorizontalAlign="Center">主旨</asp:TableCell>
- <asp:TableCell runat="server" HorizontalAlign="Center">接受日期</asp:TableCell>
- <asp:TableCell runat="server" HorizontalAlign="Center">狀態</asp:TableCell>
- <asp:TableCell runat="server" HorizontalAlign="Center"></asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </asp:Panel>
- </div>
- </form>
- </body>
- </html>