📄 main.tpl
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={Charset}">
<title>{SYS_NAME}</title>
<link rel=stylesheet href='templates/{Template}/css/style.css'>
</head>
<body topmargin=0>
<table width=750 border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td colspan=3>{top}</td>
</tr>
<tr style='vertical-align: top'>
<td style="border:1px solid #999999;border-top:none;border-bottom:none;">{DATA}</td>
</tr>
<tr>
<td colspan=3>{bottom}</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -