%# show.rhtml $Revision: 1.11 $ %>
<%%=navi%>
<%= CGI::escapeHTML( @conf.html_title ) %> <%%=label_update_complete%>
<% unless @diary.visible? then %><%%=label_hidden_diary%>
<% end %>
<%
param = {
'date_format' => @conf.date_format,
'index' => @conf.index,
'section_anchor' => @conf.section_anchor,
'comment_anchor' => @conf.comment_anchor,
'long_mode' => true,
'show_referer' => true,
'referer_limit' => 100,
'referer_table' => @conf.referer_table,
'show_comment' => true,
'comment_limit' => 100,
'multi_user' => @conf.multi_user,
'hide_comment_form' => true,
'anchor' => true,
'show_nyear' => @conf.show_nyear,
} %>
<%= @diary.eval_rhtml( param, PATH ) %>