rizhihuizong.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:2k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="rizhihuizong.aspx.cs" Inherits="qs_rizhi_rizhihuizong" %>
  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.     <style type="text/css">
  7. <!--
  8. .style1 {
  9. color: #FFFFFF;
  10. font-size: 12px;
  11. }
  12. -->
  13. </style>
  14. <link href="../css/link.css" rel="stylesheet" type="text/css" />
  15. <style type="text/css">
  16. <!--
  17. .style4 {color: #999999}
  18. .style5 {
  19. font-size: 14px;
  20. font-weight: bold;
  21. }
  22. .style6 {font-size: 13px}
  23. -->
  24. </style>
  25. </head>
  26. <body>
  27.     <form id="form1" runat="server">
  28.     <div>
  29.     <div align="center">
  30.   <table width="760" height="21" border="0" cellpadding="0" bgcolor="#5AAE18" cellspacing="0" background="../../img/bw/line.gif">
  31.     <tr>
  32.       <td><div align="center" class="style1 style5 style6">日 志 分 类 汇 总</div></td>
  33.     </tr>
  34.   </table>
  35.   <table width="760" border="0" cellpadding="0" cellspacing="1" bgcolor="#5EAE19">
  36.     <tr>
  37.       <td height="26" bgcolor="#FFFFFF"><table width="99%" border="0" cellpadding="0" cellspacing="0">
  38.         <tr>
  39.           <% System.Collections.Generic.IList<COM.OA.Entity.users> listname = COM.OA.BLL.usersBLL.Select();%>
  40.           <% System.Collections.Generic.List<COM.OA.Entity.users> list = (System.Collections.Generic.List<COM.OA.Entity.users>)listname;%>
  41.           <% list.Reverse();%>
  42.               <td>
  43.                  <%foreach (COM.OA.Entity.users us in list)%>
  44.                  <%{%>
  45.                      <a href="gerenrizhi.aspx?u_id=<%=us.u_id %>"><%=us.u_username%></a>
  46.                  <%} %>
  47.                  </td>
  48.         </tr>
  49.       </table></td>
  50.     </tr>
  51.   </table>
  52.   <br>
  53. </div>
  54.     </div>
  55.     </form>
  56. </body>
  57. </html>