15 lines
512 B
HTML
15 lines
512 B
HTML
![]() |
<include file="public/header" title="{$Think.get.title}" body=""/>
|
||
|
<link rel="stylesheet" type="text/css" href="__STATIC__/css/reset.css"/>
|
||
|
<link rel="stylesheet" type="text/css" href="__STATIC__/css/mesg_center.css"/>
|
||
|
<body>
|
||
|
<div class="header">
|
||
|
<a href="javascript:history.back(-1);"><img src="__STATIC__/images/return.png"></a>
|
||
|
<span>{$Think.get.title}</span>
|
||
|
</div>
|
||
|
<div class="mesg_none">
|
||
|
<img src="__STATIC__/images/error-img.png">
|
||
|
<span>暂无消息记录~</span>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|