rizhihuizong.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:2k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="rizhihuizong.aspx.cs" Inherits="qs_rizhi_rizhihuizong" %>
- <!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>
- <style type="text/css">
- <!--
- .style1 {
- color: #FFFFFF;
- font-size: 12px;
- }
- -->
- </style>
- <link href="../css/link.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- <!--
- .style4 {color: #999999}
- .style5 {
- font-size: 14px;
- font-weight: bold;
- }
- .style6 {font-size: 13px}
- -->
- </style>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <div align="center">
- <table width="760" height="21" border="0" cellpadding="0" bgcolor="#5AAE18" cellspacing="0" background="../../img/bw/line.gif">
- <tr>
- <td><div align="center" class="style1 style5 style6">日 志 分 类 汇 总</div></td>
- </tr>
- </table>
- <table width="760" border="0" cellpadding="0" cellspacing="1" bgcolor="#5EAE19">
- <tr>
- <td height="26" bgcolor="#FFFFFF"><table width="99%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <% System.Collections.Generic.IList<COM.OA.Entity.users> listname = COM.OA.BLL.usersBLL.Select();%>
- <% System.Collections.Generic.List<COM.OA.Entity.users> list = (System.Collections.Generic.List<COM.OA.Entity.users>)listname;%>
- <% list.Reverse();%>
- <td>
- <%foreach (COM.OA.Entity.users us in list)%>
- <%{%>
- <a href="gerenrizhi.aspx?u_id=<%=us.u_id %>"><%=us.u_username%></a>
- <%} %>
- </td>
- </tr>
- </table></td>
- </tr>
- </table>
- <br>
- </div>
- </div>
- </form>
- </body>
- </html>