<%include("/common/_user_menu.html",{user:user}){}%>
时光轴 —— 记录生活点点滴滴
<%
for(entry in map){
var key = entry.key;
var value = entry.value;
var splitStr = strutil.split(key,"-");
%>
<%for(var line in value){%>
-
${line.createTime,'MM月dd日'}
${line.content}
<%}%>
<%}%>
<%include("/common/_footor.html"){}%>
<%include("/common/_scripts.html"){}%>