main.tpl

来自「渣渣网络商店系统[ZZShop] V1.0」· TPL 代码 · 共 20 行

TPL
20
字号
<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 + =
减小字号Ctrl + -
显示快捷键?