<?php 
    exit;
}
$q = $dbh->prepare("select cache from barometer_cache where pijler = '{$pijler}'");
$q->bindParam(':pijler', $pijler);
$q->execute();
$result = $q->fetch();
$cache = $result[cache];
$cache_table = 'barometer_' . $pijler;
if ($cache == false) {
    init_cache($cache_table);
}
$rand_pijler = rand();
init_pijler($num_comparisons, $rand_pijler, $compare_years);
get_table_headers($regio, $cbs, $num_comparisons, $compare, $screen_width, $pijler, $compare_years);
/*KWETSBARE GROEPEN*/
$indicator = ' kwetsbare groepen';
//random number voor tijdelijke tabel
$rand = rand();
init_indicator($num_comparisons, $rand, $compare_years);
//obesitas
$nr = 2927;
$oms = 'inwoners (19 en ouder) met obesitas';
$geslacht = 'totaal';
$start_lft = 19;
$end_lft = 99;
$scale = 100;
$huishoudens = false;
$target = 'low';
$eindjaar = true;
Exemple #2
0
  var BarChartJeugd4 = new FusionCharts( "../fusioncharts/Column3D.swf",
  "BarChartJeugd_4", "625", "350", "0", "1" );
  BarChartJeugd4.setXMLUrl("../temp/<?php 
echo $xml_file;
?>
.xml");
  BarChartJeugd4.render("BarChartJeugd4");

  // -->
</script>
<?php 
$toelichting = '2349,1687';
echo "<h2>Onderwijs <a href=# title='toelichting' class=getToelichting id={$toelichting}><img src=images/info.png></a></h2>";
//tabel en headers
$table_title = '';
$table_header = get_table_headers($table_title, $cbs, $regio, $cbs2, $regio2);
echo $table_header;
$bron[] = getsource(2349);
$nr = 2349;
$oms = 'percentage HAVO/VWO geslaagden op totaal aantal geslaagden';
$graph = false;
$eindjaar = false;
$cols = array('val10', 'val11');
$scale = 100;
$table_row = get_data_cols($cbs, $regio, $nr, $oms, $graph, $cols, $rand, $eindjaar, $scale, $cbs2, $regio2);
echo $table_row;
$bron[] = getsource(1687);
$nr = 1687;
$oms = 'achterstandsleerlingen (4-12 jaar)';
$col = 'val3';
$eindjaar = false;
Exemple #3
0
if ($pdf != true) {
    close_table_row($pdf);
    echo "</tbody></table>";
}
if ($pdf == true) {
    $html .= close_table_row($pdf);
    $html .= '</table>';
}
/*PARTICIPATIEWET */
if ($pdf != true) {
    echo "<h3>participatiewet</h3>";
    get_table_headers($pdf);
}
if ($pdf == true) {
    $html .= "<h3>participatiewet</h3>";
    $html .= get_table_headers($pdf);
}
$oms = 'Wwb';
$toelichting_id = 128;
if ($pdf != true) {
    open_table_row($oms, $toelichting_id, $pdf, $notes);
}
if ($pdf == true) {
    $notes[] = 93;
    $html .= open_table_row($oms, $toelichting_id, $pdf, $notes);
}
$toelichting_id = 129;
$nr = 2850;
$num_decimals = 0;
$col = false;
$field_width = '16%';