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