📄 index.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 style='margin:0'>
<table width=772 border=0 cellspacing=0 cellpadding=0 align=center>
<tr>
<td colspan=3>{top}</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" width=100% style='border: 1px solid #999999;border-top:none'>
<tr style='vertical-align: top' align=center>
<!-- beginRow LeftBlock -->
<td {leftWidth} style='border-right: 1px solid #999999'>{left}</td>
<!-- endRow LeftBlock -->
<!-- beginRow MiddleBlock -->
<td {middleWidth}>{middle}</td>
<!-- endRow MiddleBlock -->
<!-- beginRow RightBlock -->
<td {rightWidth} style='border-left: 1px solid #999999'>{right}</td>
<!-- endRow RightBlock -->
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=3>{bottom}</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -