/****************************************************** ' 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[] = "dstM" . ($i + 1) . "spend=" . $use_cy_ary[$i]['dst']; $fv[] = "LYdstM" . ($i + 1) . "spend=" . $use_ly_ary[$i]['dst']; $fv[] = "input" . ($i + 1) . "=" . $status_ary[$i]['dst']; } $fv[] = "dst_spendMetaphor=" . $metaphor['dst']; $fv[] = "dst_compareValue=" . $comp_ary['dst']; $fv[] = "thisMonth=" . $this_month; $fv[] = "addmissMonth=" . (int)get_datepart('M', $start_ym); $fv = join('&', $fv); ?>