level 1
dtsaint
楼主
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<block name = "title"><title></title></block>
</head>
<body>
<include file = "Public/header"/>
<block name ="main"></block>
<include file = "Public/footer"/>
</body>
</html>
<extend name="Public/base"/>
<block name = "title">登录成功</block>
<block name="main">
这是登录成功
<div>这是测试<h1>{$data->username}</h1>用的模板</div>
</block>
2014年07月06日 16点07分
1
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<block name = "title"><title></title></block>
</head>
<body>
<include file = "Public/header"/>
<block name ="main"></block>
<include file = "Public/footer"/>
</body>
</html>
<extend name="Public/base"/>
<block name = "title">登录成功</block>
<block name="main">
这是登录成功
<div>这是测试<h1>{$data->username}</h1>用的模板</div>
</block>