Rev 150 | Rev 153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 150 | Rev 151 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | <meta name="robots" content="index"> |
14 | <meta name="robots" content="index"> |
15 | <meta name="robots" content="follow"> |
15 | <meta name="robots" content="follow"> |
16 | <?php /* |
16 | <?php /* |
17 | <meta name="description"
|
17 | <meta name="description"
|
18 | content="PointedEars' Website: <?php
|
18 | content="PointedEars' Website: <?php
|
19 | $description = _("Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!");
|
19 | $description = tr("Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!");
|
20 | echo $description;
|
20 | echo $description;
|
21 | ?>">
|
21 | ?>">
|
22 | */ ?> |
22 | */ ?> |
23 | <meta name="author" content="Thomas ‘PointedEars’ Lahn"> |
23 | <meta name="author" content="Thomas ‘PointedEars’ Lahn"> |
24 | 24 | ||
Line 51... | Line 51... | ||
51 | <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>"> |
51 | <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>"> |
52 | <meta name="dcterms.language" content="<?php echo $language; ?>"> |
52 | <meta name="dcterms.language" content="<?php echo $language; ?>"> |
53 | <meta name="dcterms.rightsHolder" |
53 | <meta name="dcterms.rightsHolder" |
54 | content="Copyright © 2002–<?php echo gmdate('Y', $modi); ?> Thomas Lahn."> |
54 | content="Copyright © 2002–<?php echo gmdate('Y', $modi); ?> Thomas Lahn."> |
55 | <meta name="dcterms.rights" |
55 | <meta name="dcterms.rights" |
56 | content="<?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>"> |
56 | content="<?php echo tr("All rights reserved."); ?> <?php echo tr("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>"> |
57 | 57 | ||
58 | <?php /* |
58 | <?php /* |
59 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
|
59 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
|
60 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
|
60 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
|
61 | <!-- No optimization here: IE 9 in non-Compatibility Mode sends "Accept: text/css",
|
61 | <!-- No optimization here: IE 9 in non-Compatibility Mode sends "Accept: text/css",
|
Line 132... | Line 132... | ||
132 | <div id="content"> |
132 | <div id="content"> |
133 | <h1 style="text-align: center"><img |
133 | <h1 style="text-align: center"><img |
134 | src="media/video/img/vulcan_hand-black-bg.png" |
134 | src="media/video/img/vulcan_hand-black-bg.png" |
135 | width="120" |
135 | width="120" |
136 | height="168" |
136 | height="168" |
137 | alt="<?php echo _("Vulcan greeting"); ?>" |
137 | alt="<?php echo tr("Vulcan greeting"); ?>" |
138 | title="<?php echo _("Vulcan greeting"); ?>" |
138 | title="<?php echo tr("Vulcan greeting"); ?>" |
139 | style="border: none; cursor: default" |
139 | style="border: none; cursor: default" |
140 | onmouseover="return setStatus(this.title)" |
140 | onmouseover="return setStatus(this.title)" |
141 | onmouseout="return resetStatus()"><br> |
141 | onmouseout="return resetStatus()"><br> |
142 | <?php echo _("Welcome to PointedEars’ Website"); ?></h1> |
142 | <?php echo tr("Welcome to PointedEars’ Website"); ?></h1> |
143 | <?php
|
143 | <?php
|
144 | if (!$printable) |
144 | if (!$printable) |
145 | {
|
145 | {
|
146 | ?>
|
146 | ?>
|
147 | <p class="instruction" style="font-size: 100%; text-align: center"><?php
|
147 | <p class="instruction" style="font-size: 100%; text-align: center"><?php
|
148 | echo sprintf( |
148 | echo sprintf( |
149 | _("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'" |
149 | tr("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'" |
150 | . " title='Learn more: Mozilla Developer Network'>Web technologies</a>." |
150 | . " title='Learn more: Mozilla Developer Network'>Web technologies</a>." |
151 | . " You can use the <a href='index.%s?printable=1'>%s</a>" |
151 | . " You can use the <a href='index.%s?printable=1'>%s</a>" |
152 | . " if it is not displayed properly with your software."), |
152 | . " if it is not displayed properly with your software."), |
153 | $language, |
153 | $language, |
154 | _('Printable version')); |
154 | tr('Printable version')); |
155 | ?></p>
|
155 | ?></p>
|
156 | <?php
|
156 | <?php
|
157 | }
|
157 | }
|
158 | 158 | ||
159 | /*
|
159 | /*
|
Line 285... | Line 285... | ||
285 | <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li> |
285 | <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li> |
286 | </ul> |
286 | </ul> |
287 | <ul style="margin-bottom: 0.2em"> |
287 | <ul style="margin-bottom: 0.2em"> |
288 | <li><a href="psf/" target="_top" |
288 | <li><a href="psf/" target="_top" |
289 | class="button ancillary" |
289 | class="button ancillary" |
290 | ><abbr title="<?php echo _("PointedEars' Standard Frases"); ?>" |
290 | ><abbr title="<?php echo tr("PointedEars' Standard Frases"); ?>" |
291 | class="text">psf</abbr></a></li> |
291 | class="text">psf</abbr></a></li> |
292 | <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button ancillary" |
292 | <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button ancillary" |
293 | title="List of recommended TV shows and episodes, with logos in CSS" |
293 | title="List of recommended TV shows and episodes, with logos in CSS" |
294 | ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
294 | ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
295 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
295 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
Line 300... | Line 300... | ||
300 | <div class="bow" style="width: 8em; height: 0.8em"> </div> |
300 | <div class="bow" style="width: 8em; height: 0.8em"> </div> |
301 | </div> |
301 | </div> |
302 | <ul> |
302 | <ul> |
303 | <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544" |
303 | <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544" |
304 | target="_top" class="button secondary" |
304 | target="_top" class="button secondary" |
305 | title="<?php echo _("The world’s largest climate forecasting experiment for the 21st century"); ?>" |
305 | title="<?php echo tr("The world’s largest climate forecasting experiment for the 21st century"); ?>" |
306 | ><span class="text">climateprediction.net</span></a></li> |
306 | ><span class="text">climateprediction.net</span></a></li> |
307 | <?php /* http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=Thomas_Lahn */ ?> |
307 | <?php /* http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=Thomas_Lahn */ ?> |
308 | <li><a href="<?php echo _("http://folding.stanford.edu/English/HomePage"); ?>" |
308 | <li><a href="<?php echo tr("http://folding.stanford.edu/English/HomePage"); ?>" |
309 | target="_top" class="button secondary" |
309 | target="_top" class="button secondary" |
310 | title="<?php echo _("Distributed computing to understand protein folding, protein aggregation, and related diseases"); ?>" |
310 | title="<?php echo tr("Distributed computing to understand protein folding, protein aggregation, and related diseases"); ?>" |
311 | ><span class="text">Folding at home</span></a></li> |
311 | ><span class="text">Folding at home</span></a></li> |
312 | <li><a href="http://lhcathomeclassic.cern.ch/sixtrack/show_user.php?userid=221181" |
312 | <li><a href="http://lhcathomeclassic.cern.ch/sixtrack/show_user.php?userid=221181" |
313 | target="_top" class="button secondary" |
313 | target="_top" class="button secondary" |
314 | title="<?php echo _("Particle physics research with the Large Hadron Collider at CERN"); ?>" |
314 | title="<?php echo tr("Particle physics research with the Large Hadron Collider at CERN"); ?>" |
315 | ><span class="text">LHC at home</span></a></li> |
315 | ><span class="text">LHC at home</span></a></li> |
316 | <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921" |
316 | <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921" |
317 | target="_top" class="button secondary" |
317 | target="_top" class="button secondary" |
318 | title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>" |
318 | title="<?php echo tr("The Search for Extra-Terrestrial Intelligence at HOME"); ?>" |
319 | ><span class="text">SETI at home</span></a></li> |
319 | ><span class="text">SETI at home</span></a></li> |
320 | </ul> |
320 | </ul> |
321 | <?php /* |
321 | <?php /* |
322 | <script type="text/javascript">
|
322 | <script type="text/javascript">
|
323 | var sURL = location.href;
|
323 | var sURL = location.href;
|
Line 362... | Line 362... | ||
362 | <div class="content"> |
362 | <div class="content"> |
363 | <div class="title"><span>Home</span></div> |
363 | <div class="title"><span>Home</span></div> |
364 | <div class="analysis"> |
364 | <div class="analysis"> |
365 | <table> |
365 | <table> |
366 | <tr> |
366 | <tr> |
367 | <th><?php echo _('Display'); ?>:</th> |
367 | <th><?php echo tr('Display'); ?>:</th> |
368 | <td><script type="text/javascript"> |
368 | <td><script type="text/javascript"> |
369 | var runAsync = jsx.dom.timeout.runAsync; |
369 | var runAsync = jsx.dom.timeout.runAsync; |
370 | var ID_SCREEN_DIM = 'screenDim'; |
370 | var ID_SCREEN_DIM = 'screenDim'; |
371 | var ID_AVAIL_DIM = 'availDim'; |
371 | var ID_AVAIL_DIM = 'availDim'; |
372 | var ID_INNER_DIM = 'innerDim'; |
372 | var ID_INNER_DIM = 'innerDim'; |
Line 380... | Line 380... | ||
380 | return screenDim.width + "×" + screenDim.height; |
380 | return screenDim.width + "×" + screenDim.height; |
381 | }, |
381 | }, |
382 | 382 | ||
383 | getAvailText: function () { |
383 | getAvailText: function () { |
384 | var availDim = screenInfo.getAvailDim(); |
384 | var availDim = screenInfo.getAvailDim(); |
385 | return availDim.width + "×" + availDim.height + " <?php echo _('available'); ?>"; |
385 | return availDim.width + "×" + availDim.height + " <?php echo tr('available'); ?>"; |
386 | }, |
386 | }, |
387 | 387 | ||
388 | getInnerText: function () { |
388 | getInnerText: function () { |
389 | var innerDim = screenInfo.getInnerDim(); |
389 | var innerDim = screenInfo.getInnerDim(); |
390 | return ", " + innerDim.width + "×" + innerDim.height + " <?php echo _('used'); ?>"; |
390 | return ", " + innerDim.width + "×" + innerDim.height + " <?php echo tr('used'); ?>"; |
391 | }, |
391 | }, |
392 | 392 | ||
393 | getColorDepthText: function () { |
393 | getColorDepthText: function () { |
394 | var colorDepth = screenInfo.getColorDepth(); |
394 | var colorDepth = screenInfo.getColorDepth(); |
395 | return colorDepth |
395 | return colorDepth |
396 | ? '2<sup>' + colorDepth + "<\/sup> <?php echo _('colors'); ?>" |
396 | ? '2<sup>' + colorDepth + "<\/sup> <?php echo tr('colors'); ?>" |
397 | : ""; |
397 | : ""; |
398 | } |
398 | } |
399 | }; |
399 | }; |
400 | }()); |
400 | }()); |
401 | 401 | ||
Line 404... | Line 404... | ||
404 | var screenDimText = dim.getScreenText(); |
404 | var screenDimText = dim.getScreenText(); |
405 | var availDimText = dim.getAvailText(); |
405 | var availDimText = dim.getAvailText(); |
406 | var innerDimText = dim.getInnerText(); |
406 | var innerDimText = dim.getInnerText(); |
407 | var colorDepthText = dim.getColorDepthText(); |
407 | var colorDepthText = dim.getColorDepthText(); |
408 | var displayInfo = (screenDimText || availDimText || innerDimText || colorDepthText) |
408 | var displayInfo = (screenDimText || availDimText || innerDimText || colorDepthText) |
409 | ? (screenDimText ? '<span id="' + ID_SCREEN_DIM + '">' + screenDimText + '<\/span> <?php echo _('pixels'); ?>' : "") |
409 | ? (screenDimText ? '<span id="' + ID_SCREEN_DIM + '">' + screenDimText + '<\/span> <?php echo tr('pixels'); ?>' : "") |
410 | + (availDimText ? ' (<span id="' + ID_AVAIL_DIM + '">' + availDimText + "<\/span>" : "") |
410 | + (availDimText ? ' (<span id="' + ID_AVAIL_DIM + '">' + availDimText + "<\/span>" : "") |
411 | + (innerDimText ? '<span id="' + ID_INNER_DIM + '">' + innerDimText + "<\/span>)" : "") |
411 | + (innerDimText ? '<span id="' + ID_INNER_DIM + '">' + innerDimText + "<\/span>)" : "") |
412 | + (colorDepthText ? ' × <span id="colorDepth">' + colorDepthText + "<\/span>" : "") |
412 | + (colorDepthText ? ' × <span id="colorDepth">' + colorDepthText + "<\/span>" : "") |
413 | : "<?php echo _('N/A'); ?>"; |
413 | : "<?php echo tr('N/A'); ?>"; |
414 | 414 | ||
415 | /* FIXME: Convert HTML to text, update whole title text */ |
415 | /* FIXME: Convert HTML to text, update whole title text */ |
416 | document.write('<span>' + displayInfo + '<\/span>'); |
416 | document.write('<span>' + displayInfo + '<\/span>'); |
417 | 417 | ||
418 | var oColorDepth; |
418 | var oColorDepth; |
Line 433... | Line 433... | ||
433 | } |
433 | } |
434 | 434 | ||
435 | this.run(); |
435 | this.run(); |
436 | }, 1000); |
436 | }, 1000); |
437 | }()); |
437 | }()); |
438 | </script><noscript><?php echo _('N/A'); ?></noscript></td> |
438 | </script><noscript><?php echo tr('N/A'); ?></noscript></td> |
439 | </tr> |
439 | </tr> |
440 | <tr> |
440 | <tr> |
441 | <th><?php echo _('User Agent'); ?>:</th> |
441 | <th><?php echo tr('User Agent'); ?>:</th> |
442 | <td><script type="text/javascript"> |
442 | <td><script type="text/javascript"> |
443 | (function () { |
443 | (function () { |
444 | var ua = navigator.userAgent; |
444 | var ua = navigator.userAgent; |
445 | document.write('<span id="ua" title="' + ua + '">' + ua + '<\/span>'); |
445 | document.write('<span id="ua" title="' + ua + '">' + ua + '<\/span>'); |
446 | 446 | ||
Line 469... | Line 469... | ||
469 | } |
469 | } |
470 | 470 | ||
471 | this.run(); |
471 | this.run(); |
472 | }, 1000); |
472 | }, 1000); |
473 | }()); |
473 | }()); |
474 | </script><noscript><?php echo _('N/A'); ?></noscript></td> |
474 | </script><noscript><?php echo tr('N/A'); ?></noscript></td> |
475 | </tr> |
475 | </tr> |
476 | <tr> |
476 | <tr> |
477 | <th><?php echo _('Features'); ?>:</th> |
477 | <th><?php echo tr('Features'); ?>:</th> |
478 | <td><script type="text/javascript"> |
478 | <td><script type="text/javascript"> |
479 | var fullscreen = jsx.dom.window.fullscreen; |
479 | var fullscreen = jsx.dom.window.fullscreen; |
480 | 480 | ||
481 | (function () { |
481 | (function () { |
482 | function getFeatures () |
482 | function getFeatures () |
483 | { |
483 | { |
484 | var features = []; |
484 | var features = []; |
485 | if (typeof document.cookie != "undefined") |
485 | if (typeof document.cookie != "undefined") |
486 | { |
486 | { |
487 | var cookiesText = "<?php echo _('Cookies'); ?>" |
487 | var cookiesText = "<?php echo tr('Cookies'); ?>" |
488 | if (navigator.cookieEnabled) |
488 | if (navigator.cookieEnabled) |
489 | { |
489 | { |
490 | if (document.cookie) |
490 | if (document.cookie) |
491 | { |
491 | { |
492 | features.push(cookiesText); |
492 | features.push(cookiesText); |
493 | } |
493 | } |
494 | else |
494 | else |
495 | { |
495 | { |
496 | features.push('<span class="unavailable"' |
496 | features.push('<span class="unavailable"' |
497 | + ' title="<?php echo _('Cookies supported, but no data for this site'); ?>"' |
497 | + ' title="<?php echo tr('Cookies supported, but no data for this site'); ?>"' |
498 | + '>' + cookiesText + '<\/span>'); |
498 | + '>' + cookiesText + '<\/span>'); |
499 | } |
499 | } |
500 | } |
500 | } |
501 | else |
501 | else |
502 | { |
502 | { |
503 | features.push('<span class="offline"' |
503 | features.push('<span class="offline"' |
504 | + ' title="<?php echo _('Cookies supported, but disabled'); ?>"' |
504 | + ' title="<?php echo tr('Cookies supported, but disabled'); ?>"' |
505 | + '>' + cookiesText + '<\/span>'); |
505 | + '>' + cookiesText + '<\/span>'); |
506 | } |
506 | } |
507 | } |
507 | } |
508 | 508 | ||
509 | if (fullscreen.isSupportedBy(document.documentElement)) |
509 | if (fullscreen.isSupportedBy(document.documentElement)) |
510 | { |
510 | { |
511 | features.push("<?php echo _('Fullscreen'); ?>"); |
511 | features.push("<?php echo tr('Fullscreen'); ?>"); |
512 | } |
512 | } |
513 | 513 | ||
514 | if (navigator.webkitGetGamepads && navigator.webkitGetGamepads().length) |
514 | if (navigator.webkitGetGamepads && navigator.webkitGetGamepads().length) |
515 | { |
515 | { |
516 | features.push("<?php echo _('Gamepad'); ?>"); |
516 | features.push("<?php echo tr('Gamepad'); ?>"); |
517 | } |
517 | } |
518 | 518 | ||
519 | if (navigator.geolocation) |
519 | if (navigator.geolocation) |
520 | { |
520 | { |
521 | features.push("<?php echo _('Geolocation'); ?>"); |
521 | features.push("<?php echo tr('Geolocation'); ?>"); |
522 | } |
522 | } |
523 | 523 | ||
524 | if (typeof navigator.javaEnabled != "undefined" && navigator.javaEnabled()) |
524 | if (typeof navigator.javaEnabled != "undefined" && navigator.javaEnabled()) |
525 | { |
525 | { |
526 | features.push("Java"); |
526 | features.push("Java"); |
Line 533... | Line 533... | ||
533 | { |
533 | { |
534 | if (navigator.plugins.length > 0) |
534 | if (navigator.plugins.length > 0) |
535 | { |
535 | { |
536 | features.push('<span title="' |
536 | features.push('<span title="' |
537 | + navigator.plugins.length |
537 | + navigator.plugins.length |
538 | + ' <?php echo _('plugins installed'); ?>">Plugins<\/span>'); |
538 | + ' <?php echo tr('plugins installed'); ?>">Plugins<\/span>'); |
539 | } |
539 | } |
540 | else |
540 | else |
541 | { |
541 | { |
542 | features.push('<span class="unavailable"' |
542 | features.push('<span class="unavailable"' |
543 | + ' title="<?php echo _('Plugins supported, but none detected'); ?>"' |
543 | + ' title="<?php echo tr('Plugins supported, but none detected'); ?>"' |
544 | + '>Plugins<\/span>'); |
544 | + '>Plugins<\/span>'); |
545 | } |
545 | } |
546 | } |
546 | } |
547 | 547 | ||
548 | if (storage.sessionStorage.isSupported()) |
548 | if (storage.sessionStorage.isSupported()) |
Line 602... | Line 602... | ||
602 | 602 | ||
603 | tFeatures = this.run(); |
603 | tFeatures = this.run(); |
604 | }, 1000); |
604 | }, 1000); |
605 | }()); |
605 | }()); |
606 | 606 | ||
607 | var windowText = "<?php echo _("Window"); ?>"; |
607 | var windowText = "<?php echo tr("Window"); ?>"; |
608 | </script><noscript><?php echo _('N/A'); ?></noscript></td> |
608 | </script><noscript><?php echo tr('N/A'); ?></noscript></td> |
609 | </tr> |
609 | </tr> |
610 | </table> |
610 | </table> |
611 | </div> |
611 | </div> |
612 | <ul class="commands"> |
612 | <ul class="commands"> |
613 | <li id="cmd1"><a href="index.php" |
613 | <li id="cmd1"><a href="index.php" |
Line 618... | Line 618... | ||
618 | onmouseout="return resetStatus()" |
618 | onmouseout="return resetStatus()" |
619 | onfocus="return this.onmouseover()" |
619 | onfocus="return this.onmouseover()" |
620 | onblur="return this.onmouseout()" |
620 | onblur="return this.onmouseout()" |
621 | ><abbr class="text" title="Language selection">Language</abbr></a></li> |
621 | ><abbr class="text" title="Language selection">Language</abbr></a></li> |
622 | <li id="cmd2"><a href="index.<?php echo $language; ?>?printable=1" |
622 | <li id="cmd2"><a href="index.<?php echo $language; ?>?printable=1" |
623 | title="<?php echo _('Printable version'); ?>" |
623 | title="<?php echo tr('Printable version'); ?>" |
624 | tabindex="1" |
624 | tabindex="1" |
625 | class="button left right" |
625 | class="button left right" |
626 | onmouseover="return setStatus(this.title + ': ' + this.href)" |
626 | onmouseover="return setStatus(this.title + ': ' + this.href)" |
627 | onmouseout="return resetStatus()" |
627 | onmouseout="return resetStatus()" |
628 | onfocus="return this.onmouseover()" |
628 | onfocus="return this.onmouseover()" |
629 | onblur="return this.onmouseout()" |
629 | onblur="return this.onmouseout()" |
630 | ><span class="text"><?php echo _("Printable"); ?></span></a></li> |
630 | ><span class="text"><?php echo tr("Printable"); ?></span></a></li> |
631 | <li id="cmd3"><div class="button left right" |
631 | <li id="cmd3"><div class="button left right" |
632 | style="cursor: not-allowed !important" |
632 | style="cursor: not-allowed !important" |
633 | onclick="fullscreen.requestOn(document.documentElement, this)" |
633 | onclick="fullscreen.requestOn(document.documentElement, this)" |
634 | onkeyup="if (event.keyCode == 13) { this.onclick(); }" |
634 | onkeyup="if (event.keyCode == 13) { this.onclick(); }" |
635 | ><span class="text"><script type="text/javascript"> |
635 | ><span class="text"><script type="text/javascript"> |
Line 646... | Line 646... | ||
646 | { |
646 | { |
647 | cmd3.firstChild.tabIndex = "1"; |
647 | cmd3.firstChild.tabIndex = "1"; |
648 | } |
648 | } |
649 | }); |
649 | }); |
650 | 650 | ||
651 | var fullscreenText = "<?php echo _("Fullscreen"); ?>"; |
651 | var fullscreenText = "<?php echo tr("Fullscreen"); ?>"; |
652 | document.write(fullscreenText); |
652 | document.write(fullscreenText); |
653 | } |
653 | } |
654 | 654 | ||
655 | var oScreenDim; |
655 | var oScreenDim; |
656 | var oAvailDim; |
656 | var oAvailDim; |
Line 686... | Line 686... | ||
686 | { |
686 | { |
687 | oldHandler = target.onclick; |
687 | oldHandler = target.onclick; |
688 | target.onclick = function () { |
688 | target.onclick = function () { |
689 | fullscreen.cancel(); |
689 | fullscreen.cancel(); |
690 | }; |
690 | }; |
691 | textTarget.textContent = "<?php echo _("Window"); ?>"; |
691 | textTarget.textContent = "<?php echo tr("Window"); ?>"; |
692 | } |
692 | } |
693 | else |
693 | else |
694 | { |
694 | { |
695 | target.onclick = oldHandler; |
695 | target.onclick = oldHandler; |
696 | textTarget.textContent = fullscreenText; |
696 | textTarget.textContent = fullscreenText; |
Line 703... | Line 703... | ||
703 | </script></span></div></li> |
703 | </script></span></div></li> |
704 | <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> |
705 | </ul> |
705 | </ul> |
706 | </div> |
706 | </div> |
707 | <div class="elbo-button"> |
707 | <div class="elbo-button"> |
708 | <span class="text" title="<?php echo _("Date of last modification"); ?>" |
708 | <span class="text" title="<?php echo tr("Date of last modification"); ?>" |
709 | ><?php echo gmdate('Ym.d', $modi); ?></span> |
709 | ><?php echo gmdate('Ym.d', $modi); ?></span> |
710 | </div> |
710 | </div> |
711 | <div class="elbo"> |
711 | <div class="elbo"> |
712 | <span class="text"><abbr title="Library Computer Access and Retrieval System">LCARS</abbr> PE-22A</span> |
712 | <span class="text"><abbr title="Library Computer Access and Retrieval System">LCARS</abbr> PE-22A</span> |
713 | <div class="concave"> </div> |
713 | <div class="concave"> </div> |