Sha256: 4ef9206893ff1c7e0820809010aabc4099c7e9a4baa1d25e8ff4bbf262ebc344
Contents?: true
Size: 1.39 KB
Versions: 9
Compression:
Stored size: 1.39 KB
Contents
<%# -*- coding: utf-8 -*- -%> <% Template.target_binary_version(1.0) -%> <%= processed_title %> <%= toc["author"] %> <%= cover_chuki %> ―――――――――――――――――――――――― あらすじ: <%= toc["story"] %> 掲載ページ: <%= toc["toc_url"] %> ―――――――――――――――――――――――― <% sections.each_with_index do |section, i| -%> [#改ページ] <% if section["chapter"] != "" -%> [#ページの左右中央] [#3字下げ][#ここから大見出し]<%= section["chapter"] %>[#ここで大見出し終わり] [#改ページ] <% end -%> [#3字下げ][#ここから中見出し]<%= section["subtitle"].rstrip %>[#ここで中見出し終わり] <% if section["element"]["introduction"] != "" -%> [#ここから6字下げ] <%= section["element"]["introduction"] %> [#ここで字下げ終わり] <% end -%> <%= section["element"]["body"] %> <% if section["element"]["postscript"] != "" -%> [#ここから6字下げ] <%= section["element"]["postscript"] %> [#ここで字下げ終わり] <% end -%> <% end -%> <% if setting.enable_display_end_of_book -%> [#ここから地付き][#小書き](本を読み終わりました)[#小書き終わり][#ここで地付き終わり] <% end -%>
Version data entries
9 entries across 9 versions & 1 rubygems