⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sendwordindex.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="sendwordindex.aspx.cs" Inherits="tzManager_sendwordindex" %>

<!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"> 
    <!--
    body {
    	margin-top: 2px;
    }
    -->
    div.RoundedCorner{background: #5AAE18}
    b.rtop, b.rbottom{display:block;background: #FFF} 
    b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
    b.r1{margin: 0 4px}
    b.r2{margin: 0 3px} 
    b.r3{margin: 0 2px} 
    b.rtop b.r4, {margin: 0 1px;height: 1px}
    .style1 {
	    font-size: 13px;
	    color: #FFFFFF;
        font-weight: bold;
    } 
    </style>
    <script language="javascript" type="text/javascript">

    </script>
    
    <link href="../css/link.css" rel="stylesheet" type="text/css" />
</head>
<body><form action="" runat="server" method="post" name="form1" onsubmit="return dis()"  id="Form1">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>
            <table width="96%" border="0" cellspacing="0" cellpadding="0">
             <tr>
                  <td width="33%" valign="middle">&nbsp;</td>
                <td width="47%" valign="middle"><div align="right">
                    <asp:TextBox ID="txtwhere" runat="server"></asp:TextBox>
                    <asp:Button ID="btnselect" runat="server" OnClick="btnselect_Click" Text="查 询" />&nbsp;
                  </div></td>
              <td width="3%"><div align="center">
                  &nbsp;<img alt="" src="../images/huiyan/fabutongzhi.gif" /></div></td>
              <td width="7%"><span class="style4"><a href="../tzManager/addtz.aspx" class="style4">发布通知</a></span></td>
              <td width="2%"><span class="style4">
                  <img alt="" src="../images/huiyan/tongzhiguanli.gif" /></span></td>
              <td width="7%"><div align="center" class="style4"><a href="../tzManager/guanlitongzhi.aspx">通知管理</a> </div></td>
            </tr>
          </table>
      </td>
    </tr>
    </table>
    <%
                 //从Seeion中取出loginuser
                 COM.OA.Entity.users user = Session["loginuser"] as COM.OA.Entity.users;
                 //判断如果为空跳回到登陆页面
                 if (user == null)
                 {
                     this.Response.Write(string.Format(GetRedirect.ALLREDIRECT, "../login.aspx"));
                     return;
                 }    
             %>
             <% 
                 System.Collections.Generic.IList<COM.OA.Entity.sendword> list = COM.OA.BLL.sendwordBLL.Select("sw_state=0", true, false);
            //foreach循环输出到页面
        %>
            <% //查询数据库 并foreach循环输出到页面 显示部门
                 System.Collections.Generic.IList<COM.OA.Entity.department> departmentlist = COM.OA.BLL.departmentBLL.Select();%>
             
          <div class="RoundedCorner" style="text-align: center">
    <b class="rtop"><b class="r1"></b><b class="r2"></b>
                <b class="r3"></b><b class="r4"></b></b> <span class="style1">接 收 通 知</span></div>   
         <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#5aaE18"> 
             <tr>
             <td height="24" colspan="8" bgcolor="#FFFFFF" >             
             <%foreach (COM.OA.Entity.department d in departmentlist) %><% { %>
             
            &nbsp;<a href="tzdept.aspx?dept_id=<%=d.dept_id %>"><%= d.dept_department  %></a>

          <% } %>
          (共<font color="#5aaE18"><strong><%=list.Count.ToString()%></strong></font>条通知)
             </td>
             </tr>          
        <tr bgcolor="#FFFFFF">
          <td width="38%" height="21"><div align="left" style="text-align: center"><strong>&nbsp;标 题 </strong></div></td>
          <td width="6%"><div align="center"><strong><span class="style13">发布人</span></strong></div></td>
          <td width="7%"><div align="center"><strong>部 门</strong></div></td>
          <td width="15%"><div align="center"><strong>时 间</strong></div></td>
          <td width="8%"><div align="center"><strong>浏览</strong></div></td>          
        </tr>
                
        <% foreach(COM.OA.Entity.sendword sw in list) %><% { %>
        <tr bgcolor="#FFFFFF" onmouseover = "this.style.backgroundColor = '#EEEEEE'" onmouseout = "this.style.backgroundColor = ''">
          <td style="text-align: left">&nbsp; &nbsp; <img alt="" src="../images/huiyan/biaoti.gif" />&nbsp;<a href="tongzhineirong.aspx?sw_id=<%=sw.sw_id %>">
          <%=sw.sw_title  %></a>&nbsp; &nbsp;
          <% int rt = Int32.Parse(sw.sw_releasetime.ToString("yy") + sw.sw_releasetime.ToString("MM") + sw.sw_releasetime.ToString("dd"));//发帖时间
             int nt = Int32.Parse(DateTime.Now.ToString("yy") + DateTime.Now.ToString("MM") + DateTime.Now.ToString("dd"));//现在时间
             if (nt - rt <= 1)
             {
                %> <img src="../images/wximg/new-028.gif" /> <%
             }
          %>
          </td>
          <td><div align="center">
          <% System.Collections.Generic.IList<COM.OA.Entity.employee> el = COM.OA.BLL.employeeBLL.Select("em_id="+sw.users.u_em_id);
                                                             COM.OA.Entity.employee e = el[0];
               %><%=e.em_name %><%
                %></div></td>
          <td><div align="center"><%=sw.department.dept_department %></div></td>
          <td><div align="center">
            <div align="center">
              <div align="center">
                <%=sw.sw_releasetime %>
                
              </div>
            </div>
          </div></td>
          <td><div align="center"><%=sw.sw_reads %></div></td>
          
        </tr>
        <% } %>
      </table>
      <br/>      <br/>
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
        <td></td>
          <td  align="center">
          <% if (list.Count > 0)
             { %>
          记录 1 到 <%=list.Count.ToString() %> (总共 <%=list.Count.ToString() %>个通知)
          <% } else{ %>
          暂无通知
          <%}%>
           </td>          
          <td></td>
        </tr>
        <tr>
        <td></td>        
        <td align="center">
            <img src="../images/huiyan/up.gif" /><a href="javascript:history.go(-1)">返 回</a>
        </td>
        <td></td>
        </tr>
        </table>
        </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -