📄 tos.tpl
字号:
<?xml version="1.0" encoding="{lang mkey='ENCODING'}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{strip}
{if $title != '' }
<title>{$title}</title>
{else}
<title>{$config.site_title}</title>
{/if}
<link href="{$css_path}default.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset={lang mkey='ENCODING'}" />
</head>
<body bgcolor="#FFFFFF" text="{$config.textcolor}" dir="{lang mkey='DIRECTION'}" >
<table cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" border=0>
<tr>
<td style="text-align:center;" class="module_head" height="20">
<b>
{if $title != '' }
{$title}
{else}
{$config.site_title}
{/if} - {$terms_of_use}</b>
</td>
</tr>
<tr><td height="3"></td></tr>
<tr>
<td class="tos" valign=top >
{$terms}
</td>
</tr>
<tr>
<td style="text-align:center;"><a href="javascript:window.close();">Close this window</a></td>
</tr>
</table>
</body>
</html>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -