隣接記事 (ウィジェットテンプレート) (テンプレートリファレンス)/ref_temp/record/widget_blogs_neighbors
定数
ウィジェット固有定数 | |||||||||
---|---|---|---|---|---|---|---|---|---|
$this_widget | . | refid | ウィジェットID | ||||||
. | name | ウィジェット名 | |||||||
前の記事 | |||||||||
. | prev | . | refid | 記事ID | |||||
. | resource_type | リソースタイプ | |||||||
. | url | URL | |||||||
. | url_path | URLパス | |||||||
. | published | 記事日時 | |||||||
. | title | 記事タイトル | |||||||
. | description | 概要 | |||||||
. | keywords | キーワード | |||||||
. | robots | 検索エンジンロボット制御 | |||||||
. | contents | . | {フィールドID} | 記事コンテンツ | |||||
. | link_status | リンク設定 | |||||||
. | owner | 所有ユーザー名 | |||||||
. | modified | 更新日時 | |||||||
. | modified_user | 更新ユーザー名 | |||||||
. | created | 作成日時 | |||||||
所属カテゴリ | |||||||||
. | categories | . | {i} | . | refid | カテゴリID | |||
. | name | カテゴリ名 | |||||||
. | description | 概要 | |||||||
. | keywords | キーワード | |||||||
. | url | URL | |||||||
. | url_path | URLパス | |||||||
次の記事 | |||||||||
. | next | . | refid | 記事ID | |||||
. | resource_type | リソースタイプ | |||||||
. | url | URL | |||||||
. | url_path | URLパス | |||||||
. | published | 記事日時 | |||||||
. | title | 記事タイトル | |||||||
. | description | 概要 | |||||||
. | keywords | キーワード | |||||||
. | robots | 検索エンジンロボット制御 | |||||||
. | contents | . | {フィールドID} | 記事コンテンツ | |||||
. | link_status | リンク設定 | |||||||
. | owner | 所有ユーザー名 | |||||||
. | modified | 更新日時 | |||||||
. | modified_user | 更新ユーザー名 | |||||||
. | created | 作成日時 | |||||||
所属カテゴリ | |||||||||
. | categories | . | {i} | . | refid | カテゴリID | |||
. | name | カテゴリ名 | |||||||
. | description | 概要 | |||||||
. | keywords | キーワード | |||||||
. | url | URL | |||||||
. | url_path | URLパス |
プロトタイプ
<ul class="pagination">
{?if $this_widget.prev?}
<li class="prev"><a href="{?$this_widget.prev.url?}">< {?$this_widget.prev.title?}</a></li>
{?/if?}
{?if $this_widget.next?}
<li class="next"><a href="{?$this_widget.next.url?}">{?$this_widget.next.title?} ></a></li>
{?/if?}
</ul>