コード例 #1
0
clearstatcache();
?>

                                                        ]
                                                    },
                                                    {
                                                        type: "spline",
                                                        showInLegend: true,
                                                        name: "Minimum",

                                                        color: "#99CC00 ",
                                                        dataPoints: [

                                                            <?php 
include_once "common/query.php";
$query = new query ();
$pandlet = $pandlets[2];
$result = $query->getMaxMinHumAir($pandlet, $_SESSION['username']);
for ($j = 1; $row = pg_fetch_row($result); $j++) {
    echo "{ y:{$row['3']}, label:{$j}},";
}
?>

                                                        ]
                                                    },


                                                ]
                                            });
                                            chart3.render();
	                                   }
コード例 #2
0
							.thumbnails img:hover {
								border: 4px solid #00ccff;
								cursor:pointer;
							}

							.preview img {
								border: 4px solid #444;
								padding:5pxpx;
								width: 800px;
							}
							</style>
							
							         <?php 
include_once "common/query.php";
$query = new query ();
$result = $query->getImages();
?>
									
								


							</head>
							<body>
							
							<script>if (Galleria) { $("body").text('Galleria works') }</script>
							
							<?php 
if (sizeof($result) > 0) {
    ?>
コード例 #3
0
    echo "{ y:{$row['2']}, label: {$i}},";
}
?>

                                                        ]
                                                    },
                                                    {
                                                        type: "spline",
                                                        showInLegend: true,
                                                        name: "Minimum",
                                                        color: "#FF9900 ",
                                                        dataPoints: [

                                                            <?php 
include_once "common/query.php";
$query = new query ();
$result = $query->getMaxMinTempSoil($pandlet, $_SESSION['username']);
for ($j = 1; $row = pg_fetch_row($result); $j++) {
    echo "{ y:{$row['3']}, label:{$j}},";
}
?>

                                                        ]
                                                    },


                                                ]
                                            });
                                            chart4.render();
                                        }
                                    </script>