Changeset 11928
- Timestamp:
- Jun 18, 2009, 12:10:15 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/lib/db/commu.php
r11600 r11928 3042 3042 } 3043 3043 3044 if ($c_topic['capacity'] > =$c_topic['member_num']) {3044 if ($c_topic['capacity'] > $c_topic['member_num']) { 3045 3045 return true; 3046 3046 } -
OpenPNE/trunk/webapp/modules/ktai/templates/c_bbs.tpl
r11600 r11928 28 28 29 29 <hr color="#({$ktai_color_config.border_01})"> 30 ({if $is_c_commu_member && !$is_c_event_member}) 31 ({if !$is_event_join_date}) 32 <font color="#({$ktai_color_config.font_09})">募集期限を過ぎたので、このイベントには参加できません。</font><br> 33 ({elseif $c_commu_topic.capacity && !($c_commu_topic.capacity > $c_commu_topic.member_num)}) 34 <font color="#({$ktai_color_config.font_09})">募集人数に達したので、このイベントには参加できません。</font><br> 35 ({/if}) 36 ({/if}) 30 37 <a href="#({if $c_commu_topic_comment_list})tc1({else})write({/if})"><font color="#({$ktai_color_config.font_08})">▼</font></a><br> 31 38 企画者:<br> -
OpenPNE/trunk/webapp/modules/pc/templates/c_event_detail.tpl
r11679 r11928 90 90 ({/if}) 91 91 </div></div> 92 ({* }}} *}) 93 94 ({* {{{ alertLine *}) 95 ({if $is_c_commu_member && !$is_c_event_member}) 96 ({if !$is_event_join_date}) 97 <div class="parts alertLine"> 98 <p>募集期限を過ぎたので、このイベントには参加できません。</p> 99 </div> 100 ({elseif !$is_event_join_capacity}) 101 <div class="parts alertLine"> 102 <p>募集人数に達したので、このイベントには参加できません。</p> 103 </div> 104 ({/if}) 105 ({/if}) 92 106 ({* }}} *}) 93 107
Note: See TracChangeset
for help on using the changeset viewer.