Subversion Repositories LCARS

Compare Revisions

Last modification

Regard whitespace Rev 105 → Rev 104

/trunk/index.php
32,10 → 32,9
<!-- Robots: Language, Index, Subordinated Files, Description, Author,
Keywords, Document Date -->
<meta name="robots" content="index">
<?php /*
<meta name="robots" content="nofollow">
<meta name="description"
content="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!">
*/ ?>
content="PointedEars’ Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, 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!">
<meta name="author" content="PointedEars, PointedEars Software (PES)">
<!-- No localization of keywords due to following language selection -->
<meta name="keywords"
48,32 → 47,24
<meta name="date" content="2002-05-23T10:56:00+02:00">
<!-- Robots: Dublin Core Metadata
(http://purl.org/metadata/dublin_core) -->
<meta name="DCTERMS.title" content="PointedEars’ Website">
<meta name="DCTERMS.creator" content="PointedEars, PointedEars Software (PES)">
<meta name="DCTERMS.subject" content="Private Homepage">
<?php /*
<meta name="DCTERMS.description"
<meta name="DC.Title" content="PointedEars’ Website">
<meta name="DC.Creator" content="PointedEars, PointedEars Software (PES)">
<meta name="DC.Subject" content="Private Homepage">
<meta name="DC.Description"
content="PointedEars' Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, 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!">
*/ ?>
<meta name="DCTERMS.publisher" content="PointedEars">
<meta name="DC.Publisher" content="PointedEars">
<meta name="DCTERMS.created" content="2002-05-23">
<meta name="DCTERMS.modified" content="<?php echo gmdate('Y-m-dTH:i:sO', $modi); ?>">
<?php /*
<meta name="DCTERMS.modified" content="2008-12-08T20:57+0100">
<!--meta name="DC.Type" content=""-->
<!--meta name="DC.Format" content=""-->
*/ ?>
<meta name="DCTERMS.identifier" content="http://pointedears.de/">
<meta name="DCTERMS.rightsHolder"
content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;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 /*
<meta name="DC.Identifier" content="http://pointedears.de/">
<meta name="DC.Language" content="mx">
<meta name="DC.Rights"
content="Copyright © 2002&#8211;2013 Thomas&nbsp;Lahn. All rights reserved. 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.">
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
*/ ?>
<link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
<link rel="stylesheet" type="text/css" href="styles/lcars22.css">
<style type="text/css">
<!--
a {
text-decoration: none;
}
96,37 → 87,38
#languages .key {
min-width: 0.65em;
}
-->
</style>
<?php /*
<script type="text/javascript" src="scripts/object.js"></script>
<script type="text/javascript" src="scripts/dom.js"></script>
<script type="text/javascript" src="scripts/dom/css.js"></script>
<script type="text/javascript" src="scripts/dom/css/color.js"></script>
<script type="text/javascript" src="scripts/dom/ani.js"></script>
*/ ?>
 
<script type="text/javascript">
function setStatus (text)
{
window.status = String(text);
function setStatus(Text) {
if (isNaN(Text))
Text = String(Text);
window.status = Text;
return true;
}
function resetStatus ()
{
function resetStatus() {
window.status = window.defaultStatus;
return true;
}
<?php /*
 
function mailStatus() {
return setStatus("Send your feedback to PointedEars");
}
 
/* Hardcore Frame Buster
if (parent.frames.length > 0 )
parent.location.href = window.location.href;
*/ ?>
<?php /*
*/
function animate ()
{
*/ ?>
<?php /*
/*
var s = document.createElement("style");
s.type = "text/css";
s.appendChild(document.createTextNode(
156,8 → 148,8
+ "}"
));
document.head.appendChild(s);
*/ ?>
<?php /*
*/
jsx._import(jsx.dom.animation);
var keyFrames = [
{
196,17 → 188,14
});
animation.play();
}
*/ ?>
 
function navigateTo (link)
{
<?php /*
animate();
window.setTimeout(function () {
window.alert(link);
}, 1000);
return false;
*/ ?>
//animate();
//window.setTimeout(function () {
// window.alert(link);
//}, 1000);
//return false;
return true;
}
</script>
264,10 → 253,30
<div style="clear: both"><!-- --></div>
</div>
<?php
$app = 'Language';
require_once 'footer.phtml';
?>
<hr size=1 width="100%" noshade>
<p style="text-align: center"><?php echo sprintf(
"Original LCARS design by"
. " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
. " This site is based on an <a href='%s'"
. " title='LCARS Standards Development Board'"
. ">implementation in Flash by Chris&nbsp;Rossi</a>,"
. " and research by <a href='%s'"
. " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
. " and <a href='%s'"
. " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
. ">Eleanor&nbsp;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 &copy;&nbsp;2002&#8211;2013 <a
href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&amp;body=[Your%20feedback%20|%20Ihr%20Feedback]"
title="Send your feedback to PointedEars"
onmouseover="return mailStatus()"
onmouseout="return resetStatus()"
>Thomas ‘PointedEars’ Lahn.</a> All rights reserved.</p>
</div>
</body>
</html>
</html>