/****************************************************** ' System :Eco-footprint 会員ページ ' Content:我が家の結果グラフ表示 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/cnv_eng_co2.php"); include("$inc/cnv_unit.php"); $inc = "$top/inc"; include("$inc/mypage.php"); include("$inc/graph01.php"); include("$inc/eng_comment.php"); // Flashパラメータ編集 /* グラフに打つそれぞれの点の高さ */ for($i = 0; $i < 12; $i++) { $fv[] = "co2M" . ($i + 1) . "spend={$use_cy_ary[$i]['co2']}"; $fv[] = "LYco2M" . ($i + 1) . "spend={$use_ly_ary[$i]['co2']}"; $fv[] = "input" . ($i + 1) . "={$status_ary[$i]['co2']}"; } $fv[] = "co2_spendMetaphor={$metaphor['co2']}"; $fv[] = "thisMonth=$this_month"; $fv[] = "thisMonth_co2spend={$use_ary['co2']}"; $fv[] = "addmissMonth=" . (int)get_datepart('M', $start_ym); $fv = join('&', $fv); ?>