Commit 00bd875a authored by msgroup's avatar msgroup

模版修改

parent defa5d20
spring:
datasource:
url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&serverTimezone=Asia/Shanghai&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
username: root
password: root
filters: wall,mergeStat
......
......@@ -2,13 +2,16 @@
<div class="body">
<div class="top">
<div class="top-left">
{ms:channel flag='nav' type='top'}
{ms:channel flag='nav,c' type='top'}
<div class="foot-nav">
<a href="{ms:global.url/}${field.typelink}" class="nav-item"> ${field.typetitle} </a> {ms:channel }
<a href="{ms:global.url/}${field.typelink}" class="nav-item"> ${field.typetitle}</a>
{ms:channel}
<div>
<a href="{ms:global.url/}${field.typelink}" class="item"> ${field.typetitle} </a>
</div> {/ms:channel}
</div> {/ms:channel}
</div>
{/ms:channel}
</div>
{/ms:channel}
</div>
<div class="top-right">
<div class="qr">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment