定数
| ウィジェット固有定数 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| $this_widget | . | refid | ウィジェットID | ||||||||
| . | name | ウィジェット名 | |||||||||
| サイトマップ | |||||||||||
| . | entries | . | {i} | . | refid | 記事ID | |||||
| . | resource_type | リソースタイプ | |||||||||
| . | url | URL | |||||||||
| . | url_path | URLパス | |||||||||
| . | published | 記事日時 | |||||||||
| . | title | 記事タイトル | |||||||||
| . | description | 概要 | |||||||||
| . | keywords | キーワード | |||||||||
| . | robots | 検索エンジンロボット制御 | |||||||||
| . | contents | 記事コンテンツ | |||||||||
| . | link_status | リンク設定 | |||||||||
| . | owner | 所有ユーザー名 | |||||||||
| . | modified | 更新日時 | |||||||||
| . | modified_user | 更新ユーザー名 | |||||||||
| . | created | 作成日時 | |||||||||
| . | is_current | カレントページフラグ | |||||||||
| 所属カテゴリ | |||||||||||
| . | categories | . | {i} | . | id | システムID | |||||
| . | refid | カテゴリID | |||||||||
| . | name | カテゴリ名 | |||||||||
| . | description | 概要 | |||||||||
| . | keywords | キーワード | |||||||||
| . | url | URL | |||||||||
| . | url_path | URLパス | |||||||||
プロトタイプ
<ul class="nav nav-pills nav-stacked">
{?foreach from=$this_widget.entries item=value?}
<li{?if $value.is_current?} class="active"{?/if?}>
<a href="{?$value.url?}">{?$value.title?}</a>
</li>
{?/foreach?}
</ul>
