<% ## accesskeys if @conf.accesskey_enabled accesskeys = { 'year' => ' accesskey="Y"', 'month' => ' accesskey="M"', 'day' => ' accesskey="D"', 'edit' => ' accesskey="E"', 'body' => ' accesskey="C"', 'preview' => ' accesskey="P"', 'submit' => ' accesskey="A"', 'hide' => ' accesskey="H"', } else accesskeys = {} end %> <%%=navi%>

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

日記の更新

日記本文

<%=@csrf_protection%> size="4" value="<%= @date.year %>">年 size="2" value="<%= @date.mon %>">月 size="2" value="<%= @date.day %>">日 name="edit" value="この日付の日記を編集">
タイトル: size="40" value="<%=h @diary.title %>">
本文(<%=h @conf.style %>スタイル<%%= style_howto %>):
<%%=edit_proc( @date )%> name="<%%= preview_command %>" value="<%%= preview_label %>"> name="<%%= submit_command %>" value=" <%%= submit_label %> ">
<%%=form_proc( @date )%>
<%%=comment_today%>
<%=@csrf_protection%>
<% idx = 0 @diary.each_comment do |comment| comment_checkbox_id = "commentcheckboxr#{idx}" %>
checked<% end %>>

<%= 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 )%>