File: /www/wwwroot/my.snodshop.com/Admin/Tpl/Order/traceExpress.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link href="__PUBLIC__/Assets/css/esui.css" rel="stylesheet" type="text/css" />
<link href="__PUBLIC__/Assets/css/union.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="__PUBLIC__/Assets/js/jquery.min.js"></script>
<style>
.info-table th, .info-table td{padding:3px 5px;}
</style>
</head>
<body>
<div class="layout-main">
<div class="box clear-fix">
<div class="layout-block-header">
<table>
<tbody>
<tr><td><h2>{:lang('express_name_colon')}{$com}</h2></td></tr>
<tr><td><h2>{:lang('express_number_colon')}{$num}</h2></td></tr>
<tr><td><h2>{:lang('express_status_colon')}<span style="color:#F00">{:status($traceState,'text',C('delivery_status'))}</span></h2></td></tr>
</tbody>
</table>
</div>
<div class="AccountInfo">
<table class="info-table">
<tbody>
<volist name="list.trackinfo" id="vo">
<tr>
<td style="width:130px">{$vo.Date}</td>
<td>{$vo.StatusDescription}</td>
<td>{$vo.Details}</td>
<td>{$vo.checkpoint_status}</td>
</tr>
</volist>
</tbody>
</table>
</div>
</div><!--.box-->
</body>
</html>