<% if:with_date %>
<% article.createstamp | date_format("%Y年%m月%d日") %>
<% /if %>
<% if:page_name eq 'article' -%>
<% article.entire_body | bodyfilter(article_info,blog) %><% if:list_tag %>
<% /if %>
<% else -%>
<% article.first_body | bodyfilter(article_info,blog) %><% if:list_tag %>
<% /if %>
<% /if -%>
<% if:blog.bookmark_service %>
<% /if %>
<% if:list_category_article -%>
【<% article_category.name %>の最新記事】
<% /if %>
posted by <% if:article.posted_owner_blog -%>
<% /if %><% article.nickname | html %><% if:article.posted_owner_blog -%><% /if %> at <% article.createstamp | date_format("%H:%M") -%>
<% if:article.accept_comment_show -%>
|
Comment(<% article.children_count | __or__ | echo('0') %>)
<% /if -%>
<% if:article.accept_tb_show %>
|
TrackBack(<% article.tb_count | __or__ | echo('0') %>)
<% /if -%>
<% if:style.disp_category %>|
<% article_category.name %><% /if %>
<% /loop -%>
<% if:page_name eq 'category' -%>
<% if:pager.need_pager -%>
<% if:pager.previous_page %>
<<<% else %>-<% /if %><% loop:list_pager %><% if:pager.show_previous_group(pager_number,5) %>..<% /if %><% if:pager.show_page(pager_number,5) %> <% if:current_page ne pager_number %>
<% /if %><% pager_number %><% if:current_page ne pager_number %><% /if %><% /if %><% if:pager.show_next_group(pager_number,5) %>..<% /if %><% /loop %> <% if:pager.next_page %>
>><% else %>-<% /if %>
<% /if -%>
<% /if -%>
<% if:page_name eq 'archive' -%>
<% if:archive_page_name eq 'month' -%>
<% if:pager.need_pager -%>
<% if:pager.previous_page %>
<<<% else %>-<% /if %><% loop:list_pager %><% if:pager.show_previous_group(pager_number,5) %>..<% /if %><% if:pager.show_page(pager_number,5) %> <% if:current_page ne pager_number %>
<% /if %><% pager_number %><% if:current_page ne pager_number %><% /if %><% /if %><% if:pager.show_next_group(pager_number,5) %>..<% /if %><% /loop %> <% if:pager.next_page %>
>><% else %>-<% /if %>
<% /if -%>
<% /if -%>
<% /if -%>
<% if:page_name eq 'index' -%>
<% if:pager.need_pager -%>
<% /if -%>
<% /if -%>
<% if:page_name eq 'article' -%>
<% if:individual_article.accept_comment_show -%>
<% /if -%>
<% if:individual_article.accept_tb_show -%>
<% if:individual_article.accept_tb_catch -%>
この記事へのトラックバックURL
<% individual_article.tb_url %>
<% if:individual_article.accept_tb_permission_mode -%>
※ブログオーナーが承認したトラックバックのみ表示されます。
<% /if -%>
<% if:blog.ignore_setting.tb_link_lookup -%>
※言及リンクのないトラックバックは受信されません。
<% /if -%>
<% if:blog.ignore_setting.banascii_tb -%>
<% /if -%>
<% /if %>
この記事へのトラックバック
<% loop:list_individual_article_tb -%>
<% tb.title | html %>
Excerpt: <% tb.excerpt | text_summary | html %>
Weblog: <% tb.blog_name | html %>
Tracked: <% tb.createstamp | date_format('%Y-%m-%d %H:%M') %>
<% /loop -%>
<% /if -%>
<% /if -%>
<% if:page_name eq 'comment' -%>
<% /if -%>
<% if:page_name eq 'search' -%>
<% loop:list_article %>
<% article.createstamp | date_format("%Y年%m月%d日") %>
<% article.entire_body | text_summary(240) %>
posted by <% article.nickname %> at <% article.createstamp | date_format("%H:%M") -%>
<% /loop %>
<% /if -%>
<% if:page_name eq 'tag' -%>
<% if:tag %>
タグ / <% tag.word | html %>
<% /if -%>
<% if:blog.has_usertag_ad -%>
<% blog.usertag_ad_html(tag, css, 2) %>
<% /if %>
<% loop:list_service -%>
<% tag_service.title %>
<% if:tag_service.service_key eq 'articles' -%>
<% loop:list_data -%>
<% article.subject %> [<% article.createstamp | date_format("%Y/%m/%d %H:%M") %>]
<% /loop -%>
<% /if -%>
<% if:tag_service.service_key eq 'photos' -%>
<% loop:list_data -%>
<% thumbnail.fix_aspect(132) # サムネイルの長辺を132で固定。固定したくない場合は削除。 -%>
<% photo.title | text_summary(10) %>
<% if:photo_info -%>
サイズ:<% photo_info.width %>×<% photo_info.height %>
<% if:photo_info.size %>容量:<% photo_info.size | filesize %><% /if %>
<% /if -%>
<% /loop -%>
<% /if -%>
<% if:tag_service.service_key eq 'audios' -%>
<% loop:list_data -%>
<% audio.title | text_summary(40) %>
<% if:audio_info -%><% if:audio_info.author %>by <% audio_info.author %> <% /if %><% if:audio_info.duration %><% audio_info.duration | hms %> <% /if %><% if:audio_info.size %><% audio.size | filesize %> <% /if %><% /if -%>
<% /loop -%>
<% /if -%>
<% if:tag_service.service_key eq 'videos' -%>
<% loop:list_data -%>
<% /loop -%>
<% /if %>
<% if:tag_service.service_key eq 'files' -%>
<% loop:list_data -%>
<% /loop -%>
<% /if -%>
<% if:pager -%>
<% else -%>
<% /if -%>
<% /loop -%>
<% /if -%>
<% if:page_name eq 'profile' -%>
<% blog.profile_title | html %>
<% loop:list_item -%>
| <% item.view_user_label | html -%> | <% item.value | nl2br -%> |
<% /loop -%>
<% if:profile_free_body -%>
<% profile_free_body | nl2br %>
<% /if %>
<% /if -%>