Sha256: f91553e76e8ebc3c9d802c9c1b9ba75efc50873c69d8851d10424d8c0afd8397

Contents?: true

Size: 809 Bytes

Versions: 22

Compression:

Stored size: 809 Bytes

Contents

<%= @conf.header %>
<hr class="sep">

<%
if @diary then
	param = {
		'date_format' => @conf.date_format,
		'index' => @conf.index,
		'section_anchor' => @conf.section_anchor,
		'comment_anchor' => @conf.comment_anchor,
		'long_mode' => true,
		'show_referer' => @conf.show_referer,
		'referer_limit' => 100,
		'referer_table' => @conf.referer_table,
		'show_comment' => @conf.show_comment,
		'comment_limit' => -1,
		'multi_user' => @conf.multi_user,
		'cookie_name' => cookie_name,
		'cookie_mail' => cookie_mail,
		'anchor' => true,
		'hide_comment_form' => @conf.hide_comment_form,
		'show_nyear' => @conf.show_nyear,
		'bot' => @conf.bot =~ @cgi.user_agent,
	} %>
	<%= @diary.eval_rhtml( param, PATH ) %><%
else %>
	<p class="message">
	<%%=no_diary%>
	</p><%
end %>
<hr class="sep">

<%= @conf.footer %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tdiary-4.0.5.1 skel/day.rhtml
tdiary-4.0.5 skel/day.rhtml
tdiary-4.0.4 skel/day.rhtml
tdiary-4.0.3 skel/day.rhtml
tdiary-4.0.2.20140201 skel/day.rhtml
tdiary-4.0.2 skel/day.rhtml
tdiary-4.0.1.20131102 skel/day.rhtml
tdiary-4.0.1.20130929 skel/day.rhtml
tdiary-4.0.1.20130903 skel/day.rhtml
tdiary-4.0.1 skel/day.rhtml
tdiary-4.0.0.20130826 skel/day.rhtml
tdiary-4.0.0 skel/day.rhtml
tdiary-3.2.2.20130727 skel/day.rhtml
tdiary-3.2.2.20130722 skel/day.rhtml
tdiary-3.2.2.20130720 skel/day.rhtml
tdiary-3.2.2.20130617 skel/day.rhtml
tdiary-3.2.2.20130614 skel/day.rhtml
tdiary-3.2.2.20130604 skel/day.rhtml
tdiary-3.2.2.20130527 skel/day.rhtml
tdiary-3.2.2.20130518 skel/day.rhtml