<%
String diaryJSON = "";
if(web.getViewType().equals("DIARY")) diaryJSON = web.getCalendar();
%>
<%@ include file="./assets/include/calendar.jsp" %>
<% if(web.hasPasswordChange()) { %>
<%@ include file="./assets/include/password_change.jsp" %>
<% } %>
<% web.close(); %>