Changeset 6532
- Timestamp:
- Apr 12, 2008, 7:01:39 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp/modules/pc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/page/c_topic_write_delete_confirm.php
r4933 r6532 28 28 //--- 29 29 30 $c_commu_topic_comment['original_filename'] = db_file_original_filename4filename($c_commu_topic_comment['filename']); 31 30 32 $this->set('inc_navi', fetch_inc_navi("c", $c_commu_id)); 31 33 $this->set('c_commu_id', $c_commu_id); -
OpenPNE/trunk/webapp/modules/pc/templates/c_topic_write_delete_confirm.tpl
r6132 r6532 15 15 ({$c_commu_topic_comment.body|nl2br|t_url2cmd:'community'|t_cmd:'community'}) 16 16 </td></tr> 17 ({if $smarty.const.OPENPNE_USE_FILEUPLOAD}) 18 ({if $c_commu_topic_comment.filename}) 19 <tr><th>ファイル</th><td><a href="({t_url m=pc a=do_c_file_download})&target_c_commu_topic_comment_id=({$c_commu_topic_comment.c_commu_topic_comment_id})&sessid=({$PHPSESSID})">({$c_commu_topic_comment.original_filename})</a></td></tr> 20 ({/if}) 21 ({/if}) 17 22 </table> 18 23
Note: See TracChangeset
for help on using the changeset viewer.