13,11 → 13,13 |
Keywords, Document Date --> |
<meta name="robots" content="index"> |
<meta name="robots" content="follow"> |
<?php /* |
<meta name="description" |
content="PointedEars' Website: <?php |
$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!"); |
echo $description; |
?>"> |
*/ ?> |
<meta name="author" content="Thomas ‘PointedEars’ Lahn"> |
|
<?php /* No localization of keywords at the time */ ?> |
34,22 → 36,14 |
<meta name="dcterms.title" content="PointedEars’ Website"> |
<meta name="dcterms.creator" content="Thomas ‘PointedEars’ Lahn"> |
<meta name="dcterms.subject" content="Private Web site"> |
<?php /* |
<meta name="dcterms.description" |
content="PointedEars' Website: <?php echo $description; ?>"> |
*/ ?> |
<meta name="dcterms.publisher" content="PointedEars"> |
<meta name="dcterms.date" content="2002-05-23T10:56:00+02:00"> |
<meta name="dcterms.created" content="2002-05-23"> |
<meta name="dcterms.modified" content="<?php |
$modi = max(array( |
@filemtime(__FILE__), |
@filemtime('LocaleData'), |
@filemtime('styles/lcars-basic.css'), |
@filemtime('styles/lcars22.css'), |
@filemtime('styles/lcars-ani.css'), |
@filemtime('scripts/object.js'), |
)); |
|
echo gmdate('Y-m-dTH:i:sO', $modi); ?>"> |
<meta name="dcterms.modified" content="<?php echo gmdate('Y-m-dTH:i:sO', $modi); ?>"> |
<?php /* |
<meta name="dcterms.type" content=""> |
<meta name="dcterms.format" content=""> |
60,6 → 54,7 |
content="Copyright © 2002–<?php echo gmdate('Y', $modi); ?> Thomas Lahn."> |
<meta name="dcterms.rights" |
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."); ?>"> |
|
<?php /* |
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> --> |
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> --> |
99,11 → 94,6 |
window.status = window.defaultStatus; |
return true; |
} |
|
function mailStatus () |
{ |
return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>"); |
} |
<?php |
/* |
var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms |
187,36 → 177,9 |
weitergeleitet werden. --> |
*/ |
?> |
<hr style="height: 0; border-width: 1px 0 0 0; width: 100%"> |
<p style="text-align: center"><?php echo sprintf( |
_("Original LCARS design by" |
. " <a href='%s' title='%s'>Michael Okuda</a>." |
. " This site is based on an <a href='%s'" |
. " title='LCARS Standards Development Board'" |
. ">implementation in Flash by Chris Rossi</a>," |
. " and research by <a href='%s'" |
. " title='Creating a Coherent LCARS Interface'>Bracer Jack</a>" |
. " and <a href='%s'" |
. " title='LCARS 47 Development Blog – LCARS 101: A Designer’s Handbook'" |
. ">Eleanor Denver</a>."), |
'https://twitter.com/MikeOkuda', |
_('Michael Okuda on Twitter'), |
'http://www.lcarsdeveloper.com/', |
'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html', |
'http://www.lcars47.com/p/lcars-101.html'); |
?><br> |
Copyright © 2002–2013 <a |
href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php |
echo $language; |
?>&body=<?php |
echo rawurlencode(sprintf('[%s]', _("Your feedback"))); |
?>" |
title="<?php echo _("Send your feedback to PointedEars"); ?>" |
onmouseover="return mailStatus()" |
onmouseout="return resetStatus()" |
>Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p> |
<p style="text-align: center"></p> |
<?php |
$app = "Welcome/$language"; |
require_once 'footer.phtml'; |
/* embed src="media/interface/speech/de/warten.wav" width="0" height="0" |
hidden="true" autostart="true" dir="ltr" lang="de" */ |
?> |
532,7 → 495,7 |
><span class="text"><script type="text/javascript"> |
if (fullscreen.isSupportedBy(document.documentElement)) |
{ |
/* |
<?php /* |
var previousIsFullscreen = fullscreen.isFullscreen(); |
var oldHandler; |
window.onresize = function () { |
555,7 → 518,7 |
previousIsFullscreen = nowIsFullscreen; |
} |
}; |
*/ |
*/ ?> |
document.write("<?php echo _("Fullscreen"); ?>"); |
} |
</script></span></div></li> |