Subversion Repositories LCARS

Rev

Rev 130 | Rev 132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 130 Rev 131
Line 371... Line 371...
371
            <div class="analysis">
371
            <div class="analysis">
372
              <table>
372
              <table>
373
                <tr>
373
                <tr>
374
                  <th><?php echo _('Display'); ?>:</th>
374
                  <th><?php echo _('Display'); ?>:</th>
375
                  <td><script type="text/javascript">
375
                  <td><script type="text/javascript">
-
 
376
                    var runAsync = jsx.dom.timeout.runAsync;
-
 
377
                 
376
                    (function () {
378
                    (function () {
377
                      var screenInfo = jsx.dom.window.screenInfo;
379
                      var screenInfo = jsx.dom.window.screenInfo;
378
                     
380
                     
379
                      var dim = {
381
                      var dim = {
380
                        getScreenText: function () {
382
                        getScreenText: function () {
Line 429... Line 431...
429
                        if (typeof oInnerDim == "undefined") oInnerDim = _gEBI("innerDim");
431
                        if (typeof oInnerDim == "undefined") oInnerDim = _gEBI("innerDim");
430
                        if (oInnerDim) oInnerDim.innerHTML = dim.getInnerText();
432
                        if (oInnerDim) oInnerDim.innerHTML = dim.getInnerText();
431
                      });
433
                      });
432
434
433
                      var oColorDepth;
435
                      var oColorDepth;
434
                      jsx.dom.timeout.runAsync(function () {
436
                      runAsync(function () {
435
                        if (typeof oColorDepth == "undefined")
437
                        if (typeof oColorDepth == "undefined")
436
                        {
438
                        {
437
                          oColorDepth = document.getElementById("colorDepth");
439
                          oColorDepth = document.getElementById("colorDepth");
438
                        }
440
                        }
439
 
441
 
Line 454... Line 456...
454
                    (function () {
456
                    (function () {
455
                      var ua = navigator.userAgent;
457
                      var ua = navigator.userAgent;
456
                      document.write('<span id="ua" title="' + ua + '">' + ua + '<\/span>');
458
                      document.write('<span id="ua" title="' + ua + '">' + ua + '<\/span>');
457
459
458
                      var oUA;
460
                      var oUA;
459
                      jsx.dom.timeout.runAsync(function () {
461
                      runAsync(function () {
460
                        if (typeof oUA == "undefined")
462
                        if (typeof oUA == "undefined")
461
                        {
463
                        {
462
                          oUA = document.getElementById("ua");
464
                          oUA = document.getElementById("ua");
463
                        }
465
                        }
464
                       
466
                       
Line 614... Line 616...
614
 
616
 
615
                      var sFeatures = getFeatures();
617
                      var sFeatures = getFeatures();
616
                      document.write('<span id="features" title="' + sFeatures + '">' + sFeatures + '<\/span>');
618
                      document.write('<span id="features" title="' + sFeatures + '">' + sFeatures + '<\/span>');
617
619
618
                      var oFeatures;
620
                      var oFeatures;
619
                      var tFeatures = window.setTimeout(function () {
621
                      var tFeatures = runAsync(function () {
620
                        if (typeof oFeatures == "undefined")
622
                        if (typeof oFeatures == "undefined")
621
                        {
623
                        {
622
                          oFeatures = document.getElementById("features");
624
                          oFeatures = document.getElementById("features");
623
                        }
625
                        }
624
626
Line 627... Line 629...
627
                          oFeatures.innerHTML = getFeatures();
629
                          oFeatures.innerHTML = getFeatures();
628
630
629
                          /* Converts CREs */
631
                          /* Converts CREs */
630
                          oFeatures.title = oFeatures.innerHTML;
632
                          oFeatures.title = oFeatures.innerHTML;
631
                        }
633
                        }
-
 
634
-
 
635
                        tFeatures = this.run();
632
                      }, 1000);
636
                      }, 1000);
633
                    }());
637
                    }());
634
                  </script><noscript><?php echo _('N/A'); ?></noscript></td>
638
                  </script><noscript><?php echo _('N/A'); ?></noscript></td>
635
                </tr>
639
                </tr>
636
              </table>
640
              </table>