主人寄语
<%:=authorInfo.message || '说些寄语,欢迎您的空间访客吧'%>
留言(<%:=total%>)
<%for (const [year, yearMap] of boardMaps) {%> <%for (const [month, monthItems] of yearMap) {%> <%for (let index = 0; index < monthItems.length; index++) {%> <%const board = monthItems[index]%> <%total = total -1%>
<%:=API.Common.formatContent(API.Boards.getOwner(board), 'HTML', false, false, false, false, true)%>
#<%:=total + 1 %>
<%:=API.Utils.formatDate(board.pubtime)%>
<%for (const reply of board.replyList) {%>
<%}%>
<%}%>
<%:=API.Common.formatContent(API.Boards.getOwner(reply), 'HTML', false, false, false, false, true)%>
<%:=API.Utils.formatDate(reply.time)%>