From 22ce20f004f647f8ab7239077b307394c0721bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=98=BE=E4=BC=98?= <237809796@qq.com> Date: Mon, 1 May 2023 02:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A1=E3=80=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B1=95=E7=A4=BA=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=202=E3=80=81=E5=85=B6=E4=BB=96=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/_tpl/layout.html | 4 +++- root/index.html | 12 ++++++++---- root/jie/detail.html | 34 +++++++++++++++++----------------- root/jie/index.html | 6 +++--- root/project/index.html | 2 +- root/user/home.html | 4 ++-- root/user/index.html | 4 ++-- 7 files changed, 36 insertions(+), 30 deletions(-) diff --git a/root/_tpl/layout.html b/root/_tpl/layout.html index ddacb35..1383f73 100644 --- a/root/_tpl/layout.html +++ b/root/_tpl/layout.html @@ -113,7 +113,7 @@ + #if(mine)
发表新帖
+ #end #end diff --git a/root/index.html b/root/index.html index 53de7d8..46daf9f 100644 --- a/root/index.html +++ b/root/index.html @@ -37,7 +37,7 @@ - #(x.createtime) + #(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm')) - #(x.createtime) + #(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm')) #if(bean.status == 30) - 私密 + #else #(bean.typename) #end - 未结 - + + #if(bean.top == 10) - 置顶 + #end #if(bean.wonderful == 10) - 精帖 + #end #if(mine.roleid?? == 1)
@@ -66,7 +66,7 @@ VIP3 --> - #(bean.createtime??) + #(EJ.date(bean.createtime??, 'yyyy-MM-dd HH:mm'))
@@ -123,7 +123,7 @@ -->
-
#(x.createtime??)
+
#(EJ.date(x.createtime??, 'yyyy-MM-dd HH:mm'))
#if(1>2) #end diff --git a/root/jie/index.html b/root/jie/index.html index 5320462..e91c11a 100644 --- a/root/jie/index.html +++ b/root/jie/index.html @@ -52,7 +52,7 @@ VIP3 --> - #(x.createtime) + #(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm')) #end #if(x.wonderful >= 20) - 精帖 + #end diff --git a/root/project/index.html b/root/project/index.html index f4dcf7e..7935cbd 100644 --- a/root/project/index.html +++ b/root/project/index.html @@ -87,7 +87,7 @@ project=["redbbs","redtimer", "JKit","jfly"] --> -
#(x.createtime??)
+
#(EJ.date(x.createtime??, 'yyyy-MM-dd HH:mm'))
#if(1>2) #end diff --git a/root/user/home.html b/root/user/home.html index 93397ff..42fc9dc 100644 --- a/root/user/home.html +++ b/root/user/home.html @@ -59,7 +59,7 @@ #end #(x.title) - #(x.createtime) + #(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm')) #(x.viewnum)阅/#(x.replynum)答 #end @@ -75,7 +75,7 @@ #for(x : comments.rows??)
  • - #(x.createtime) + #(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm'))#(x.title)中回答:

    diff --git a/root/user/index.html b/root/user/index.html index fa6c447..685a499 100644 --- a/root/user/index.html +++ b/root/user/index.html @@ -32,7 +32,7 @@ #for(x : contents.rows)
  • #(x.title) - #(x.createtime) + #(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm')) 编辑 #(x.viewnum)阅/#(x.replynum)答
  • @@ -45,7 +45,7 @@ #for(x : collects.rows??)
  • #(x.title) - 收藏于#(x.createtime) + 收藏于#(EJ.date(x.createtime, 'yyyy-MM-dd HH:mm'))
  • #end