" %>"><%= @date.strftime( opt['date_format'] ) %> <%= title %><%
if opt['show_nyear'] then
%> <%%=nyear "<%= @date.strftime('%Y%m%d') %>" %><%
end
%>
<%%= body_enter_proc( Time::at( <%=@date.to_i%> ) ) %>
<%= to_html( opt ) %>
<%%= body_leave_proc( Time::at( <%=@date.to_i%> ) ) %>
<%
if not opt['hide_comment_form'] and opt['long_mode'] then %>
<%
end %>
<%% unless @plugin_files.grep(/tb-show.rb\z/).empty? then %><%
if opt['long_mode'] then %><%%=
trackbacks_of_today_long( @diaries["<%= @date.strftime( '%Y%m%d' ) %>"] )
%><% else %><%%=
trackbacks_of_today_short( @diaries["<%= @date.strftime( '%Y%m%d' ) %>"] )
%><% end %><%%
end %>
<%
if opt['show_referer'] then
if opt['long_mode'] then %>
<%%= referer_of_today_long( @diaries['<%=@date.strftime( '%Y%m%d' )%>'], <%=opt['referer_limit']%> )%>
<%
else %>
<%%=referer_of_today_short( @diaries['<%=@date.strftime( '%Y%m%d' )%>'], <%=opt['referer_limit']%> )%>
<%
end
end %>
#c01" %>">Before...
<% end each_comment_tail( opt['comment_limit'] ) do |comment,idx| if comment.visible? %>#c<%= '%02d' % idx %>" %>"><%= opt['comment_anchor'] %> <%= CGI::escapeHTML( comment.name ) %> [<%= CGI::escapeHTML( comment.shorten( opt['comment_length'] ) ) %>]
<% end end %>