82,6 → 82,7 |
--> |
</style> |
|
<script type="text/javascript" src="scripts/builder?src=object,dom"></script> |
<script type="text/javascript"> |
function setStatus (text) |
{ |
113,10 → 114,23 |
document.cookie= cookieVal; |
*/ |
?> |
function body_load () |
{ |
if (typeof this.ontouchstart != 'undefined') |
{ |
this.ontouchstart = function () {}; |
} |
|
if (fullscreen.isSupportedBy(document.documentElement)) |
{ |
var fullscreenLI = jsx.dom.getElementById("cmd3"); |
fullscreenLI.firstChild.style.cursor = ""; |
} |
} |
</script> |
<?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?> |
</head> |
<body class="fade-in" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}"> |
<body class="fade-in" onload="body_load()"> |
<div id="content"> |
<h1 style="text-align: center"><img |
src="media/video/img/vulcan_hand-black-bg.png" |
306,7 → 320,6 |
title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>" |
><span class="text">SETI at home</span></a></li> |
</ul> |
<script type="text/javascript" src="scripts/builder?src=object"></script> |
<?php /* |
<script type="text/javascript"> |
var sURL = location.href; |
488,6 → 501,7 |
onblur="return this.onmouseout()" |
><span class="text"><?php echo _("Printable"); ?></span></a></li> |
<li id="cmd3"><div class="button left right" |
style="cursor: not-allowed !important" |
onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)" |
onkeyup="if (event.keyCode == 13) { this.onclick(); this.onmouseup(); }" |
onmouseup="this.blur()" |