📄 chakanjiluneirong.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chakanjiluneirong.aspx.cs" Inherits="chakanjiluneirong" %>
<!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>
<script type="text/javascript">
function fanhui(){
document.location="jieshouxinxi.aspx";
}
</script>
</head>
<body>
<%
//取登陆人信息
COM.OA.Entity.users loginuser =Session["loginuser"] as COM.OA.Entity.users;
//如果取不到跳转到登陆页
if (loginuser == null)
{
this.Response.Write(string.Format(GetRedirect.ALLREDIRECT, "../login.aspx"));
}
%>
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" style="width: 617px; height: 283px; border=1; text-align: center; border-left-color: #5aae18; border-bottom-color: #5aae18; border-top-style: solid; border-top-color: #5aae18; font-style: normal; border-right-style: solid; border-left-style: solid; font-variant: normal; border-right-color: #5aae18; border-bottom-style: solid;" border="1">
<tr>
<td bgcolor="#5AAE18" style="width: 172px; text-align: center;" colspan="3">
查看接收消息</td>
</tr>
<tr>
<td style="width: 109px; text-align: center;">
标题</td>
<td style="width: 171px; text-align: center;">
<asp:TextBox ID="txt_biaoti" runat="server" Width="238px" ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 109px; text-align: center;">
内容</td>
<td style="width: 171px">
<asp:TextBox ID="txt_neirong" runat="server" Height="45px" TextMode="MultiLine"
Width="238px" ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 109px; text-align: center;">
发表人</td>
<td style="width: 171px; text-align: center;">
<asp:TextBox ID="txt_fabiaoren" runat="server" Width="238px" ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 101px; text-align: center;" colspan="2">
<input id="Button1" type="button" value="取消" onclick="fanhui()" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -