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.
BookingHeChuan/Myshipping.Web.Entry/wwwroot/EmailTemplate/MSKAPITimerReportTemplate.html

55 lines
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title class="head-title">邮件模板</title>
</head>
<body style="margin: 0; padding: 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#EDF9F5" style="font-size: 12px;font-family: Arial;">
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<table class="out-table" border="0" cellpadding="8" cellspacing="0" width="100%" bgcolor="#FFFFFF" align="center" style="font-size: 12px;font-family: Arial;">
<tr>
<td>
<p>以下是马士基API定时订舱报告 时间:#ReportTime#</p>
</td>
</tr>
<tr>
<td>
<p>定时任务共计:#total# 条;成功 #succ# 条;失败 #failure# 条;还有待订舱数量 #wait# 条;下一个订舱日期:#NextTime#</p>
</td>
</tr>
<tr>
<td>
<table id="show-table" border="1" cellpadding="8" cellspacing="0" width="100%" align="left" style="border-collapse: collapse;border-color: #ebeef5;font-size: 12px;font-family: Arial;">
<tr>
<th style="text-align: left;">序号</th>
<th style="text-align: left;">订舱日期</th>
<th style="text-align: left;">状态</th>
<th style="text-align: left;">订舱号</th>
<th style="text-align: left;">起运港</th>
<th style="text-align: left;">目的港</th>
<th style="text-align: left;">箱型箱量</th>
<th style="text-align: left;">ETD</th>
<th style="text-align: left;">总重KGS</th>
<th style="text-align: left;">合约号</th>
<th style="text-align: left;">BC</th>
<th style="text-align: left;">Cancellation</th>
<th style="text-align: left;">定时时间</th>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>