tanchuxiaoxi.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:2k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="tanchuxiaoxi.aspx.cs" Inherits="tanchuxiaoxi" %>
- <!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: #818181}
- -->
- </style>
- <link href="/css/textarea.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- <!--
- body {
- margin-top: 0px;
- margin-left: 0px;
- }
- -->
- </style>
- </head>
- <body onload="setTimeout('window.close()',15000)" bgcolor="d5eebb">
- <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="d5eebb">
- <%
- System.Collections.Generic.IList<COM.OA.Entity.message> newlist= Session["newlist"] as System.Collections.Generic.IList<COM.OA.Entity.message>;
- COM.OA.Entity.message mm = newlist[0];
- %>
- <tr>
- <td ><span class="style1"> <img src="images/wximg/announce.gif"15" height="16" /> 您有新的消息:<%=mm.m_title %></span></td>
- </tr>
- <tr>
- <td height="40" valign="top" style="word-break:break-all;Width:fixed"><div align="right" >
- 发送人:<%= mm.users.u_username%>
- <br>
- <%=mm.m_releasetime %>
- <br>
- <img src="images/wximg/feedback.gif"width="16" height="16" /> <a href="#" onclick="window.open('wx_xiaoxi/jieshouxinxi.aspx?','','')";window.close()>查 看 详 情</a> <font color="green"><span id="jump">15</span></font>秒后关闭...</div></td>
- </tr>
- </table>
- <script>
- function showtime(secs)
- {
- jump.innerText=secs;
- if(--secs>0)setTimeout("showtime("+secs+")",1000);
- }
- showtime(15);
- </script>
- </body>
- </html>