first commit 2
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
[2013년도 양력 기념일] 형식 : 날짜(4자리) | 명칭 | 글자색 (공휴일은 red 로 표기)
|
||||
0101|신정|red
|
||||
0105|소한|blue
|
||||
0120|대한|blue
|
||||
0204|입춘|blue
|
||||
0214|발렌타인데이|blue
|
||||
0301|삼일절|red
|
||||
0305|경칩|blue
|
||||
0314|화이트데이|blue
|
||||
0320|춘분|blue
|
||||
0405|식목일|blue
|
||||
0419|419기념일|blue
|
||||
0420|장애인의날|blue
|
||||
0501|근로자의날|red
|
||||
0505|어린이날|red
|
||||
0508|어버이날|blue
|
||||
0515|스승의날|blue
|
||||
0518|518기념일|blue
|
||||
0519|성년의날|blue
|
||||
0521|부부의날|blue
|
||||
0606|현충일|red
|
||||
0621|하지|blue
|
||||
0625|6.25 한국전쟁|blue
|
||||
0707|소서|blue
|
||||
0717|제헌절|blue
|
||||
0714|초복|blue
|
||||
0723|대서|blue
|
||||
0724|중복|blue
|
||||
0807|입추|blue
|
||||
0813|말복|blue
|
||||
0815|광복절|red
|
||||
0823|처서|blue
|
||||
0923|추분|blue
|
||||
1001|국군의날|blue
|
||||
1003|개천절|red
|
||||
1009|한글날|red
|
||||
1021|경찰의날|blue
|
||||
1107|입동|blue
|
||||
1122|소설|blue
|
||||
1207|대설|blue
|
||||
1222|동지|blue
|
||||
1225|성탄절|red
|
||||
#빈줄삽입
|
||||
@@ -0,0 +1,57 @@
|
||||
[2016년도 양력 기념일] 형식 : 날짜(4자리) | 명칭 | 글자색 (공휴일은 red 로 표기)
|
||||
0101|신정|red
|
||||
0106|소한|blue
|
||||
0121|대한|blue
|
||||
0204|입춘|blue
|
||||
0214|발렌타인데이|blue
|
||||
0219|우수|blue
|
||||
0222|정월대보름|blue
|
||||
0301|삼일절|red
|
||||
0305|경칩|blue
|
||||
0314|화이트데이|blue
|
||||
0320|춘분|blue
|
||||
0304|청명|blue
|
||||
0405|식목일.한식|blue
|
||||
0419|419기념일|blue
|
||||
0420|장애인의날.곡우|blue
|
||||
0501|근로자의날|red
|
||||
0505|어린이날.입하|red
|
||||
0508|어버이날|blue
|
||||
0514|석가탄신일|red
|
||||
0515|스승의날|blue
|
||||
0516|성년의날|blue
|
||||
0518|518기념일|blue
|
||||
0519|성년의날|blue
|
||||
0520|소만|blue
|
||||
0521|부부의날|blue
|
||||
0605|세계환경의날.망종|red
|
||||
0606|현충일|red
|
||||
0609|단오|blue
|
||||
0621|하지|blue
|
||||
0625|6.25 한국전쟁|blue
|
||||
0707|소서|blue
|
||||
0717|제헌절.초복|blue
|
||||
0722|대서|blue
|
||||
0727|중복|blue
|
||||
0807|입추|blue
|
||||
0809|칠석|blue
|
||||
0813|말복|blue
|
||||
0815|광복절|red
|
||||
0816|말복|blue
|
||||
0823|처서|blue
|
||||
0907|백로|blue
|
||||
0914|추석|red
|
||||
0915|추석|red
|
||||
0916|추석|red
|
||||
0922|추분|blue
|
||||
1001|국군의날|blue
|
||||
1003|개천절|red
|
||||
1009|한글날|red
|
||||
1023|상강|blue
|
||||
1025|저축의날|blue
|
||||
1107|입동|blue
|
||||
1122|소설|blue
|
||||
1207|대설|blue
|
||||
1222|동지|blue
|
||||
1225|성탄절|red
|
||||
#빈줄삽입
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<dwsync>
|
||||
<file name="2013.txt" server="happyjung.com:5001/www/" local="131979081983087270" remote="131980119000000000" Dst="0" />
|
||||
<file name="2016.txt" server="happyjung.com:5001/www/" local="131979081982417607" remote="131980119000000000" Dst="0" />
|
||||
<file name="solar.txt" server="happyjung.com:5001/www/" local="131979081981448237" remote="131980119000000000" Dst="0" />
|
||||
<file name="lunar.php" server="happyjung.com:5001/www/" local="131979081981867968" remote="131980119000000000" Dst="0" />
|
||||
</dwsync>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?php // 음력 절기 파일, 기념일 추가시 else if 구문 복사해서 사용하세요. 한자리 날짜는 한자리로 써야 합니다.
|
||||
if ($myarray['month'].'/'.$myarray['day']=="1/15") {
|
||||
$annivmoonday="<font color=\"blue\">대보름</font>";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="12/30") {
|
||||
$annivmoonday="<font color=\"red\">설연휴</font>";
|
||||
$daycolor="red";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="1/1") {
|
||||
$annivmoonday="<img src=\"{$board_skin_url}/img/bull_26.gif\" align=\"absmiddle\"><font color=\"red\">설날</font>";
|
||||
$daycolor="red";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="1/2") {
|
||||
$annivmoonday="<font color=\"red\">설연휴</font>";
|
||||
$daycolor="red";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="4/8") {
|
||||
$annivmoonday="<font color=\"red\">석가탄신일</font>";
|
||||
$daycolor="red";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="5/5") {
|
||||
$annivmoonday="<font color=\"#0000ff\">단오</font>";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="8/14") {
|
||||
$annivmoonday="<font color=\"red\">추석연휴</font>";
|
||||
$daycolor="red";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="8/15") {
|
||||
$annivmoonday="<img src=\"{$board_skin_url}/img/bull_26.gif\" align=\"absmiddle\"><font color=\"red\">추석</font>";
|
||||
$daycolor="red";
|
||||
} elseif ($myarray['month'].'/'.$myarray['day']=="8/16") {
|
||||
$annivmoonday="<font color=\"red\">추석연휴</font>";
|
||||
$daycolor="red";
|
||||
} else {
|
||||
$annivmoonday="" ;
|
||||
}
|
||||
?>
|
||||
@@ -0,0 +1,20 @@
|
||||
[양력 기념일] 형식 : 날짜(4자리) | 명칭 | 글자색 (공휴일은 red 로 표기)
|
||||
0101|신정|red
|
||||
0214|발렌타인데이|blue
|
||||
0301|삼일절|red
|
||||
0314|화이트데이|blue
|
||||
0405|식목일|blue
|
||||
0501|근로자의날|red
|
||||
0505|어린이날|red
|
||||
0508|어버이날|blue
|
||||
0515|스승의날|blue
|
||||
0518|518기념일|blue
|
||||
0606|현충일|red
|
||||
0625|6.25 한국전쟁|blue
|
||||
0717|제헌절|blue
|
||||
0815|광복절|red
|
||||
1001|국군의날|blue
|
||||
1003|개천절|red
|
||||
1009|한글날|red
|
||||
1225|성탄절|red
|
||||
#빈줄삽입
|
||||
Reference in New Issue
Block a user