Rev 133 | Rev 138 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 133 | Rev 134 | ||
|---|---|---|---|
| Line 660... | Line 660... | ||
| 660 | ><span class="text"><?php echo _("Printable"); ?></span></a></li> |
660 | ><span class="text"><?php echo _("Printable"); ?></span></a></li> |
| 661 | <li id="cmd3"><div class="button left right" |
661 | <li id="cmd3"><div class="button left right" |
| 662 | style="cursor: not-allowed !important" |
662 | style="cursor: not-allowed !important" |
| 663 | onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)" |
663 | onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)" |
| 664 | onkeyup="if (event.keyCode == 13) { this.onclick(); }"
|
664 | onkeyup="if (event.keyCode == 13) { this.onclick(); }"
|
| 665 | tabindex="1" |
- | |
| 666 | ><span class="text"><script type="text/javascript"> |
665 | ><span class="text"><script type="text/javascript"> |
| 667 | if (fullscreen.isSupportedBy(document.documentElement)) |
666 | if (fullscreen.isSupportedBy(document.documentElement)) |
| 668 | {
|
667 | {
|
| 669 | <?php /* |
668 | <?php /* |
| 670 | var previousIsFullscreen = fullscreen.isFullscreen();
|
669 | var previousIsFullscreen = fullscreen.isFullscreen();
|
| Line 687... | Line 686... | ||
| 687 | }
|
686 | }
|
| 688 |
|
687 |
|
| 689 | previousIsFullscreen = nowIsFullscreen;
|
688 | previousIsFullscreen = nowIsFullscreen;
|
| 690 | }
|
689 | }
|
| 691 | };
|
690 | };
|
| - | 691 |
|
|
| 692 | */ ?> |
692 | */ ?> |
| - | 693 | jsx.dom.addEventListener(window, "load", function () {
|
|
| - | 694 | var cmd3 = jsx.dom.getElementById("cmd3");
|
|
| - | 695 | if (cmd3) |
|
| - | 696 | {
|
|
| - | 697 | cmd3.firstChild.tabIndex = "1"; |
|
| - | 698 | } |
|
| - | 699 | }); |
|
| - | 700 | ||
| 693 | document.write("<?php echo _("Fullscreen"); ?>");
|
701 | document.write("<?php echo _("Fullscreen"); ?>");
|
| 694 | } |
702 | } |
| 695 | </script></span></div></li> |
703 | </script></span></div></li> |
| 696 | <li id="cmd4"><div class="button left right" style="cursor: not-allowed !important"> </div></li> |
704 | <li id="cmd4"><div class="button left right" style="cursor: not-allowed !important"> </div></li> |
| 697 | </ul> |
705 | </ul> |