vr-shopxo-source/application/index/view/default/public/error.html

29 lines
689 B
HTML
Executable File

<include file="Public/Header" />
<notempty name="is_header">
<!-- header top nav -->
<include file="Public/HeaderTopNav" />
<!-- search -->
<include file="Public/NavSearch" />
<!-- header nav -->
<include file="Public/HeaderNav" />
<!-- goods category -->
<include file="Public/GoodsCategory" />
</notempty>
<!-- content start -->
<div class="am-g my-content">
<div class="am-u-md-6 am-u-sm-centered">
<div class="am-panel am-panel-danger am-radius tips-error">
<div class="am-panel-bd">{{$msg}}</div>
</div>
</div>
</div>
<!-- content end -->
<!-- footer start -->
<include file="Public/Footer" />
<!-- footer end -->