📄 rizhihuizong.aspx
字号:
<%@ 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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -