Changeset 10847
- Timestamp:
- Feb 24, 2009, 6:36:30 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp/modules/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/admin/page/delete_topic.php
r6527 r10847 16 16 17 17 $v = array(); 18 $topic = db_commu_c_topic4c_commu_topic_id ($target_c_commu_topic_id);18 $topic = db_commu_c_topic4c_commu_topic_id_2($target_c_commu_topic_id); 19 19 20 20 if (!$topic) { … … 29 29 $topic['original_filename'] = db_file_original_filename4filename($topic['filename']); 30 30 $this->set('topic', $topic); 31 $this->set('pref', p_regist_prof_c_profile_pref_list4null()); 31 32 32 33 $v['SNS_NAME'] = SNS_NAME; -
OpenPNE/trunk/webapp/modules/admin/templates/delete_topic.tpl
r8800 r10847 54 54 </tr> 55 55 ({****}) 56 ({if $topic.event_flag}) 57 <tr> 58 <th>開催日時</th> 59 <td> 60 ({$topic.open_date}) ({$topic.open_date_comment}) 61 </td> 62 </tr> 63 ({****}) 64 <tr> 65 <th>開催場所</th> 66 <td> 67 ({$pref[$topic.open_pref_id]})({$topic.open_pref_comment}) 68 </td> 69 </tr> 70 ({****}) 71 ({/if}) 56 72 <tr> 57 73 <th>トピック本文</th> … … 83 99 ({/if}) 84 100 ({****}) 101 ({if $topic.event_flag}) 102 <tr> 103 <th>募集期限</th> 104 <td> 105 ({if $topic.invite_period != "0000-00-00"})({$topic.invite_period})({else})指定なし({/if}) 106 </td> 107 </tr> 108 ({****}) 109 <tr> 110 <th>募集人数</th> 111 <td> 112 ({if $topic.capacity})({$topic.capacity})人({else})無制限({/if}) 113 </td> 114 </tr> 115 ({****}) 116 <tr> 117 <th>参加者</th> 118 <td> 119 <a href="({t_url _absolute=1 m=pc a=page_c_event_member_list})&target_c_commu_topic_id=({$topic.c_commu_topic_id})" target="_blank">({$topic.member_num})人</td> 120 </td> 121 </tr> 122 ({****}) 123 ({/if}) 85 124 </tbody> 86 125 </table>
Note: See TracChangeset
for help on using the changeset viewer.