index.tpl

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

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