{sta:if($is_self=='Y')[exc]}
{echo:lp{ef_all_activity};/}
{end:if/} {sta:if($status>2 && $is_self=='Y')[exc]}
{echo:lp{ef_upload_photo};/}
{end:if/}

{echo:lp{ef_activity};/}

{sta:if($is_show)[exc]}
{echo:lp{ef_sponsor};/}:{echo:$event_row['user_name'];/}
{echo:lp{ef_activity_type};/}:{echo:event_type($dbo,$event_row['type_id']);/}
{echo:lp{ef_activity_location};/}:{echo:get_manage_reside($event_row['province'],$event_row['city']);/} {echo:$event_row['location'];/}
{echo:lp{ef_activity_time};/}:{echo:date('m月d日 H:i',$event_row['start_time']);/} - {echo:date('m月d日 H:i',$event_row['end_time']);/}
{echo:lp{ef_closing};/}:{echo:date('m月d日 H:i',$event_row['deadline']);/}
{echo:lp{ef_activity_number};/}:{echo:event_limit_num($event_row['limit_num'],$event_row['member_num']);/}
{echo:lp{ef_need_review};/}:{echo:$event_row['public']==0?"不需要":"需要";/}

{echo:$is_join_event;/} {echo:$is_doing_event;/}

{echo:lp{ef_activity_introduction};/}
{echo:$event_row['detail'];/}
{echo:lp{ef_more};/}{echo:lp{ef_activity_members};/}
{sta:foreach($event_members as $rs)[loop]}
{echo:$rs['user_name'];/}
{echo:sub_str($rs['user_name'],5,true);/}
{end:foreach/}
{echo:lp{ef_more};/}{echo:lp{ef_album};/}
{sta:foreach($photo_rs as $rs)[loop]}
{echo:$rs['photo_name'];/}
{end:foreach/}
{echo:lp{ef_message};/}
{sta:if($ses_uid!='')[exc]} {sta:if($event_row['allow_post'] == 1 || ($event_row['allow_post'] == 0 && $status >= 2))[exc]} {end:if/} {end:if/}
{end:if/}
{sta:if(!$is_show)[exc]}
{echo:$error_str;/}
{end:if/}