22 lines
639 B
HTML
Executable File
22 lines
639 B
HTML
Executable File
{extend name="default/base" /}
|
|
{block name="title"}提示信息 - {__block__}{/block}
|
|
{block name="header"}
|
|
{php}$Title = "提示信息"{/php}
|
|
{include file="default/header" /}
|
|
{/block}
|
|
{block name="main"}
|
|
<section class="ui-container" id="errorLostBg" style="height:69%;position:relative;">
|
|
<p>{if(isset($message))}{$message}{else}对不起你要找的商品不见了~~o(>_<)o~~{/if}</p>
|
|
<div class="ui-btn-wrap">
|
|
<button class="ui-btn-s" id="errorBtn" onclick="history.back()">
|
|
返回上一页
|
|
</button>
|
|
</div>
|
|
</section>
|
|
|
|
{/block}
|
|
{block name="js"}
|
|
<script>
|
|
$(function(){WST.initFooter();})
|
|
</script>
|
|
{/block} |