PlannerXE123 Q&A 게시판
云 (이를 운) · 運 (돌 운) · 雲 (구름 운) / 韻 (운 운)
四書三經 사서삼경
사서 논어, 맹자, 중용, 대학 와 삼경 시경, 서경, 주역 .

늘푸른나무2

아싸 님 안녕하세요,

 

위젯의 calendar_planner_simple.html 파일(V570) 308~319 라인 위 아래에 아래 붉은색 코드 추가 해보시기 바랍니다. (simple)

 

{@ $ind_repeat_style = "S"}

<!--@if($ind_repeat_style != "S")--><!--// 반복일정 표시형식 S아닐때(S=분리))-->

 

<!--@if((!$arr_repeat[$i][$j-1] || !$j_temp) && !$tmp_offday)--><!--// 처음 또는 새로 시작이면서 휴뮤가 아니면 시작일자 보관-->

{@ $j_temp = $j;}

<!--@end-->

{@ $WDay_position = ($ind_weekday - $firstDayOfWeek + 7) % 7; // 시작요일 위치 변경을 위해 조정(V500) }

<!--@if(!$arr_repeat[$i][$j+1] || $WDay_position == 6 || $tmp_offday_2)--><!--// 마지막, 토요일, 다음날이 휴일이면 output-->

{@ $plan_length = $j-$j_temp+1;}

<!--@if($arr_plan[$i][$j_temp])--><!--// 비어있지 않으면 일정 구분자(1차분리자) 추가-->

{@ $arr_plan[$i][$j_temp] .="|#&Oslash;#|";}

<!--@end-->

{@ $arr_plan[$i][$j_temp] .= $plan_title."|&Oslash;|".$plan_url."|&Oslash;|".$plan_detail."|&Oslash;|".$plan_bgcolor."|&Oslash;|".$plan_flagicon."|&Oslash;|".$category_title."|&Oslash;|".$category_color."|&Oslash;|".$plan_reply."|&Oslash;|".$plan_time."|&Oslash;|".$plan_board_skin."|&Oslash;|".$plan_use_category_bgcolor."|&Oslash;|".$plan_new."|&Oslash;|".$plan_img."|&Oslash;|".$ind_image_diary."|&Oslash;|".$plan_length."|&Oslash;|".$plan_docsrl."|&Oslash;|".$plan_start."|&Oslash;|".$plan_end."|&Oslash;|".$_doc_status;}<!--// 어레이에 추가 1차분리자= "|#&Oslash;#|", 2차 분리자 "|&Oslash;|"-->

{@ $j_temp = ""; // 일정 시작일 지움}

<!--@end-->

 

<!--@else--><!--// 반복일정형식 "S" 일때 (일정을 하루씩 분리)-->

<!--@if(!$tmp_offday)--><!--// 휴일아니면-->

{@ $plan_length = 1;}

<!--@if($arr_plan[$i][$j])--><!--// 비어있지 않으면 일정 구분자(1차분리자) 추가-->

{@ $arr_plan[$i][$j] .="|#&Oslash;#|"}

<!--@end-->

{@ $arr_plan[$i][$j] .= $plan_title."|&Oslash;|".$plan_url."|&Oslash;|".$plan_detail."|&Oslash;|".$plan_bgcolor."|&Oslash;|".$plan_flagicon."|&Oslash;|".$category_title."|&Oslash;|".$category_color."|&Oslash;|".$plan_reply."|&Oslash;|".$plan_time."|&Oslash;|".$plan_board_skin."|&Oslash;|".$plan_use_category_bgcolor."|&Oslash;|".$plan_new."|&Oslash;|".$plan_img."|&Oslash;|".$ind_image_diary."|&Oslash;|".$plan_length."|&Oslash;|".$plan_docsrl."|&Oslash;|".$plan_start."|&Oslash;|".$plan_end."|&Oslash;|".$_doc_status;}<!--// 어레이에 추가 1차분리자= "|#&Oslash;#|", 2차 분리자 "|&Oslash;|"-->

<!--@end-->

<!--@end--><!--// 반복일정 표시형식 끝-->

 

 

감사합니다.

ksc 

XE Login