<%# update.rhtml $Revision: 1.27.2.1 $ %> <%%=navi%>

<%= CGI::escapeHTML( @conf.html_title ) %> [<%%= submit_label %>]

日記の更新

日記本文

<%=@csrf_protection%>
タイトル:
本文(<%= @conf.style %>スタイル<%%= style_howto %>):
<%%=edit_proc( @date )%> この日の日記を隠すchecked <% end %>tabindex="1000" accesskey="H">
<%%=form_proc( @date )%>
<%%=comment_today%>
<%=@csrf_protection%>
<% idx = 0 @diary.each_comment( 100 ) do |comment| %>
checked<% end %>> <%= CGI::escapeHTML( comment.name ) %><%= CGI::escapeHTML( " <#{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 )%>