<%%=navi%>

<%=h @conf.html_title %> [<%%= submit_label %>]

Updating Diary

Diary Body

<%=@csrf_protection%> - -
Title:
Article(<%=h @conf.style %> style<%%= style_howto %>):
<%%=edit_proc( @date )%>
<%%=form_proc( @date )%>
<%%=comment_today%>
<%=@csrf_protection%>
<% idx = 0 @diary.each_comment do |comment| %>
checked<% end %>> <%=h comment.name %><%=h(" <#{comment.mail}>" ) unless comment.mail.empty? %> <%%=comment_date( Time::at( <%=comment.date.to_i%> ) )%>

<%= comment.body.make_link.gsub( /\n/, "
" ).gsub( /

\Z/, '' ) %>

<% end if idx > 0 then %>
<% end %>

<%%= referer_of_today_long( @diaries['<%=@date.strftime( '%Y%m%d' )%>'], 100 )%>