Files
shopxo/Application/Home/View/Default/Public/Error.html

29 lines
689 B
HTML
Raw Normal View History

2018-08-05 01:54:43 +08:00
<include file="Public/Header" />
2018-09-14 18:06:53 +08:00
<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>
2018-08-05 01:54:43 +08:00
<!-- content start -->
2018-09-14 18:06:53 +08:00
<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>
2018-08-05 01:54:43 +08:00
</div>
<!-- content end -->
<!-- footer start -->
<include file="Public/Footer" />
<!-- footer end -->