#@layout()
#define main()
#@user_side("index")
- 我发的帖(#if(contents.total??0 < 1) 0 #else #(contents.total) #end)
- 我收藏的帖(#if(collects.total??0 < 1) 0 #else #(collects.total) #end)
#for(x : contents.rows)
-
#(x.title)
#(x.createtime)
编辑
#(x.viewnum)阅/#(x.replynum)答
#end
#for(x : collects.rows??)
-
#(x.title)
收藏于#(x.createtime)
#end
#end
#define js()
#end