📄 message_client.htm
字号:
{template header_client}
<br />
<table cellpadding="0" cellspacing="0" class="msg" style="width: 65%" align="center">
<thead>
<tr>
<th>{lang message_title}</th>
</tr>
</thead>
<tbody>
<tr>
<td>$message<br />
<!--{if $redirect == 'BACK'}-->
<a href="###" onclick="history.back();"> {lang message_back} </a>
<!--{elseif $redirect}-->
<a href="$redirect"> {lang message_redirect} </a>
<script type="text/javascript">
function redirect(url, time) {
setTimeout("window.location='" + url + "'", time * 1000);
}
redirect('$redirect', 3);
</script>
<!--{/if}-->
</td>
</tr>
</tbody>
</table>
</div>
{template footer_client}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -