Sha256: 2cc62a5cfbdb31641f3fe952890f2f0dd468fe9c9d4818ab8688495030d954ac

Contents?: true

Size: 666 Bytes

Versions: 5

Compression:

Stored size: 666 Bytes

Contents

<H1><%=h @conf.html_title %></H1>
<P>
<%%= mobile_navi %>
</P>
<%
if @diary then
	param = {
		'prefix' => 'i.',
		'index' => @conf.index,
		'date_format' => @conf.date_format,
		'section_anchor' => @conf.section_anchor,
		'comment_anchor' => @conf.comment_anchor,
		'long_mode' => false,
		'show_referer' => false,
		'referer_limit' => 0,
		'show_comment' => @conf.show_comment,
		'comment_limit' => -1,
		'multi_user' => @conf.multi_user,
		'anchor' => true,
		'hide_comment_form' => @conf.hide_comment_form,
		'show_nyear' => false,
	} %>
	<%= @diary.eval_rhtml( param ) %>
	<%%=comment_form_mobile%>
<% else %>
	<p><%%=no_diary%></P><%
end %>
<%%= mobile_navi %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tdiary-4.1.3 views/i.day.rhtml
tdiary-4.1.2 views/i.day.rhtml
tdiary-4.1.1 views/i.day.rhtml
tdiary-4.1.0 views/i.day.rhtml
tdiary-4.1.0.20141126 views/i.day.rhtml