| 118,7 → 118,7 |
| </script> |
| <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?> |
| </head> |
| <body class="fade-in"> |
| <body class="fade-in" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}"> |
| <div id="content"> |
| <h1 style="text-align: center"><img |
| src="media/video/img/vulcan_hand-black-bg.png" |
| 126,7 → 126,7 |
| height="168" |
| alt="<?php echo _("Vulcan greeting"); ?>" |
| title="" |
| style="border: none" |
| style="border: none; cursor: default" |
| onmouseover="return setStatus(this.title)" |
| onmouseout="return resetStatus()"><br> |
| <?php echo _("Welcome to PointedEars’ Website"); ?></h1> |
| 183,9 → 183,9 |
| <p style="text-align: center">Copyright © 2002–2013 <a |
| href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php |
| echo $language; |
| ?>&body=<?php |
| ?>&body=<?php |
| echo rawurlencode(sprintf('[%s]', _("Your feedback"))); |
| ?>" |
| ?>" |
| title="<?php echo _("Send your feedback to PointedEars"); ?>" |
| onmouseover="return mailStatus()" |
| onmouseout="return resetStatus()" |
| 365,11 → 365,19 |
| title="Language selection" |
| tabindex="1" |
| class="button left right" id="cmd1" |
| onmouseover="return setStatus(this.title + ': ' + this.href)" |
| onmouseout="return resetStatus()" |
| onfocus="return this.onmouseover()" |
| onblur="return this.onmouseout()" |
| ><abbr class="text" title="Language selection">Language</abbr></a> |
| <a href="index.<?php echo $language; ?>?printable=1" |
| title="<?php echo _('Printable version'); ?>" |
| tabindex="1" |
| class="button left right" id="cmd2" |
| onmouseover="return setStatus(this.title + ': ' + this.href)" |
| onmouseout="return resetStatus()" |
| onfocus="return this.onmouseover()" |
| onblur="return this.onmouseout()" |
| ><span class="text"><?php echo _("Printable"); ?></span></a> |
| <div id="cmd3" class="button left right" style="cursor: not-allowed"> </div> |
| <script type="text/javascript"> |
| 378,7 → 386,7 |
| |
| return { |
| isSupportedBy: function (elem) { |
| var prefixes = ["", "mozR", "webkitR"]; |
| var prefixes = ["r", "mozR", "webkitR"]; |
| var suffix = "equestFullscreen"; |
| |
| for (var i = 0, len = prefixes.length; i < len; ++i) |
| 399,7 → 407,7 |
| }, |
| |
| cancel: function (target, oldHandler, textTarget) { |
| var prefixes = ["", "mozC", "webkitC"]; |
| var prefixes = ["c", "mozC", "webkitC"]; |
| var suffix = "ancelFullScreen"; |
| |
| for (var i = 0, len = prefixes.length; i < len; ++i) |
| 447,6 → 455,7 |
| </script> |
| <div id="cmd4" class="button left right" |
| onclick="fullScreen.requestOn(document.documentElement, this, this.firstChild)" |
| onkeyup="if (event.keyCode == 13) { this.onclick(); this.onmouseup(); }" |
| onmouseup="this.blur()" |
| tabindex="1" |
| ><span class="text"><script type="text/javascript"> |