Пример #1
0
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Heizung</title>

  <link href="style.css" type="text/css" rel="stylesheet"/>
</head>

<?php 
include 'sensor_utils.php.inc';
include 'utils.php.inc';
set_loc_settings();
$aussentemp = get_min_max_interval(SensorAussenTemp, "3 day");
$raumtemp = get_min_max_interval(SensorRaumIstTemp, "3 day");
?>

<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
  <table style="width:800; text-align:center;">
    <tr><td>
      <h2>Letzte 3 Tage</h2>
    </td></tr>
    <tr><td>
      <?php 
include 'menu.inc';
?>
    </td></tr>
    <tr height=10></tr>
    <tr><td>
      <table border=0 cellspacing=0 cellpadding=0 width="100%">
        <tr><td>
Пример #2
0
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Heizung</title>

  <link href="style.css" type="text/css" rel="stylesheet"/>
</head>

<?php 
include 'sensor_utils.php.inc';
include 'utils.php.inc';
set_loc_settings();
$aussentemp = get_min_max_interval(SensorAussenTemp, "1 month");
$raumtemp = get_min_max_interval(SensorRaumIstTemp, "1 month");
?>

<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
  <table style="width:800; text-align:center;">
    <tr><td>
      <h2>Letzter Monat</h2>
    </td></tr>
    <tr><td>
      <?php 
include 'menu.inc';
?>
    </td></tr>
    <tr height=10></tr>
    <tr><td>
      <table border=0 cellspacing=0 cellpadding=0 width="100%">
        <tr><td>
Пример #3
0
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Heizung</title>

  <link href="style.css" type="text/css" rel="stylesheet"/>
</head>

<?php 
include 'sensor_utils.php.inc';
include 'utils.php.inc';
set_loc_settings();
$aussentemp = get_min_max_interval(SensorAussenTemp, "1 week");
$raumtemp = get_min_max_interval(SensorRaumIstTemp, "1 week");
?>

<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
  <table style="width:800; text-align:center;">
    <tr><td>
      <h2>Letzte Woche</h2>
    </td></tr>
    <tr><td>
      <?php 
include 'menu.inc';
?>
    </td></tr>
    <tr height=10></tr>
    <tr><td>
      <table border=0 cellspacing=0 cellpadding=0 width="100%">
        <tr><td>