ネイティブphpコードを使用# ##################################{literal}
{$name} 这里$name不会被当作变量,而是普通字符
{/literal}
{php}
echo '欧阳克';
{/php} 9. 例コントローラー コード 名前空間 app\controller; use think\facade\View; class Index { public functionindex(){ $title = 'Mall'; $login = '欧陽柯'; $left = [ [ # 'タイトル' = & GT; '製品管理', 'リスト 'id' => 1, 'id' = & gt; 2, 'タイトル' = & gt; '商品分類', / ##] ##], ## [ 'タイトル' = & gt; 'ユーザー管理', 'リスト' = & gt; [ [ 'ID' = & gt; 3、# 'id' =&gt; 4、 'title' =&gt; title '=&gt;'ユーザーアドレス '、 to gt; 'Order Management'、 ] ;]、# ##]、##[ # ' id '=&gt; 9、 ' title '=&gt; ## > 6, 'status' =&gt; 1、 ## // 'status' =&gt; ### 'title' =&gt; 'qiushui yiren両面ウール冬服2019 New Women's服の気質 スーツの襟 対照的な色のウール コート ジャケット 女性用', '猫' => '婦人服', '価格' => 699, '割引' => 7, 'ステータス' => 1, // 'ステータス' => 'オープン', 'add_time' = > '2019-12-12', out out out through out through '''''-'''-‐‐‐ps' ', ## [ 'ID' = & GT; 3, ## 'タイトル' = & GT; '猫' => '紳士服', '価格' => ; 179, '割引' => 8, 'ステータス' => 0; '= & gt;' 1576080000 ' ], [ ' ID '= & GT; 1, ##' Title '= & GT; 長袖Tシャツ、秋物ラウンドネック、白黒Tシャツ、無地カラートップス、ボトムシャツ', '猫' => '男装', 'price' => 99, '割引' => 9, 'ステータス' => 1, // 'ステータス' => '开启', 'add_time' => '2019-12-12', // 'add_time' => '1576080000' ], ]; View::assign([ 'title' => $title, 'login' => $login, 'left' => $left, 'right' => $right ]); return View::fetch(); } ##} view代:head.html #<!DOCTYPE html> <html>
<head> <title>{$title}--后台管理系统< ;/title> <link rel="stylesheet" type="text/css" href="/static/layui/css/layui.css"> <script type="text/javascript" src="/static/layui/layui.js"></script> <style type="text/css"> .header{width:100%;height:50px;line-height:50px;background:#2e6da4;color:#ffffff;} .title{margin-left: 20px;font-size: 20px; } .userinfo{float: right;margin-right: 10px;} .userinfo a{color:#ffffff;} .menu{width: 200px;背景:#333744;位置:絶対;} .main{位置: 絶対;左:200px;右:0px;} .layui-崩壊{border: none;}
.layui-colla-item{border-top:none;} .layui-colla-title{background:#42485b;color:#ffffff; } .layui-colla-content{border-top:none;padding:0px;} .content span{background: #009688;margin -left: 30px;padding: 10px;color:#ffffff;}
.content div{border-bottom: Solid 2px #009688;margin-top: 8px;} .content button{float: right;margin-top: -5px;} </style> </head> <body> ; <div class="header"> <span class="title"><span style="font-size: 20px;">{$ title}</span>--后台管理系统</span> <span class="userinfo">【{$login}】<span><a href="javascript :;">退出</a></span></span> </div>
view代:left.html <div class="menu" id="menu">
<div class="layui-collapse"lay-accordion> {foreach $left as $k=>$left_v} <div class="layui-colla-item"> <h2 class="layui-colla-title ">{$left_v.title}</h2> <div class="layui-colla-content {if $k==0}layui-show{/if}"> <ul class="layui-navlayui-nav-tree"> {foreach $left_v['lists'] as $lists_v} <li class="layui-nav-item"><a href="index.html">{$lists_v.title}</a></li> {/foreach} </ul> </div> </div> {/foreach} < /div> ;
表示番号:bottom.html </body>
</html> <script> layui.use(['element','layer','laypage'], function(){ var element =layui.element; varlaypage =layui.laypage; $ =layui.jquery; layer =layui.layer; resetMenuHeight(); }) ; // 再設置菜单容器の高さ function replaceMenuHeight(){ var height = document.documentElement.clientHeight - 50; $( '#menu').height(height); } </script>
view代:index.html {include file="public/head" /}
{include file="public/left" /} <div class="main" style= "padding:10px;"> <div class="content"> <span>商品列表</span> <div> ;</div> </div> #;/th&gt; #/th&gt; #; ####&lt; td&gt; {$ right_v .cat}&lt;/td&gt; #カウント/10)} &lt;/td&gt; <td>{$right_v.stock}</td> <td>{if $right_v['status']==1}开启{else/}关闭{/if }</td> <td>{$right_v.add_time|date='Y-m-d'}</td> </tr> {/volist} </tbody> </table> </div> {include file=" public/bottom" /}
|