print_user_head($gen->page_title);
include_once '../include/top.html';
include_once './class/calendar.class.php';
$calendar = new calendar;
$rows = $calendar->get_settings($_GET['no']);
include_once './class/schedule.class.php';
$schedule = new schedule;
if(!$_GET['date']) $_GET['date'] = date('Y-m');
// 일정분류사용시 노출
if($rows['use_cate']=='yes') {
include_once '../rankup_module/rankup_category/rankup_category.class.php';
$category = new rankup_category;
$cate_res = $category->get_bundles('calendar', $rows['no']);
$cates = fetch_contents($cate_res, '
- {:item:}
', array($calendar, '_c74'));
$cate_styles = fetch_contents($cate_res, 'dl.c{:no:} dt {background-color:{:bgcolor:}} dl.c{:no:} dd {color:{:color:}}', array($calendar, '_c74'));
if(in_array($rows['print_type'], array('cate', 'both'))) {
$cate_texts = array();
while($crows = $category->fetch($cate_res)) {
$cate_texts[$crows['no']] = $crows['item'];
}
}
}
// 열람 메쏘드 처리 - 2012.05.08 added
$read_method = ($rows['read_level']>=($member_info['uid'] ? $member_info['level'] : $rankup_member->lowest_level)) ? 'open' : 'disallow';
?>
">
'
',
'0' => '
',
'1' => '
',
'2' => '
',
'3' => '
',
'4' => '
',
'5' => '
',
'6' => '
',
'7' => '
',
'8' => '
',
'9' => '
'
));
?>
">
주 |
일요일 |
월요일 |
화요일 |
수요일 |
목요일 |
금요일 |
토요일 |
print_contents($_GET['no'], array(
'times' => 7,
'entry_wrap' => array('', '
'),
'entry' => array(
0 => ' | ',
1 => '
{:on_date:}
{:on_schedule:}
| '
),
'on_week_col' => ' | ',
'bgcolors' => array(
'on' => '',
'off' => ' space_bg', // 빈셀
'today' => ' today' // 오늘
),
'colors' => array(
'sat' => ' blue_font', // 토요일
'rest' => ' red_font', // 일요일 & 공휴일 색상
),
'on_date' => '{:day:} {:on_day_text:}',
'on_day_text' => '{:day_text:}',
// 일정 entry
'schedule_entry' => array(
'entry' => array(
1 => '
',
2 => '' // 구분선
),
'on_cate' => '[{:cate_text:}] ', // 분류명
'print_type' => $rows['print_type'], // 일정출력사항
'cate_texts' => $cate_texts // 카테고리 이름
),
'on_nothand' => ' nothand', // 손 없는 날 클래스
'print_nothand'=> $rows['print_nothand'], // 손 없는날 출력여부
'view_holyday' => $rows['view_holyday'] // 국경일 출력여부
), true);
?>
주 |
일자 |
내용 |
print_contents($_GET['no'], array(
'skin_type' => $rows['skin_type'], // 스킨형태
'entry' => array(
0 => ' | |
',
1 => '
{:on_week_col:}
{:on_date:}
|
{:on_schedule:}
|
'
),
'on_week_col' => ' | ',
'bgcolors' => array(
'on' => '',
'off' => ' space_bg', // 빈셀
'today' => ' today' // 오늘
),
'colors' => array(
'sat' => ' blue_font', // 토요일
'rest' => ' red_font', // 일요일 & 공휴일 색상
),
'on_day_text' => '{:day_text:}',
'on_date' => '
{:day:} {:on_day_text:}
',
// 일정 entry
'schedule_entry' => array(
'entry' => array(
1 => '
'
),
'on_cate' => '[{:cate_text:}] ', // 분류명
'print_type' => $rows['print_type'], // 일정출력사항
'cate_texts' => $cate_texts // 카테고리 이름
),
'on_nothand' => 'nothand2',
'print_nothand'=> $rows['print_nothand'], //손없는날 출력여부
'view_holyday' => $rows['view_holyday'] // 국경일 출력여부
), true);
?>