pkg://ja-tdiary-2.0.2_1.tbz:1900500/
share/
examples/
tdiary/
skel/latest.rhtml
downloads
<%# latest.rhtml $Revision: 1.5 $ %>
<%= @conf.header %>
<hr class="sep">
<%
param = {
'date_format' => @conf.date_format,
'index' => @conf.index,
'section_anchor' => @conf.section_anchor,
'comment_anchor' => @conf.comment_anchor,
'long_mode' => false,
'show_referer' => @conf.show_referer,
'referer_limit' => @conf.referer_limit,
'referer_table' => @conf.referer_table,
'show_comment' => @conf.show_comment,
'comment_limit' => @conf.comment_limit,
'multi_user' => @conf.multi_user,
'show_nyear' => @conf.show_nyear,
'comment_length' => @conf.comment_length,
}
latest( @conf.latest_limit ) do |diary| %>
<%= diary.eval_rhtml( param, PATH ) %>
<hr class="sep"><%
end %>
<%= @conf.footer %>