Subversion Repositories LCARS

Compare Revisions

Last modification

Regard whitespace Rev 131 → Rev 132

/trunk/index.phtml
369,6 → 369,7
<div class="content">
<div class="title"><span>Home</span></div>
<div class="analysis">
<?php /*
<table>
<tr>
<th><?php echo _('Display'); ?>:</th>
413,7 → 414,7
+ (colorDepthText ? ' ×&nbsp;<span id="colorDepth">' + colorDepthText + "<\/span>" : "")
: "<?php echo _('N/A'); ?>";
/* FIXME: Convert HTML to text, update whole title text */
// FIXME: Convert HTML to text, update whole title text
document.write('<span>' + displayInfo + '<\/span>');
 
var oScreenDim;
421,7 → 422,7
var oInnerDim;
var _gEBI = jsx.dom.getElementById;
jsx.dom.addEventListener(window, "resize", function () {
/* FIXME: Also update title attribute value */
// FIXME: Also update title attribute value
if (typeof oScreenDim == "undefined") oScreenDim = _gEBI("screenDim");
if (oScreenDim) oScreenDim.innerHTML = dim.getScreenText();
 
441,7 → 442,7
if (oColorDepth)
{
/* FIXME: Also update title attribute value */
// FIXME: Also update title attribute value
oColorDepth.innerHTML = dim.getColorDepthText();
}
 
468,7 → 469,7
{
oUA.innerHTML = navigator.userAgent;
 
/* Converts CREs */
// Converts CREs
oUA.title = oUA.innerHTML;
}
 
479,8 → 480,8
</tr>
<tr>
<th><?php echo _('Features'); ?>:</th>
<td><script type="text/javascript">
<?php /* FIXME: Move to window.js, keep i18n */ ?>
<td>*/ ?><script type="text/javascript">
// FIXME: Move to window.js, keep i18n
var fullscreen = jsx.dom.window.fullscreen = (function () {
var _isHostMethod = jsx.object.isHostMethod;
596,7 → 597,7
}
};
}());
<?php /*
(function () {
function getFeatures ()
{
628,7 → 629,7
{
oFeatures.innerHTML = getFeatures();
 
/* Converts CREs */
// Converts CREs
oFeatures.title = oFeatures.innerHTML;
}
 
635,9 → 636,11
tFeatures = this.run();
}, 1000);
}());
</script><noscript><?php echo _('N/A'); ?></noscript></td>
*/ ?>
</script><?php /* ?><noscript><?php echo _('N/A'); ?></noscript></td> */ ?><?php /*
</tr>
</table>
*/ ?>
</div>
<ul class="commands">
<li id="cmd1"><a href="index.php"