Rev 38 |
Rev 60 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
1
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang
="en">
<head
>
<title
>PointedEars’ Website
</title
>
<link rel
="SHORTCUT ICON" href
="favicon.ico">
<!-- Browsers
: Character Set
, Script Type
, Style Sheets Type
,
Proxy Usage
-->
<meta http
-equiv
="content-type"content
="text/html; charset=UTF-8">
<meta http
-equiv
="Content-Script-Type" content
="text/javascript">
<meta http
-equiv
="Content-Style-Type" content
="text/css">
<meta http
-equiv
="expires" content
="0">
<!-- Robots
: Language
, Index
, Subordinated Files
, Description
, Author
,
Keywords
, Document
Date -->
<meta name
="robots" content
="index">
<meta name
="robots" content
="nofollow">
<meta name
="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
="author" content
="PointedEars, PointedEars Software (PES)">
<!-- No localization of keywords due to following language selection
-->
<meta name
="keywords"
http
-equiv
="Keywords"
content
="Appz, Download, Links, LCARS, Star Trek, TNG, The Next Generation, DS9, Deep Space 9, Deep Space Nine, VOY, Voyager, UFP, Federation, United Federation of Planets, Database, Databank, Song, Songbook, Surf, anonymously, Raumschiff Enterprise, DNG, Die nächste Generation, VFP, Föderation, Vereinte Föderation der Planeten, Datenbasis, Datenbank, Lied, Liedtext, surfen, anonym">
<!--meta name
="keywords" http
-equiv
="Keywords" lang
="de" content
=""-->
<!--meta name
="keywords" http
-equiv
="Keywords" lang
="en-us" content
=""-->
<!--meta name
="keywords" http
-equiv
="Keywords" lang
="en" content
=""-->
<meta name
="revisit-after" content
="3 days">
<meta name
="date" content
="2002-05-23T10:56:00+02:00">
<!-- Robots
: Dublin Core Metadata
(http
://purl.org/metadata/dublin_core) -->
<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
="DC.Publisher" content
="PointedEars">
<meta name
="DCTERMS.created" content
="2002-05-23">
<meta name
="DCTERMS.modified" content
="2008-12-08T20:57+0100">
<!--meta name
="DC.Type" content
=""-->
<!--meta name
="DC.Format" content
=""-->
<meta name
="DC.Identifier" content
="http://pointedears.de/">
<meta name
="DC.Language" content
="mx">
<meta name
="DC.Rights"
content
="Copyright © 2002–2013 Thomas 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 pleased 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/lcars22.css">
<style type
="text/css">
a
{
text
-decoration
: none
;
}
ul
{
list
-style
: none
;
padding
-left
: 0;
}
#greeting {
margin
-top
: 0;
}
#greeting p {
background
-color
: #000;
color
: #fff;
font
-size
: 136%;
}
#languages .key {
min
-width
: 0
.65em
;
}
</style
>
<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
) {
if (isNaN
(Text
))
Text
= String
(Text
);
window
.status
= Text
;
return true;
}
function resetStatus
() {
window
.status
= window
.defaultStatus
;
return true;
}
function mailStatus
() {
return setStatus
("Send your feedback to PointedEars");
}
/* Hardcore Frame Buster
if (parent.frames.length > 0 )
parent.location.href = window.location.href;
*/
function animate
()
{
/*
var s = document.createElement("style");
s.type = "text/css";
s.appendChild(document.createTextNode(
"@-webkit-keyframes fade-out {"
+ " from {"
+ " overflow: hidden;"
+ " border-top-left-radius: 0;"
+ " border-bottom-left-radius: 0;"
+ " }"
+ " to {"
+ " overflow: hidden;"
+ " left: 100%;"
+ " border-top-left-radius: 0;"
+ " border-bottom-left-radius: 0;"
+ " }"
+ "}"
+ "#bow-top, #footer {"
+ " -webkit-animation-name: fade-out;"
+ " -webkit-animation-duration: 1s;"
+ " -webkit-animation-fill-mode: forwards;"
+ "}"
+ "#bow-top .text {"
+ " visibility: hidden;"
+ "}"
+ ".empty .separator-left {"
+ " visibility: hidden;"
+ "}"
));
document.head.appendChild(s);
*/
jsx
._import
(jsx
.dom
.animation
);
var keyFrames
= [
{
values
: {
style
: {
overflow
: "hidden",
"border-top-left-radius": 0,
"border-bottom-left-radius": 0
}
}
},
{
time: "1s",
values
: {
style
: {
overflow
: "hidden",
left
: "100%",
"border-top-left-radius": 0,
"border-bottom-left-radius": 0
}
}
}
];
var animation
= new Animation
({
timelines
: [
new Timeline
({
target
: document
.getElementById
("bow-top"),
keyFrames
: keyFrames
}),
new Timeline
({
target
: document
.getElementById
("footer"),
keyFrames
: keyFrames
})
]
});
animation
.play
();
}
function navigateTo
(link)
{
//animate();
//window.setTimeout(function () {
// window.alert(link);
//}, 1000);
//return false;
return true;
}
</script>
</head
>
<body
class="fade-in empty">
<div id
="LCARS">
<div id
="bow">
<div id
="bow-top">
<div
class="separator-left"> 
;</div
>
<h1
class="text"><span
>PointedEars’ Website
</span
></h1
>
</div
>
<div id
="bow-left"> 
;</div
>
<div id
="bow-left-concave"> 
;</div
>
</div
>
<div id
="footer-container">
<div id
="footer">
<h2
class="text"><span
>Language Selection
</span
></h2
>
<div
class="separator-right"> 
;</div
>
</div
>
</div
>
</div
>
<div id
="content">
<div style
="text-align: center"><img
src
="media/video/img/vulcan_hand-black-bg.png"
width
="120"
height
="168"
alt
="Vulcan greeting"
title
="Vulcan greeting"
border
="0"
onmouseover
="return setStatus(this.title)"
onmouseout
="return resetStatus()"></div
>
<ul id
="greeting">
<li style
="white-space: nowrap"><p style
="text-align: center" lang
="x-vulcan-latin">Dif
-tor heh smusma
</p
></li
>
<li style
="white-space: nowrap"><p style
="text-align: center" lang
="en">Live long and prosper
</p
></li
>
<li style
="white-space: nowrap"><p style
="text-align: center" lang
="de">Leben Sie lang und erfolgreich
</p
></li
>
</ul
>
<ul style
="text-align: center">
<li
class="instruction" lang
="en">Please select your language
</li
>
<li
class="instruction" lang
="de">Bitte w
ä
;hlen Sie Ihre Sprache
</li
>
</ul
>
<div
class="group">
<div
class="separator"> 
;</div
>
<ul id
="languages">
<li
><a href
="index.en" class="button right" lang
="en"
hreflang
="en" accesskey
="e"
><span
class="key">en
</span
> <span
class="text">English
</span
></a
></li
>
<li
><a href
="index.de" class="button right" lang
="de"
hreflang
="de" accesskey
="d"
onclick
="return navigateTo(this)"
><span
class="key">de
</span
> <span
class="text">Deutsch
</span
></a
></li
>
</ul
>
<div style
="clear: both"><!-- --></div
>
</div
>
<hr size
=1 width
="100%" noshade
>
<div style
="text-align: center">Copyright
© 
;2002–2013 <a
href
="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&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
.</div
>
</div
>
</body
>
</html
>