Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
992a43df
Commit
992a43df
authored
Jun 24, 2020
by
sgjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成标签解析
parent
22db6187
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
72 additions
and
98 deletions
+72
-98
IContentDao.xml
src/main/java/net/mingsoft/cms/dao/IContentDao.xml
+1
-1
about.htm
src/main/webapp/templets/1/default/about.htm
+6
-32
case-list.htm
src/main/webapp/templets/1/default/case-list.htm
+7
-7
head.htm
src/main/webapp/templets/1/default/head.htm
+15
-15
index.htm
src/main/webapp/templets/1/default/index.htm
+0
-0
news-list.htm
src/main/webapp/templets/1/default/news-list.htm
+12
-12
news-show.htm
src/main/webapp/templets/1/default/news-show.htm
+28
-28
search.htm
src/main/webapp/templets/1/default/search.htm
+3
-3
No files found.
src/main/java/net/mingsoft/cms/dao/IContentDao.xml
View file @
992a43df
...
...
@@ -285,7 +285,7 @@
<if
test=
"tableName!=null and tableName!='' and diyMap!=null"
>
<foreach
item=
"item"
index=
"index"
collection=
"diyList"
open=
""
separator=
""
close=
""
>
and d.${
item
.key} like CONCAT("%",#{item.value},"%")
and d.${
field
.key} like CONCAT("%",#{item.value},"%")
</foreach>
</if>
</where>
...
...
src/main/webapp/templets/1/default/about.htm
View file @
992a43df
<!DOCTYPE html>
<html>
<head>
<
#
include
"
head-file
.
htm
"
/>
</head>
<body>
<
#
include
"
head
.
htm
"
/>
<div
class=
"ms-banner"
style=
"background:url(${global.host}/${global.style}/images/about_us.jpg) no-repeat center;"
>
<p
class=
"banner_tit_about animated fadeInLeft"
>
关于我们
</p>
<p
class=
"banner_tit_about_des animated fadeInRight"
>
About us
</p>
</div>
<div
class=
"ms-content-about"
>
<div
class=
"ms-content-main"
>
<
#
include
"
menu-left
.
htm
"
/>
<div
class=
"ms-content-right"
>
<div
class=
"ms-content-right-position"
>
<a
href=
"${global.host}"
>
首页
</a>
<span>
>
</span>
<a
href=
"${field.typelink}"
>
${field.typetitle}
</a>
</div>
<div
class=
"ms-content-right-main"
>
<div
class=
"ms-content-right-main-title"
>
${field.title}
</div>
<div
class=
"ms-content-right-main-content"
>
${field.content}
</div>
</div>
</div>
</div>
</div>
<
#
include
"
footer
.
htm
"
/>
</body>
</html>
\ No newline at end of file
<
#
include
"
head
.
htm
"
>
{ms:channel type=son}
[field.typetitle/]
{/ms:channel}
==================
\ No newline at end of file
src/main/webapp/templets/1/default/case-list.htm
View file @
992a43df
...
...
@@ -6,33 +6,33 @@
<body>
<
#
include
"
head
.
htm
"
/>
<div
class=
"ms-banner"
style=
"background:url(
${global.host}/${global.style
}/images/00.png) no-repeat center;"
>
<div
class=
"ms-banner"
style=
"background:url(
{ms:global.host/}/{ms:global.style/
}/images/00.png) no-repeat center;"
>
<p
class=
"banner_tit_other animated fadeInLeft"
>
案
例
</p>
<p
class=
"banner_tit_other_des animated fadeInRight"
>
Case list
</p>
</div>
<div
class=
"ms-content-case"
>
<div
class=
"ms-content-main"
>
<
@
arclist
size=
6
ispaging=
true
>
{ms:arclist size=6 ispaging=true}
<div
class=
"ms-content-main-case"
>
<div
class=
"ms-content-main-case-img"
>
<img
src=
"
${global.host}${item.litpic}
"
>
<img
src=
"
{ms:global.host/}[field.litpic/]
"
>
</div>
<div
class=
"ms-content-main-case-explain"
>
<div
class=
"ms-content-main-case-title"
>
${item.title}
</div>
<div
class=
"ms-content-main-case-title"
>
[field.title/]
</div>
<div
class=
"ms-content-main-case-content"
>
<p
class=
"ms-content-main-case-written"
>
${item.content}
[field.content/]
</p>
<!-- <p class="ms-content-main-case-QRcode">
<img src="./images/1471918025445.png">
</p> -->
</div>
<div
class=
"ms-content-main-case-click"
>
<a
target=
"_blank"
href=
"
${item.source}
"
>
点击查看
</a>
<a
target=
"_blank"
href=
"
[field.source/]
"
>
点击查看
</a>
</div>
</div>
</div>
</
@
arclist>
{/ms:arclist}
</div>
</div>
<
#
include
"
footer
.
htm
"
/>
...
...
src/main/webapp/templets/1/default/head.htm
View file @
992a43df
<div
class=
"ms-head"
>
<div
class=
"head-menu"
>
<div
class=
"head-men-left head-menu-flex-center"
>
<a
href=
"
${global.host
}/html/1/index.html"
>
<a
href=
"
{ms:global.host/
}/html/1/index.html"
>
<img
src=
"http://cdn.mingsoft.net/images/logo.png"
/>
</a>
<ul
class=
"head-menu-list"
>
<li
class=
"head-menu-list-li"
>
走进铭飞
<ul
class=
"head-menu-son-list"
>
<li>
<a
target=
"_blank"
href=
'
${global.url
}/53/index.html'
>
关于我们
</a>
<a
target=
"_blank"
href=
'
{ms:global.url/
}/53/index.html'
>
关于我们
</a>
</li>
<li>
<a
target=
"_blank"
href=
'
${global.url
}/59/index.html'
>
公司动态
</a>
<a
target=
"_blank"
href=
'
{ms:global.url/
}/59/index.html'
>
公司动态
</a>
</li>
<li>
<a
target=
"_blank"
href=
'http://mingsoft.net/html/1//5527/index.html#faz'
>
发展历程
</a>
...
...
@@ -20,12 +20,12 @@
<a
target=
"_blank"
href=
'http://mingsoft.net/html/1//5527/index.html#lianx'
>
加入我们
</a>
</li>
<li>
<a
target=
"_blank"
href=
'
${global.url
}/19/141/index.html'
>
联系我们
</a>
<a
target=
"_blank"
href=
'
{ms:global.url/
}/19/141/index.html'
>
联系我们
</a>
</li>
</ul>
</li>
<li
class=
"head-menu-list-li"
>
<a
href=
'
${global.url
}/149/index.html'
>
案例
</a>
<a
href=
'
{ms:global.url/
}/149/index.html'
>
案例
</a>
</li>
<li
class=
"head-menu-list-li"
>
<a
target=
"_blank"
href=
'http://store.mingsoft.net/mstore/index.do'
>
插件
&
模板
</a>
...
...
@@ -35,7 +35,7 @@
</ul> -->
</li>
<li
class=
"head-menu-list-li"
>
<a
target=
"_blank"
href=
'
${global.url
}/19/142/index.html'
>
在线留言
</a>
<a
target=
"_blank"
href=
'
{ms:global.url/
}/19/142/index.html'
>
在线留言
</a>
</li>
<li
class=
"head-menu-list-li"
>
技术支持
<ul
class=
"head-menu-son-list"
>
...
...
@@ -54,7 +54,7 @@
</div>
<div
class=
"head-men-right head-menu-flex-center"
>
<div
class=
"head-menu-flex-center head-menu-right-search"
>
<form
id=
"searchDataForm"
action=
"
${global.host
}/mcms/search.do"
method=
"post"
>
<form
id=
"searchDataForm"
action=
"
{ms:global.host/
}/mcms/search.do"
method=
"post"
>
<input
type=
"text"
class=
'ms-search-input'
name=
"content_title"
placeholder=
"请输入关键字"
>
<!-- <i class="iconfont ms-search-click"></i> -->
<input
type=
"submit"
value=
""
class=
"ms-search-click"
>
...
...
@@ -63,12 +63,12 @@
<div
class=
"head-menu-right-content"
id=
"ms-login-vue"
>
<span
v-show=
"!isLogin"
style=
"display: none;"
>
<span>
<a
href=
'
${global.host
}/mdiyPage/login.do'
>
登录
</a>
</span>
|
<span><a
href=
'
${global.host
}/mdiyPage/register.do'
>
注册
</a></span>
<a
href=
'
{ms:global.host/
}/mdiyPage/login.do'
>
登录
</a>
</span>
|
<span><a
href=
'
{ms:global.host/
}/mdiyPage/register.do'
>
注册
</a></span>
</span>
<div
class=
"topbar-info J_userInfo loginSuccess hide-default"
v-show=
"isLogin"
style=
"display: none;"
>
<a
class=
"user-name"
href=
"
${global.host
}/people/center.do"
>
<img
:src=
"'
${global.host
}/'+peopleInfo.puIcon"
class=
"loginImg user_icon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
>
<a
class=
"user-name"
href=
"
{ms:global.host/
}/people/center.do"
>
<img
:src=
"'
{ms:global.host/
}/'+peopleInfo.puIcon"
class=
"loginImg user_icon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
>
<b
class=
"userName ms-userName"
v-text=
"peopleInfo.puNickname"
></b>
</a>
<a
href=
"javascript:;"
class=
"quitLogin"
@
click=
"quitLogin"
>
退出
</a>
...
...
@@ -91,13 +91,13 @@
var
target
=
this
;
$
.
ajax
({
type
:
"POST"
,
url
:
"
${global.host
}/checkLoginStatus.do"
,
url
:
"
{ms:global.host/
}/checkLoginStatus.do"
,
success
:
function
(
msg
)
{
target
.
isLogin
=
msg
.
result
;
//判断用户是否登录,如登录,则target.isLogin===true
if
(
msg
.
result
)
{
$
.
ajax
({
type
:
"GET"
,
url
:
"
${global.host
}/people/user/info.do"
,
url
:
"
{ms:global.host/
}/people/user/info.do"
,
success
:
function
(
msg
)
{
target
.
peopleInfo
=
msg
;
//target.peopleInfo为当前登录用户的基本信息
}
...
...
@@ -112,11 +112,11 @@
var
target
=
this
;
$
.
ajax
({
type
:
"GET"
,
url
:
"
${global.host
}/people/quit.do"
,
url
:
"
{ms:global.host/
}/people/quit.do"
,
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
$
(
"body"
).
append
(
"<form id='msHeadForm' action=''></form>"
);
$
(
"#msHeadForm"
).
attr
(
"action"
,
"
${global.host
}"
).
submit
();
$
(
"#msHeadForm"
).
attr
(
"action"
,
"
{ms:global.host/
}"
).
submit
();
}
}
})
...
...
src/main/webapp/templets/1/default/index.htm
View file @
992a43df
This diff is collapsed.
Click to expand it.
src/main/webapp/templets/1/default/news-list.htm
View file @
992a43df
...
...
@@ -5,7 +5,7 @@
</head>
<body>
<
#
include
"
head
.
htm
"
/>
<div
class=
"ms-banner"
style=
"background:url(
${global.host}/${global.style
}/images/our_company.jpeg) no-repeat center;"
>
<div
class=
"ms-banner"
style=
"background:url(
{ms:global.host/}/{ms:global.style/
}/images/our_company.jpeg) no-repeat center;"
>
<p
class=
"banner_tit_other animated fadeInLeft"
>
公司动态
</p>
<p
class=
"banner_tit_other_des animated fadeInRight"
>
Our company
</p>
</div>
...
...
@@ -13,32 +13,32 @@
<div
class=
"ms-content-new-list"
>
<
#
include
"
menu-left
.
htm
"
/>
<div
class=
"ms-content-right-position"
>
<a
href=
"
${global.host
}"
>
首页
</a>
<a
href=
"
{ms:global.host/
}"
>
首页
</a>
<span>
>
</span>
<a
href=
"{
field.typelink}"
>
{column.typetitle
}
</a>
<a
href=
"{
mts:field.typelink/}"
>
{mts:field.typetitle/
}
</a>
</div>
<div
class=
"ms-content-main-list"
>
<div
class=
"ms-content-main-div"
>
<ul
class=
"ms-content-main-ul"
>
<
@
arclist
size=
10
ispaging=
true
>
{ms:arclist size=10 ispaging=true}
<li>
<a
href=
"
${global.url}${item.link}
"
>
<a
href=
"
{ms:global.url/}[field.link/]
"
>
<!-- <span class="ms-content-main-li-span">·</span> -->
<span
class=
"ms-content-main-li-title"
>
${item.title}
</span>
<span
class=
"ms-content-main-li-time"
>
${item.date?string("yyyy-MM-dd")}
</span>
<span
class=
"ms-content-main-li-title"
>
[field.title/]
</span>
<span
class=
"ms-content-main-li-time"
>
[field.date?string("yyyy-MM-dd")/]
</span>
</a>
</li>
</
@
arclist>
{/ms:arclist}
</ul>
</div>
</div>
</div>
<div
class=
"ms-content-main-page"
>
<a
class=
"ms-content-main-page-first"
href=
"
${global.url}${page.index
}"
>
首页
</a>
<a
class=
"ms-content-main-page-upper"
href=
"
${global.url}${page.pre
}"
>
上一页
</a>
<a
class=
"ms-content-main-page-next"
href=
"
${global.url}${page.next
}"
>
下一页
</a>
<a
class=
"ms-content-main-page-last"
href=
"
${global.url}${page.last
}"
>
末页
</a>
<a
class=
"ms-content-main-page-first"
href=
"
{ms:global.url/}{ms:page.index/
}"
>
首页
</a>
<a
class=
"ms-content-main-page-upper"
href=
"
{ms:global.url/}{ms:page.pre/
}"
>
上一页
</a>
<a
class=
"ms-content-main-page-next"
href=
"
{ms:global.url/}{ms:page.next/
}"
>
下一页
</a>
<a
class=
"ms-content-main-page-last"
href=
"
{ms:global.url/}{ms:page.last/
}"
>
末页
</a>
</div>
</div>
<
#
include
"
footer
.
htm
"
/>
...
...
src/main/webapp/templets/1/default/news-show.htm
View file @
992a43df
...
...
@@ -2,13 +2,13 @@
<html>
<head>
<
#
include
"
head-file
.
htm
"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
${global.host}/${global.style
}/css/jquery.sinaemotion.css"
/>
<script
type=
"text/javascript"
src=
"
${global.host}/${global.style
}/js/jquery.sinaEmotion.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
{ms:global.host/}/{ms:global.style/
}/css/jquery.sinaemotion.css"
/>
<script
type=
"text/javascript"
src=
"
{ms:global.host/}/{ms:global.style/
}/js/jquery.sinaEmotion.js"
></script>
</head>
<body>
<
#
include
"
head
.
htm
"
>
<div
class=
"ms-banner"
style=
"background:url(
${global.host}/${global.style
}/images/news2.png) no-repeat center;"
>
<div
class=
"ms-banner"
style=
"background:url(
{ms:global.host/}/{ms:global.style/
}/images/news2.png) no-repeat center;"
>
<p
class=
"banner_tit_other animated fadeInLeft"
>
公司动态
</p>
<p
class=
"banner_tit_other_des animated fadeInRight"
>
Our company
</p>
...
...
@@ -18,23 +18,23 @@
<
#
include
"
menu-left
.
htm
"
>
<div
class=
"ms-content-right"
>
<div
class=
"ms-content-right-position"
>
<a
href=
"
${global.host
}"
>
首页
</a>
<a
href=
"
{ms:global.host/
}"
>
首页
</a>
<span>
>
</span>
<a
href=
"
${field.typelink}"
>
${field.typetitle
}
</a>
<a
href=
"
{ms:field.typelink/}"
>
{ms:field.typetitle/
}
</a>
</div>
<div
class=
"ms-content-right-main"
>
<div
class=
"ms-content-right-main-title"
id=
"ms-content-right-main-title"
>
<div
class=
"ms-content-right-main-title-div"
>
${field.title
}
</div>
<div
class=
"ms-content-right-main-title-div"
>
{ms:field.title/
}
</div>
<div
class=
"ms-content-right-main-icon"
>
<div
class=
"ms-content-icon-left"
>
<div
class=
"ms-content-right-main-icon-source"
>
来源:
${field.source!''
}
<div
class=
"ms-content-right-main-icon-source"
>
来源:
{ms:field.source/
}
<span
class=
"ms-content-right-vertical"
>
|
</span>
</div>
<div
class=
"ms-content-right-main-icon-time"
>
时间:
${field.date?string("yyyy-MM-dd")
}
</div>
<div
class=
"ms-content-right-main-icon-time"
>
时间:
{ms:field.date?string("yyyy-MM-dd")/
}
</div>
</div>
<div
class=
"ms-content-icon-right"
>
<div
class=
"ms-content-right-main-icon-clicks"
></div>
<div
class=
"ms-content-right-main-icon-num"
>
${field.hit
}
<div
class=
"ms-content-right-main-icon-num"
>
{ms:field.hit/
}
<span
class=
"ms-content-right-vertical"
>
|
</span>
</div>
<div
class=
"ms-content-right-main-icon-comment"
></div>
...
...
@@ -48,11 +48,11 @@
</div>
</div>
<div
class=
"ms-content-right-main-content"
>
<p>
${field.content!''
}
</p><br/>
<p>
{ms:field.content/
}
</p><br/>
</div>
<div
class=
"metfield"
>
<p>
上一篇:
<a
href=
"
${global.url}${pre.link}"
>
${pre.title
}
</a></p>
<p>
下一篇:
<a
href=
"
${global.url}${next.link}"
>
${next.title
}
</a></p>
<p>
上一篇:
<a
href=
"
{ms:global.url/}{ms:pre.link/}"
>
{ms:pre.title/
}
</a></p>
<p>
下一篇:
<a
href=
"
{ms:global.url/}{ms:next.link/}"
>
{ms:next.title/
}
</a></p>
</div>
</div>
<div
class=
"ms-content-right-main-content-Fabulous"
>
...
...
@@ -68,13 +68,13 @@
</div>
<div
class=
"ms-content-right-comment-list"
>
<div
class=
"ms-content-right-comment-list-no-comment"
style=
"display: none;"
v-show=
"commentsList.length == 0"
>
<img
src=
"
${global.host}/${global.style
}/images/no-comment.png"
>
<img
src=
"
{ms:global.host/}/{ms:global.style/
}/images/no-comment.png"
>
</div>
<template
v-for=
"(comments,index) in commentsList"
>
<div
class=
"ms-content-right-comment-list-div"
v-if=
"index <= listNum"
>
<div
class=
"ms-content-right-comment-list-left"
>
<div
class=
"ms-content-right-comment-list-portrait"
>
<img
:src=
"'
${global.host
}'+ comments.puIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
>
<img
:src=
"'
{ms:global.host/
}'+ comments.puIcon"
onerror=
"this.src='http://cdn.mingsoft.net/global/images/msheader.png'"
>
</div>
<div
class=
"ms-content-right-comment-list-content"
>
<div
class=
"ms-content-right-comment-list-name"
v-text=
"comments.puNickname"
></div>
...
...
@@ -96,7 +96,7 @@
没有更多评论
</div>
<div
class=
"ms-content-right-comment-list-div-load"
style=
"display: none;"
>
<img
src=
"
${global.host}/${global.style
}/images/loading.gif"
>
<img
src=
"
{ms:global.host/}/{ms:global.style/
}/images/loading.gif"
>
</div>
</div>
</div>
...
...
@@ -131,8 +131,8 @@
if
(
obj
.
isAttention
==
false
)
{
$
.
ajax
({
type
:
"POST"
,
data
:
"basicAttentionBasicId=
${field.id
}&basicAttentionType=2"
,
url
:
"
${global.host
}/people/attention/save.do"
,
data
:
"basicAttentionBasicId=
{ms:field.id/
}&basicAttentionType=2"
,
url
:
"
{ms:global.host/
}/people/attention/save.do"
,
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
obj
.
attentionNum
++
;
...
...
@@ -146,8 +146,8 @@
}
else
{
$
.
ajax
({
type
:
"POST"
,
data
:
"basicId=
${field.id
}&basicAttentionType=2"
,
url
:
"
${global.host
}/people/attention/delete.do"
,
data
:
"basicId=
{ms:field.id/
}&basicAttentionType=2"
,
url
:
"
{ms:global.host/
}/people/attention/delete.do"
,
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
obj
.
attentionNum
--
;
...
...
@@ -165,8 +165,8 @@
var
obj
=
this
;
$
.
ajax
({
type
:
"POST"
,
data
:
"commentBasicId=
${field.id
}"
,
url
:
"
${global.host
}/comment/list.do"
,
data
:
"commentBasicId=
{ms:field.id/
}"
,
url
:
"
{ms:global.host/
}/comment/list.do"
,
success
:
function
(
msg
)
{
obj
.
commentsList
=
msg
.
list
;
}
...
...
@@ -184,8 +184,8 @@
var
obj
=
this
;
$
.
ajax
({
type
:
"POST"
,
data
:
"commentContent="
+
$
(
"textarea[name=comments]"
).
val
()
+
"&isCode=false&commentBasicId=
${field.id
}"
,
url
:
"
${global.host
}/people/comment/save.do"
,
data
:
"commentContent="
+
$
(
"textarea[name=comments]"
).
val
()
+
"&isCode=false&commentBasicId=
{ms:field.id/
}"
,
url
:
"
{ms:global.host/
}/people/comment/save.do"
,
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
alert
(
"评论成功"
);
...
...
@@ -207,7 +207,7 @@
//登录状态
$
.
ajax
({
type
:
"POST"
,
url
:
"
${global.host
}/checkLoginStatus.do"
,
url
:
"
{ms:global.host/
}/checkLoginStatus.do"
,
success
:
function
(
msg
)
{
obj
.
loginStatus
=
msg
.
result
;
}
...
...
@@ -216,8 +216,8 @@
//关注数
$
.
ajax
({
type
:
"POST"
,
data
:
"basicAttentionBasicId=
${field.id
}&basicAttentionType=2"
,
url
:
"
${global.host
}/attention/count.do"
,
data
:
"basicAttentionBasicId=
{ms:field.id/
}&basicAttentionType=2"
,
url
:
"
{ms:global.host/
}/attention/count.do"
,
success
:
function
(
msg
)
{
obj
.
attentionNum
=
msg
;
}
...
...
@@ -225,8 +225,8 @@
//是否关注了
$
.
ajax
({
type
:
"POST"
,
data
:
"basicAttentionBasicId=
${field.id
}&basicAttentionType=2"
,
url
:
"
${global.host
}/people/attention/isExists.do"
,
data
:
"basicAttentionBasicId=
{ms:field.id/
}&basicAttentionType=2"
,
url
:
"
{ms:global.host/
}/people/attention/isExists.do"
,
success
:
function
(
msg
)
{
obj
.
isAttention
=
msg
.
result
;
}
...
...
src/main/webapp/templets/1/default/search.htm
View file @
992a43df
...
...
@@ -18,9 +18,9 @@
<ul
class=
"ms-content-main-ul"
>
<
@
arclist
size=
10
ispaging=
true
>
<li>
<a
href=
"${global.url}/${
item
.link}"
>
${
item
.title}
<span
class=
"ms-content-main-li-time"
>
${
item
.date?string("yyyy-MM-dd")}
</span>
<a
href=
"${global.url}/${
field
.link}"
>
${
field
.title}
<span
class=
"ms-content-main-li-time"
>
${
field
.date?string("yyyy-MM-dd")}
</span>
</a>
</li>
</
@
arclist>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment