1 | ({$inc_ktai_header|smarty:nodefaults}) |
---|
2 | |
---|
3 | <center>コミュニティ編集</center> |
---|
4 | <hr> |
---|
5 | ({t_form m=ktai a=do_c_edit_update_c_commu}) |
---|
6 | <input type="hidden" name="ksid" value="({$PHPSESSID})"> |
---|
7 | <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> |
---|
8 | カテゴリ<br> |
---|
9 | <select name="c_commu_category_id"> |
---|
10 | ({foreach from=$c_commu_category_list item=item}) |
---|
11 | <option value="({$item.c_commu_category_id})"({if $c_commu.c_commu_category_id==$item.c_commu_category_id}) selected="selected"({/if})>({$item.name}) |
---|
12 | ({/foreach}) |
---|
13 | </select><br> |
---|
14 | コミュニティ名<br> |
---|
15 | <input type="text" name="name" value="({$c_commu.name})"><br> |
---|
16 | 説明文<br> |
---|
17 | <textarea name="info">({$c_commu.info})</textarea><br> |
---|
18 | 参加・公開<br> |
---|
19 | <input type="radio" name="public_flag" value="public"({if $c_commu.public_flag=='public'}) checked({/if})>誰でも参加可能、掲示板は全員に公開<br> |
---|
20 | <input type="radio" name="public_flag" value="auth_public"({if $c_commu.public_flag=='auth_public'}) checked({/if})>参加には管理者の承認が必要、掲示板は全員に公開<br> |
---|
21 | <input type="radio" name="public_flag" value="auth_commu_member"({if $c_commu.public_flag=='auth_commu_member'}) checked({/if})>参加には管理者の承認が必要、掲示板はコミュニティメンバーにのみ公開<br> |
---|
22 | トピック作成権限<br> |
---|
23 | ({html_radios name="topic_authority" options=$topic_authority_list class="no_bg" selected=$c_commu.topic_authority separator="<br>"}) |
---|
24 | <input type="submit" value="編集"> |
---|
25 | </form> |
---|
26 | |
---|
27 | ({if !$is_sub_admin}) |
---|
28 | <hr> |
---|
29 | ({if $is_topic}) |
---|
30 | コミュニティを削除するには、トピックをすべて削除する必要があります。<br> |
---|
31 | トピックがある場合は、それらを削除した後、このページに再度アクセスしてください。<br> |
---|
32 | (削除ボタンが表示されます)<br> |
---|
33 | <br> |
---|
34 | 削除の際はトラブル等を避けるため、あらかじめ参加者へ削除を告知してください。<br> |
---|
35 | ({else}) |
---|
36 | このコミュニティを削除します。削除の際はトラブル等を避けるため、あらかじめ参加者へ削除を告知してください。<br> |
---|
37 | ({t_form m=ktai a=do_c_edit_delete_c_commu}) |
---|
38 | <input type="hidden" name="ksid" value="({$PHPSESSID})"> |
---|
39 | <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> |
---|
40 | <input type="submit" value="コミュニティ削除"> |
---|
41 | </form> |
---|
42 | ({/if}) |
---|
43 | |
---|
44 | ({/if}) |
---|
45 | |
---|
46 | <hr> |
---|
47 | <a href="({t_url m=ktai a=page_c_home})&target_c_commu_id=({$c_commu.c_commu_id})&({$tail})">コミュニティトップに戻る</a><br> |
---|
48 | |
---|
49 | ({$inc_ktai_footer|smarty:nodefaults}) |
---|