Changeset 2279
- Timestamp:
- Mar 26, 2007, 7:26:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_8/webapp/modules/pc/templates/c_topic_detail.tpl
r2278 r2279 129 129 </tr> 130 130 ({*********}) 131 131 <tr> 132 <td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" style="width:1px;height:1px;" class="dummy"></td> 133 <td style="width:533px;height:1px;" class="bg_01" colspan="3"><img src="./skin/dummy.gif" style="width:1px;height:1px;" class="dummy"></td> 134 </tr> 132 135 ({/if}) 133 136 … … 140 143 ({*ここまで:body*}) 141 144 ({*ここから:footer*}) 142 <!-- 無し --> 145 ({if $is_c_topic_admin || $is_c_commu_admin}) 146 ({if ($c_commu.topic_authority == 'public')||($c_commu.topic_authority == 'admin_only' && $is_c_commu_admin)}) 147 <!-- ここから:トピック編集 --> 148 <table border="0" cellspacing="0" cellpadding="0" style="width:634px;"> 149 ({*********}) 150 <tr> 151 <td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" style="width:1px;height:1px;" class="dummy"></td> 152 <td style="width:632px;" class="bg_05" align="center" valign="middle"> 153 154 <div style="text-align:left;padding:10px 90px;"> 155 156 <div style="text-align:center;"> 157 ({t_form _method=get m=pc a=page_c_topic_edit}) 158 <input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 159 <input type="submit" class="submit" value="編 集"> 160 </form> 161 </div> 162 163 </div> 164 165 </td> 166 <td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" style="width:1px;height:1px;" class="dummy"></td> 167 </tr> 168 ({*********}) 169 <tr> 170 <td style="width:634px;height:1px;" class="bg_01" colspan="3"><img src="./skin/dummy.gif" style="width:1px;height:1px;" class="dummy"></td> 171 </tr> 172 ({*********}) 173 </table> 174 ({*********}) 175 <!-- ここまで:トピック編集 --> 176 ({/if}) 177 ({/if}) 178 143 179 ({*ここまで:footer*}) 144 180 <!-- *ここまで:トピック表示>>内容* -->
Note: See TracChangeset
for help on using the changeset viewer.