Changeset 6292
- Timestamp:
- Apr 4, 2008, 1:14:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/templates/c_com_topic_find.tpl
r6196 r6292 59 59 </tr><tr> 60 60 <th>コミュニティ名</th><td>({$item.commu_name})</td> 61 </tr><tr >62 <th>投稿日</th><td class="operation"><span class="text">({$item.max_datetime|date_format:"%m月%d日 %H:%M"})</span> <span class="moreInfo"><a href="({t_url m=pc a=page_c_topic_detail})&target_c_commu_topic_id=({$item.c_commu_topic_id})"><img src="({t_img_url_skin filename=button_shosai})" alt="詳細を見る" /></a></span></td>61 </tr><tr class="operation"> 62 <th>投稿日</th><td><span class="text">({$item.max_datetime|date_format:"%m月%d日 %H:%M"})</span> <span class="moreInfo"><a href="({t_url m=pc a=page_c_topic_detail})&target_c_commu_topic_id=({$item.c_commu_topic_id})"><img src="({t_img_url_skin filename=button_shosai})" alt="詳細を見る" /></a></span></td> 63 63 </tr></table></div></div> 64 64 ({/foreach})
Note: See TracChangeset
for help on using the changeset viewer.