You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
3.1 KiB
62 lines
3.1 KiB
<!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>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="Keywords" content="{$keywords}" />
|
|
<meta name="Description" content="{$description}" />
|
|
<!-- TemplateBeginEditable name="doctitle" -->
|
|
<title>{$page_title}</title>
|
|
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
|
|
<link href="{$ecs_css_path}" rel="stylesheet" type="text/css" />
|
|
<link href="common.css" rel="stylesheet" type="text/css" />
|
|
{* 包含脚本文件 *}
|
|
{insert_scripts files='common.js'}
|
|
<style type="text/css">
|
|
p a{color:#006acd; text-decoration:underline;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
|
|
|
|
|
|
<div id="wrapper">
|
|
<!-- #BeginLibraryItem "/library/ur_here.lbi" --><!-- #EndLibraryItem -->
|
|
<div class="box common_main" style="margin-top:10px;">
|
|
<div class="box_1" style="padding:20px;">
|
|
<h3><span>{$lang.system_info}</span></h3>
|
|
<div class="boxCenterList RelaArticle" align="center">
|
|
<div style="margin:20px auto;background-color: #ff9;border: #D4D4D4 1px solid;width: 946px; padding:25px;">
|
|
<p style="font-size: 14px; font-weight:bold; color: #cc0001; line-height:36px; text-align:left; padding-left:250px;">{$message}</p>
|
|
<p style="text-align:left; padding-left:250px; line-height:24px;">{$shop_name}会在支付成功后<font style="font-size:14px; font-weight:bold; margin:auto 5px; color:#cc0001;">24</font>小时内发货,请近期保持电话畅通。</p>
|
|
<p style="text-align:left; padding-left:250px; line-height:24px;">如果遇到问题?请拨打:<font style="font-size:14px; font-weight:bold; margin:auto 5px; color:#cc0001;">{$service_phone}</font>,由我们的客服人员协助解决。</p>
|
|
<div class="blank"></div>
|
|
<!--{if $virtual_card}-->
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#dddddd">
|
|
<!--{foreach from=$virtual_card item=vgoods}-->
|
|
<!--{foreach from=$vgoods.info item=card}-->
|
|
<tr>
|
|
<td bgcolor="#FFFFFF">{$vgoods.goods_name}</td>
|
|
<td bgcolor="#FFFFFF">
|
|
<!--{if $card.card_sn}--><strong>{$lang.card_sn}:</strong>{$card.card_sn}<!--{/if}-->
|
|
<!--{if $card.card_password}--><strong>{$lang.card_password}:</strong>{$card.card_password}<!--{/if}-->
|
|
<!--{if $card.end_date}--><strong>{$lang.end_date}:</strong>{$card.end_date}<!--{/if}-->
|
|
</td>
|
|
</tr>
|
|
<!--{/foreach}-->
|
|
<!--{/foreach}-->
|
|
</table>
|
|
<!--{/if}-->
|
|
<p style="text-align:left; padding-left:250px; line-height:24px;"><a href="{$shop_url}">{$lang.back_home}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
|
|
</body>
|
|
</html>
|