MyReceipt.aspx
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:2k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyReceipt.aspx.cs" Inherits="OThinker.H3.Portal.MyReceipt" %>
  2. <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head runat="server">
  6.     <title>转移给我的工作项</title>
  7.     <link rel="stylesheet" type="text/css" href="css/style.CSS">
  8. </head>
  9. <body leftmargin="0" topmargin="0">
  10.     <form id="form1" runat="server">
  11.     <table cellpadding="0" cellspacing="0" width="100%">
  12.             <tr>
  13.                 <td background="images/Top_4.gif" height="29">
  14.                     <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
  15.                         <tr>
  16.                             <td width="2%">
  17.                                 <img height="16" src="images/Top_5.gif" width="14" /></td>
  18.                             <td class="bigfont">
  19.                                 转移给我的工作项</td>
  20.                         </tr>
  21.                     </table>
  22.                 </td>
  23.             </tr>
  24.         </table>
  25.             <cc1:WorkItemGrid id="WorkItemGrid" runat="server" Width="100%">
  26.                             <PagerStyle Mode="NumericPages" />
  27.                             <HeaderStyle Font-Bold="True" BackColor="#8080FF" ForeColor="White" />
  28.                             <AlternatingItemStyle BackColor="Azure" />
  29. </cc1:WorkItemGrid>
  30.     </form>
  31. </body>
  32. </html>