Subversion Repositories LCARS

Rev

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

Rev 85 Rev 86
Line 419... Line 419...
419
                        document[prefix + suffix]();
419
                        document[prefix + suffix]();
420
420
421
                        /* NOTE: ...FullscreenEnabled not reliable after cancel */
421
                        /* NOTE: ...FullscreenEnabled not reliable after cancel */
422
                        if (textTarget)
422
                        if (textTarget)
423
                        {
423
                        {
424
                          textTarget.textContent = "<?php echo _("Full Screen"); ?>";
424
                          textTarget.textContent = "<?php echo _("Fullscreen"); ?>";
425
                        }
425
                        }
426
                       
426
                       
427
                        if (target)
427
                        if (target)
428
                        {
428
                        {
429
                          target.onclick = oldHandler;
429
                          target.onclick = oldHandler;
Line 459... Line 459...
459
                 onmouseup="this.blur()"
459
                 onmouseup="this.blur()"
460
                 tabindex="1"
460
                 tabindex="1"
461
                 ><span class="text"><script type="text/javascript">
461
                 ><span class="text"><script type="text/javascript">
462
                   if (fullScreen.isSupportedBy(document.documentElement))
462
                   if (fullScreen.isSupportedBy(document.documentElement))
463
                   {
463
                   {
464
                     document.write("<?php echo _("Full Screen"); ?>");
464
                     document.write("<?php echo _("Fullscreen"); ?>");
465
                   }
465
                   }
466
                 </script></span></div>
466
                 </script></span></div>
467
          </div>
467
          </div>
468
          <div class="elbo-button">
468
          <div class="elbo-button">
469
            <span class="text"><?php echo gmdate('Ym.d', $modi); ?></span>
469
            <span class="text"><?php echo gmdate('Ym.d', $modi); ?></span>