📄 respond.dwt
字号:
<!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}" />
<!-- {if $auto_redirect} -->
<meta http-equiv="refresh" content="3;URL={$message.href}" />
<!-- {/if} -->
<!-- TemplateBeginEditable name="doctitle" --><!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>{$page_title}</title>
{* 鍖呭惈鑴氭湰鏂囦欢 *}{insert_scripts files='common.js'}
</head>
<body>
<div id="container">
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
<div class="inbody_j">
<div id="urHere" class="globalModule globalFrame">
<h3>{$lang.ur_here} {$ur_here}</h3>
</div>
<div id="globalMsg" class="globalModule globalFrame">
{$message}
<!--{if $virtual_card}-->
<table align="center">
<!--{foreach from=$virtual_card item=vgoods}-->
<!--{foreach from=$vgoods.info item=card}-->
<tr>
<td>{$vgoods.goods_name}</td>
<td>
<!--{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}-->
<a href="{$shop_url}">{$lang.back_home}</a>
</div><!-- /globalMsg -->
</div>
<div class="div_jfoot">
<!-- #BeginLibraryItem "/library/help.lbi" --><!-- #EndLibraryItem -->
<!-- #BeginLibraryItem "/library/page_footer.lbi" --><!-- #EndLibraryItem -->
</div></div><!-- /container -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -