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