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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="tzdept.aspx.cs" Inherits="tzManager_tzdept" %>
  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 id="Head1" runat="server">
  5.     <title>接收通知</title>
  6. <style type="text/css"> 
  7.     <!--
  8.     body {
  9.      margin-top: 2px;
  10.     }
  11.     -->
  12.     div.RoundedCorner{background: #5AAE18}
  13.     b.rtop, b.rbottom{display:block;background: #FFF} 
  14.     b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  15.     b.r1{margin: 0 4px}
  16.     b.r2{margin: 0 3px} 
  17.     b.r3{margin: 0 2px} 
  18.     b.rtop b.r4, {margin: 0 1px;height: 1px}
  19.     .style1 {
  20.     font-size: 13px;
  21.     color: #FFFFFF;
  22.         font-weight: bold;
  23.     } 
  24.     </style>
  25.     <script language="javascript" type="text/javascript">
  26.     </script>
  27.     
  28.     <link href="../css/link.css" rel="stylesheet" type="text/css" />
  29. </head>
  30. <body><form action="" runat="server" method="post" name="form1" onsubmit="return dis()"  id="Form1">
  31.     <table width="100%" border="0" cellspacing="0" cellpadding="0">
  32.         <tr>
  33.           <td>
  34.             <table width="96%" border="0" cellspacing="0" cellpadding="0">
  35.              <tr>
  36.                   <td width="33%" valign="middle">&nbsp;</td>
  37.                 <td width="47%" valign="middle"><div align="right">
  38.                     <asp:TextBox ID="txtwhere" runat="server"></asp:TextBox>
  39.                     <asp:Button ID="btnselect" runat="server" OnClick="btnselect_Click" Text="查 询" />&nbsp;
  40.                   </div></td>
  41.               <td width="3%"><div align="center">
  42.                   &nbsp;<img alt="" src="../images/huiyan/fabutongzhi.gif" /></div></td>
  43.               <td width="7%"><span class="style4"><a href="../tzManager/addtz.aspx" class="style4">发布通知</a></span></td>
  44.               <td width="2%"><span class="style4">
  45.                   <img alt="" src="../images/huiyan/tongzhiguanli.gif" /></span></td>
  46.               <td width="7%"><div align="center" class="style4"><a href="../tzManager/guanlitongzhi.aspx">通知管理</a> </div></td>
  47.             </tr>
  48.           </table>
  49.       </td>
  50.     </tr>
  51.     </table>
  52.     <div class="RoundedCorner" style="text-align: center">
  53.     <b class="rtop"><b class="r1"></b><b class="r2"></b>
  54.                 <b class="r3"></b><b class="r4"></b></b> <span class="style1">接 收 通 知</span></div>   
  55.              <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
  56.              <tr>
  57.              <td height="24" colspan="8" bgcolor="#FFFFFF">
  58.              
  59.              <%//查询数据库并foreach循环输出到页面
  60.                  System.Collections.Generic.IList<COM.OA.Entity.department> listd = COM.OA.BLL.departmentBLL.Select();%>
  61.              
  62.              <%foreach(COM.OA.Entity.department d in listd) %><% { %>
  63.              
  64.             &nbsp;<a href="tzdept.aspx?dept_id=<%=d.dept_id %>"><%= d.dept_department  %></a>
  65.           <% } %>
  66.           <font color="#999999"> —→ <a href="sendwordindex.aspx">通知列表</a></font>
  67.           <%//从request中取出“部门ID”并查询数据库
  68.              int dept_id = Int32.Parse( this.Request["dept_id"]);
  69.              System.Collections.Generic.IList<COM.OA.Entity.sendword> list = COM.OA.BLL.sendwordBLL.Select("sw_state=0 and sw_dept_id = " + dept_id, true, false);
  70.         %>
  71.         <%  //放入“部门”实体中  并循环输出
  72.             COM.OA.Entity.department dept = COM.OA.BLL.departmentBLL.Select(dept_id); %>
  73.           
  74.           (共<font color="#5aaE18"><strong> <%=list.Count.ToString() %> </strong></font>条通知) <font color="#999999"><%=dept.dept_department %></font> 
  75.           </td></tr>
  76.           <tr bgcolor="#FFFFFF">
  77.           <td width="38%" height="21"><div align="left" style="text-align: center"><strong>&nbsp;标 题 </strong></div></td>
  78.           <td width="6%"><div align="center"><strong><span class="style13">发布人</span></strong></div></td>
  79.           <td width="7%"><div align="center"><strong>部 门</strong></div></td>
  80.           <td width="15%"><div align="center"><strong>时 间</strong></div></td>
  81.           <td width="8%"><div align="center"><strong>浏览</strong></div></td>          
  82.           </tr>
  83.         
  84.         <% foreach(COM.OA.Entity.sendword sw in list) %><% { %>
  85.         <tr style="height:21px" bgcolor="#FFFFFF" onmouseover = "this.style.backgroundColor = '#EEEEEE'" onmouseout = "this.style.backgroundColor = ''">
  86.           <td style="text-align: left">&nbsp; &nbsp;<img alt="" src="../images/huiyan/biaoti.gif" />
  87.               <a href="tongzhineirong.aspx?sw_id=<%=sw.sw_id %>">
  88.           <%=sw.sw_title  %>
  89.           </a>&nbsp;<span class="style3"><%=sw.sw_releasetime %></span></td>
  90.           <td><div align="center">
  91.           <% System.Collections.Generic.IList<COM.OA.Entity.employee> el = COM.OA.BLL.employeeBLL.Select("em_id="+sw.users.u_em_id);
  92.                                                              COM.OA.Entity.employee e = el[0];
  93.                %><%=e.em_name %><%
  94.                 %></div></td>
  95.           <td><div align="center"><%=sw.department.dept_department %></div></td>
  96.           <td><div align="center">
  97.             <div align="center">
  98.               <div align="center">
  99.                 <%=sw.sw_releasetime %>
  100.                 
  101.               </div>
  102.             </div>
  103.           </div></td>
  104.           <td><div align="center"><%=sw.sw_reads %></div></td>
  105.           
  106.         </tr>
  107.         <% } %>
  108.       </table>    
  109.     <br/><br/>
  110.         <table width="100%"  border="0" cellspacing="0" cellpadding="0">
  111.         <tr>
  112.         <td></td>
  113.           <td  align="center">
  114.           <% if (list.Count != 0)
  115.              { %>
  116.           记录 1 到 <%=list.Count.ToString()%> (总共<%=list.Count.ToString()%> 个通知) 
  117.           <% }else { %>
  118.           暂无通知
  119.           <%}%>
  120.           </td>          
  121.           <td></td>          
  122.         </tr>
  123.         
  124.         <tr>
  125.         <td></td>        
  126.         <td align="center">
  127.             <img src="../images/huiyan/up.gif" /><a href="javascript:history.go(-1)">返 回</a>
  128.         </td>
  129.         <td></td>
  130.         </tr>
  131.         </table>
  132.         </form>
  133. </body>
  134. </html>