1 | ({$inc_ktai_header|smarty:nodefaults}) |
---|
2 | |
---|
3 | <table width="100%"><tr><td align="center" bgcolor="#({$ktai_color_config.bg_01})"> |
---|
4 | <font color="#({$ktai_color_config.font_01})"><a name="top">({$c_commu.name})</a></font><br> |
---|
5 | </td></tr> |
---|
6 | <tr><td bgcolor="#({$ktai_color_config.bg_02})" align="center"> |
---|
7 | コミュニティの編集<br> |
---|
8 | </td></tr></table> |
---|
9 | |
---|
10 | ({t_form m=ktai a=do_c_edit_update_c_commu}) |
---|
11 | <input type="hidden" name="ksid" value="({$PHPSESSID})"> |
---|
12 | <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> |
---|
13 | <font color="#({$ktai_color_config.font_02})">コミュニティ名:</font><br> |
---|
14 | <input type="text" name="name" value="({$c_commu.name})"><br> |
---|
15 | <br> |
---|
16 | <font color="#({$ktai_color_config.font_02})">カテゴリ:</font><br> |
---|
17 | <select name="c_commu_category_id"> |
---|
18 | ({foreach from=$c_commu_category_list item=item}) |
---|
19 | <option value="({$item.c_commu_category_id})"({if $c_commu.c_commu_category_id==$item.c_commu_category_id}) selected="selected"({/if})>({$item.name}) |
---|
20 | ({/foreach}) |
---|
21 | </select><br> |
---|
22 | <br> |
---|
23 | <font color="#({$ktai_color_config.font_02})">説明文:</font><br> |
---|
24 | <textarea name="info" rows="6">({$c_commu.info})</textarea><br> |
---|
25 | <br> |
---|
26 | <font color="#({$ktai_color_config.font_02})">写真:</font><br> |
---|
27 | [i:68]<a href="({t_url m=ktai a=page_c_edit_image})&target_c_commu_id=({$c_commu.c_commu_id})&({$tail})">写真を編集する</a><br> |
---|
28 | <br> |
---|
29 | <font color="#({$ktai_color_config.font_02})">参加条件と公開範囲:</font><br> |
---|
30 | <select name="public_flag"> |
---|
31 | <option value="public"({if $c_commu.public_flag=='public'}) selected="selected"({/if})>誰でも参加可能、掲示板は全員に公開 |
---|
32 | <option value="auth_sns"({if $c_commu.public_flag=='auth_sns'}) selected="selected"({/if})>参加には管理者の承認が必要、掲示板は全員に公開 |
---|
33 | <option value="auth_commu_member"({if $c_commu.public_flag=='auth_commu_member'}) selected="selected"({/if})>参加には管理者の承認が必要、掲示板はコミュニティメンバーにのみ公開 |
---|
34 | </select><br> |
---|
35 | <br> |
---|
36 | <font color="#({$ktai_color_config.font_02})">トピック作成の権限:</font><br> |
---|
37 | <select name="topic_authority"> |
---|
38 | <option value="public"({if $c_commu.topic_authority=='public'}) selected="selected"({/if})>({$topic_authority_list.public}) |
---|
39 | <option value="auth_sns"({if $c_commu.topic_authority=='admin_only'}) selected="selected"({/if})>({$topic_authority_list.admin_only}) |
---|
40 | </select> |
---|
41 | <hr color="#({$ktai_color_config.border_01})"> |
---|
42 | <center> |
---|
43 | <input type="submit" value="コミュニティを編集する"><br> |
---|
44 | </center> |
---|
45 | </form> |
---|
46 | <br> |
---|
47 | |
---|
48 | ({if !$is_sub_admin}) |
---|
49 | <table width="100%"><tr><td align="center" bgcolor="#({$ktai_color_config.bg_01})"> |
---|
50 | <font color="#({$ktai_color_config.font_01})">コミュニティの削除</font><br> |
---|
51 | </td></tr></table> |
---|
52 | ({if $is_topic}) |
---|
53 | コミュニティを削除するには、トピックをすべて削除する必要があります。<br> |
---|
54 | トピックがある場合は、それらを削除した後、このページに再度アクセスしてください。<br> |
---|
55 | (削除ボタンが表示されます)<br> |
---|
56 | <br> |
---|
57 | 削除の際はトラブル等を避けるため、あらかじめ参加者へ削除を告知してください。<br> |
---|
58 | ({else}) |
---|
59 | このコミュニティを削除します。削除の際はトラブル等を避けるため、あらかじめ参加者へ削除を告知してください。<br> |
---|
60 | <center> |
---|
61 | ({t_form m=ktai a=page_c_edit_delete_c_commu_confirm}) |
---|
62 | <hr color="#({$ktai_color_config.border_01})"> |
---|
63 | <input type="hidden" name="ksid" value="({$PHPSESSID})"> |
---|
64 | <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> |
---|
65 | <input type="submit" value="コミュニティを削除する"> |
---|
66 | </form> |
---|
67 | </center> |
---|
68 | ({/if}) |
---|
69 | |
---|
70 | ({/if}) |
---|
71 | |
---|
72 | <hr color="#({$ktai_color_config.border_01})"> |
---|
73 | <a href="({t_url m=ktai a=page_c_home})&target_c_commu_id=({$c_commu.c_commu_id})&({$tail})">コミュニティトップ</a><br> |
---|
74 | |
---|
75 | ({$inc_ktai_footer|smarty:nodefaults}) |
---|