Example #1
0
if (!$gSetupObj->configOutDated()) {
    echo Settings::getDesktopPlayer();
}
?>
';</script>
  <?php 
$xajax->printJavascript();
// XAJAX part 2
?>
</head>
<body <?php 
echo $gSetupObj->configOutDated() ? 'class="setup"' : '';
?>
 >
<?php 
if ($gUpdateObj->updateAvailable()) {
    echo '<div id="updateAvailable" class="separator">There is an update available of Dreambox ReStream. Click here to <a href="javascript:void(0);" onclick="DreamboxObj.update()" title="Update Dreambox ReStream to version ' . $gUpdateObj->getLatestUpdateVersion() . '">update to the latest version ' . $gUpdateObj->getLatestUpdateVersion() . '</a><span style="float:right; height: 20px; width:20px; display:block;"><a href="javascript:void(0);" onclick="jQuery(\'#updateAvailable\').hide();" title="Close">X</a></span></div>';
}
?>
<div id="wrapper">
	<h1><script type="text/javascript">document.write(document.title)</script></h1>
	<div id="ReStreamUI">
<?php 
if (date("m") == 12 && (date('d') == 25 || date('d') == 26)) {
    echo '<div id="christmashat" style="background: url(\'images/christmashat.png\') no-repeat;width: 76px; height: 88px;background-size:100%;position:absolute;z-index:99;left: 910px;top:-30px;float:right;"></div>';
}
?>
		<div id="PlayerWrapper">
			<div id="ReStreamPlayer">
				<?php 
if ($gSetupObj->configOutDated()) {