- Timestamp:
- Feb 17, 2009, 8:15:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/templates/c_event_detail.tpl
r8143 r10787 48 48 <td>({$c_topic.body|nl2br|t_url2cmd:'community':$c_topic.c_member_id|t_cmd:'community'})</td> 49 49 </tr><tr> 50 ({if $c_topic.filename && $smarty.const.OPENPNE_USE_FILEUPLOAD}) 51 <th>ファイル</th> 52 <div class="block attachFile"> 53 <td> 54 <a href="({t_url m=pc a=do_c_file_download})&target_c_commu_topic_id=({$c_topic.c_commu_topic_id})&sessid=({$PHPSESSID})">({$c_topic.original_filename})</a></td></div> 55 </tr><tr> 56 ({/if}) 50 57 <th>募集期限</th> 51 58 <td>({if $c_topic.invite_period != "0000-00-00"})({$c_topic.invite_period})({else})指定なし({/if})</td> … … 141 148 <p class="text">({$item.body|nl2br|t_url2cmd:'community':$item.c_member_id|t_cmd:'community'})</p> 142 149 </div> 150 ({if $item.filename && $smarty.const.OPENPNE_USE_FILEUPLOAD}) 151 <div class="block attachFile"><ul> 152 <li><a href="({t_url m=pc a=do_c_file_download})&target_c_commu_topic_comment_id=({$item.c_commu_topic_comment_id})&sessid=({$PHPSESSID})">({$item.original_filename})</a></li> 153 </ul></div> 154 ({/if}) 143 155 </dd> 144 156 </dl> … … 164 176 <tr><th>写真2</th><td><input type="file" class="input_file" name="image_filename2" size="40" /></td></tr> 165 177 <tr><th>写真3</th><td><input type="file" class="input_file" name="image_filename3" size="40" /></td></tr> 178 ({if $smarty.const.OPENPNE_USE_FILEUPLOAD}) 179 <tr> 180 <th>ファイル</th> 181 <td> 182 <input type="file" class="input_file" name="uploadfile" size="40" /> 183 <p class="caution">※ファイルサイズは({$smarty.const.FILE_MAX_FILESIZE})KB以内({if $allowed_extensions})、ファイルの種類は(({$allowed_extensions}))({/if})のファイルがアップロードできます。</p> 184 </td> 185 </tr> 186 ({/if}) 166 187 </table> 167 188 <div class="operation">
Note: See TracChangeset
for help on using the changeset viewer.