X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/76cb925db11bf98d7fc7030401f05f68043cc89a..d5653b977ce2b9d0ef6e6c07b3a9b64c1462e601:/web/calendar.php?ds=sidebyside diff --git a/web/calendar.php b/web/calendar.php deleted file mode 100644 index 6dbef05..0000000 --- a/web/calendar.php +++ /dev/null @@ -1,87 +0,0 @@ - $dayofmonth) break; - - } - - if($day_count > $dayofmonth) break; - - } - - echo ''; - - for($i = 0; $i < count($week); $i++) { - - echo ''; - - for($j = 0; $j < 7; $j++) { - - if(!empty($week[$i][$j])) { - $str = $week[$i][$j]; - $fstr=''.$str.''; - if (!empty($days[$year.$month.sprintf('%02d',$str)])) { - $href=sprintf($ref_template,$days[$year.$month.sprintf('%02d',$str)]); - if($j == 5 || $j == 6) { - echo ''; - } else { - echo ''; - } - } else { - if($j == 5 || $j == 6) { - echo ''; - } else { - echo ''; - } - } - } - - else echo ''; - - } - - echo ''; - - } - - echo '
'.$fstr.''.$fstr.''.$fstr.''.$fstr.' 
'; - -} - -?> \ No newline at end of file