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.
26 lines
1.0 KiB
PHTML
26 lines
1.0 KiB
PHTML
6 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>邮件正文</title>
|
||
|
<link href="/css/webht/bootstrap.min.css" rel="stylesheet">
|
||
|
<link href="/css/nav/nav.css?v=20150723" rel="stylesheet">
|
||
|
<script src="/min?f=/js/jquery.min.js,/js/bootstrap.min.js,/js/navigation.js"></script>
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="/js/respond.min.js" type="text/javascript"></script>
|
||
|
<![endif]-->
|
||
|
<style type="text/css">
|
||
|
.mailtext-box img{max-width: 100%;}
|
||
|
.mailtext-box span{font-size: 13pt !important;color: #555 !important;font-family: "Verdana","sans-serif" !important;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="list-group mailtext-box text-left" style="padding:10px;">
|
||
|
<h4><?php echo $maildetail->MAI_Subject; ?></h4>
|
||
|
<p class="small text-muted">发送时间: <?php echo $maildetail->MAI_SendDate; ?></p>
|
||
|
<?php echo $maildetail->MAI_BlobContent; ?>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|