|
Last change
on this file since 35 was
35,
checked in by toemon, 17 years ago
|
|
ブロックのテストの為にXOOPSの基本構成でコメントブロックを作成
現状ではブロック側がモジュール複製には対応していない。
|
|
File size:
741 bytes
|
| Line | |
|---|
| 1 | <ul class="xpress_recent_comments">
|
|---|
| 2 | <{foreach from=$block.contents item=content}>
|
|---|
| 3 | <li>
|
|---|
| 4 | <{$content.from_auther_to_post}><br /><br />
|
|---|
| 5 | <{$content.comment_ID}><br />
|
|---|
| 6 | <{$content.comment_post_ID}><br />
|
|---|
| 7 | <{$content.comment_date}><br />
|
|---|
| 8 | <{$content.comment_content}><br />
|
|---|
| 9 | <{$content.comment_excerpt}><br />
|
|---|
| 10 | <{$content.comment_link}><br />
|
|---|
| 11 | <{$content.comment_title}><br />
|
|---|
| 12 | <{$content.comment_title_link}><br />
|
|---|
| 13 | <{$content.post_link}><br />
|
|---|
| 14 | <{$content.post_title}><br />
|
|---|
| 15 | <{$content.post_title_link}><br />
|
|---|
| 16 | <{$content.author_link}><br />
|
|---|
| 17 | <{$content.author_name}><br />
|
|---|
| 18 | <{$content.author_name_link}><br />
|
|---|
| 19 | <{$content.comment_type}><br />
|
|---|
| 20 | </li>
|
|---|
| 21 | <{/foreach}>
|
|---|
| 22 | </ul> |
|---|
Note: See
TracBrowser
for help on using the repository browser.