You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
3.7 KiB
Plaintext
88 lines
3.7 KiB
Plaintext
2 years ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CrmProxyMailInfoHtml.aspx.cs" Inherits="DSWeb.PriceCarrier.CrmProxyMailInfoHtml" %>
|
||
|
|
||
|
<%@ Register assembly="DSWebComponent" namespace="DSWebComponent" tagprefix="cc1" %>
|
||
|
|
||
|
<!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 id="Head1" runat="server">
|
||
|
<title>代理邮件信息显示</title>
|
||
|
<link href="../theme/tab.css" type="text/css" rel="stylesheet" />
|
||
|
<script language="javascript" type="text/javascript" src="../js/date/jsDateFormat.js"></script>
|
||
|
<script src="../js/m97date/wdatepicker.js" type="text/javascript"></script>
|
||
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
|
||
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
|
||
|
<script type="text/javascript">
|
||
|
function $(id)
|
||
|
{
|
||
|
return document.getElementById(id);
|
||
|
}
|
||
|
//document.oncontextmenu=new Function("event.returnValue=false;"); //禁止右键功能,单击右键将无任何反应
|
||
|
//document.onselectstart=new Function("event.returnValue=false;"); //禁止先择,也就是无法复制
|
||
|
</script>
|
||
|
<!--背景条-->
|
||
|
<style type="text/css">
|
||
|
.btn-content0{
|
||
|
width:100%;
|
||
|
height:30px;
|
||
|
background:url("../images/content-header.gif");
|
||
|
cursor:default;
|
||
|
}
|
||
|
</style>
|
||
|
<style type="text/css">
|
||
|
*{ margin:0; padding:0;}
|
||
|
html,body{ width:100%; height:100%; overflow:hidden;}
|
||
|
.container{ position:relative; width:100%; height:100%; overflow-y:scroll; overflow-x:auto;}
|
||
|
.topcss{ width:100%; position:absolute; top:0; left:0;}
|
||
|
.boxcss{ height:600px;}
|
||
|
.btncss
|
||
|
{
|
||
|
width:100px;
|
||
|
BORDER-RIGHT: #2C59AA 1px solid;
|
||
|
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
|
||
|
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
|
||
|
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
|
||
|
BORDER-BOTTOM: #2C59AA 1px solid;
|
||
|
}
|
||
|
.tablecss
|
||
|
{
|
||
|
border:0;
|
||
|
background-color:#FFFFFF;
|
||
|
font-size:12px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body style="background-color: #ECF2FF;">
|
||
|
<form id="form1" runat="server" style="background-color: #ECF2FF;">
|
||
|
<div style="width:100%;" class="btn-content0">
|
||
|
<div class="btn-blank"></div>
|
||
|
</div>
|
||
|
<div style="text-align:center;background-color: #ECF2FF;">
|
||
|
<table width=98%>
|
||
|
<tr>
|
||
|
<td width=10px></td>
|
||
|
<td align=center>
|
||
|
<H2 style="COLOR: #669933; LINE-HEIGHT: 50px; HEIGHT: 50px;"><asp:Label ID="lbTITLE" runat="server" Text="" CssClass="cssfont"></asp:Label></H2>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width=10px></td>
|
||
|
<td align=right>
|
||
|
<asp:Label ID="lbBEGINTIME" runat="server" Text="" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width=10px></td>
|
||
|
<td align=left>
|
||
|
<asp:TextBox ID="tbCONTENTS" runat="server" MaxLength="1024"
|
||
|
style="overflow-y:auto;height:500px;" Height=500px Width=100% CssClass="txtTab"
|
||
|
TextMode="MultiLine" BorderStyle="None" Enabled="False" ReadOnly="True"
|
||
|
BackColor="#ECF2FF"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|