ここの情報は古いです。ご理解頂いた上でお取り扱いください。

source: OpenPNE/trunk/webapp/modules/ktai/templates/h_com_comment_list.tpl @ 3761

Last change on this file since 3761 was 3761, checked in by ogawa, 16 years ago

テンプレート内絵文字を%%形式に変換

File size: 1.2 KB
Line 
1({$inc_ktai_header|smarty:nodefaults})
2<table width="100%"><tr><td align="center" bgcolor="#0d6ddf">
3<font color="#eeeeee"><a name="top">コミュニティ最新書き込み</a></font><br>
4</td></tr></table>
5<center>
6({$pager.start})~({$pager.end})件目を表示
7</center>
8<hr color="#b3ceef">
9<table width="100%">
10({foreach from=$h_com_comment_list item=each_topic})
11<tr><td bgcolor="({cycle values="#e0eaef,#ffffff"})">
12({$each_topic.r_datetime|date_format:"%Y/%m/%d %H:%M"})<br>
13<a href="({t_url m=ktai a=page_c_bbs})&amp;target_c_commu_topic_id=({$each_topic.c_commu_topic_id})&amp;({$tail})">({$each_topic.c_commu_topic_name|t_truncate:50:""})(({$each_topic.number}))</a>(({$item.c_commu_name|t_truncate:17:""}))<br>
14</td></tr>
15<tr><td>
16<hr color="#b3ceef">
17</td></tr>
18({/foreach})
19</table>
20
21({if $is_prev || $is_next})
22<center>
23({if $is_prev})<a href="({t_url m=ktai a=page_h_com_comment_list})&amp;page=({$page-1})&amp;({$tail})" accesskey="4">%%i128%%前を表示</a>({/if})
24({if $is_prev && $is_next})&nbsp;({/if})
25({if $is_next})<a href="({t_url m=ktai a=page_h_com_comment_list})&amp;page=({$page+1})&amp;({$tail})" accesskey="6">%%i130%%次を表示</a>({/if})
26<br>
27</center>
28({/if})
29({$inc_ktai_footer|smarty:nodefaults})
Note: See TracBrowser for help on using the repository browser.