Sha256: 7126a73edb817c40d12124138e000ef8c490639dba024a0ae018260d451c84f1

Contents?: true

Size: 803 Bytes

Versions: 47

Compression:

Stored size: 803 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 ) %><%
else %>
	<p class="message">
	<%%=no_diary%>
	</p><%
end %>
<hr class="sep">

<%= @conf.footer %>

Version data entries

47 entries across 36 versions & 1 rubygems

Version Path
tdiary-5.3.0 views/day.rhtml
tdiary-5.2.4 views/day.rhtml
tdiary-5.2.3 views/day.rhtml
tdiary-5.2.2 views/day.rhtml
tdiary-5.2.1 views/day.rhtml
tdiary-5.2.0 views/day.rhtml
tdiary-5.1.7 views/day.rhtml
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/views/day.rhtml
tdiary-5.1.6 views/day.rhtml
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/views/day.rhtml
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/views/day.rhtml
tdiary-5.1.5 views/day.rhtml
tdiary-5.1.4 views/day.rhtml
tdiary-5.1.3 views/day.rhtml
tdiary-5.1.2 vendor/bundle/ruby/2.6.0/gems/tdiary-5.0.14/views/day.rhtml
tdiary-5.1.2 views/day.rhtml
tdiary-5.1.1 vendor/bundle/ruby/2.6.0/gems/tdiary-5.0.14/views/day.rhtml
tdiary-5.1.1 views/day.rhtml
tdiary-5.1.0 views/day.rhtml
tdiary-5.0.14 views/day.rhtml