Beispiel #1
0
                    }
                }
            }
            $curr_value_hour = $value_hour;
            $curr_key_hour = $key_hour;
        }
        if (strlen($string) > 0) {
            $string = substr_replace($string, '20:00', 8);
            echo '<td class="hours">' . $string . '</td>';
        }
        echo '</tr>';
    }
    echo '</table>';
}
// get cache age
$cache_age = $request->get_cache_age();
?>
                <div class="info">
                    <div class="container">
                        Per informazioni o feedback : ZZZe.suardi5@studenti.unibg.it (senza ZZZ)
                        <br>
                        Sorgente dati : <?php 
echo '<a href="' . $request->url . '">qui</a>';
?>
                    	<br>
                    	Eta&grave; dati sorgenti (in secondi) : <?php 
echo $cache_age;
?>
 s
                    </div>
                </div>
Beispiel #2
0
        }
        echo '</tr>';
    }
    echo '</table>';
}
?>
			
			
                <div class="info">
                    <div class="container">
                        Sorgente dati : <?php 
echo '<a href="' . $request->url . '">qui</a>';
?>
                    	<br>
                    	Secondi nel cache : <?php 
echo $request->get_cache_age();
?>
                    	<br>
                    	Aggiornamento ogni : <?php 
echo $config["refresh_interval"];
?>
                    </div>
                </div>
                
                <?php 
echo $config["footer"];
?>
		<script src="jquery.min.js"></script>
		<script src="jquery.color-2.1.2.min.js"></script>
		<script src="app.js" type="text/javascript"></script>
	</body>