Changeset 3480
- Timestamp:
- Jul 21, 2007, 12:23:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/templates/c_com_topic_find.tpl
r3474 r3480 352 352 353 353 ({if $is_prev}) 354 <a href="({t_url m=pc a=page_c h_topic_find_all})&target_commu=in_commu&c_commu_id=({$c_commu_id})&direc=-1&page=({$page})&type=({$search_val_list.type})&keyword=({$smarty.capture.keyword_url|smarty:nodefaults})">前を表示</a> 354 <a href="({t_url m=pc a=page_c_com_topic_find})&target_commu=in_commu&c_commu_id=({$c_commu_id})&direc=-1&page=({$page})&type=({$search_val_list.type})&keyword=({$smarty.capture.keyword_url|smarty:nodefaults})">前を表示</a> 355 355 ({/if}) 356 356 ({if $total_num}) … … 358 358 ({/if}) 359 359 ({if $is_next}) 360 <a href="({t_url m=pc a=page_c h_topic_find_all})&target_commu=in_commu&c_commu_id=({$c_commu_id})&direc=1&page=({$page})&type=({$search_val_list.type})&keyword=({$smarty.capture.keyword_url|smarty:nodefaults})">次を表示</a>360 <a href="({t_url m=pc a=page_c_com_topic_find})&target_commu=in_commu&c_commu_id=({$c_commu_id})&direc=1&page=({$page})&type=({$search_val_list.type})&keyword=({$smarty.capture.keyword_url|smarty:nodefaults})">次を表示</a> 361 361 ({/if}) 362 362
Note: See TracChangeset
for help on using the changeset viewer.