📄 chakanfasongneirong.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chakanfasongneirong.aspx.cs" Inherits="wx_xiaoxi_chakanfasongneirong" %>
<!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>
<link href="../css/textarea.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-top: 2px;
}
-->
</style>
<style type="text/css">
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>
</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 border="1" cellpadding="0" cellspacing="0" style="border-left-color: #5aae18; border-bottom-color: #5aae18;
width: 617px; border-top-style: solid; border-top-color: #5aae18; font-style: normal;
border-right-style: solid; border-left-style: solid; height: 283px; text-align: center;
font-variant: normal; border-right-color: #5aae18; border-bottom-style: solid">
<tr>
<td colspan="3" style="width: 172px;text-align: center; height: 3px; border-right: #5aae18 1px solid; border-top: #5aae18 1px solid; border-left: #5aae18 1px solid; border-bottom: #5aae18 1px solid;" bgcolor="#5AAE18">
查 看 已 发 送 信 息
</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; text-align: left">
<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 colspan="2" style="width: 101px; text-align: center">
<input id="Button2" onclick="javascript:history.go(-1)" type="button" value="取消" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -