布局模板:模板标签方式

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\News\View\User\add.html

<layout name="Layout/newlayout" />
<body>
http://localhost/thinkphp323/index.php/News/User/add
</body>

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\News\View\Layout\newlayout.html

<!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">
<title>D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\News\View\Layout\newlayout.html</title>
</head>
{__CONTENT__}
</html>

 

posted @ 2017-12-05 10:13  sky20080101  阅读(48)  评论(0)    收藏  举报