Rev 2 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 37 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
- | 2 | "http://www.w3.org/TR/html4/loose.dtd"> |
|
2 | <html lang="en"> |
3 | <html lang="en"> |
3 | <head> |
4 | <head> |
4 | <title>PointedEars' Website</title> |
5 | <title>PointedEars' Website</title> |
5 | <link rel="SHORTCUT ICON" href="favicon.ico">
|
6 | <link rel="SHORTCUT ICON" href="favicon.ico">
|
6 | <!-- Browsers: Character Set, Script Type, Style Sheets Type,
|
7 | <!-- Browsers: Character Set, Script Type, Style Sheets Type,
|
7 | Proxy Usage -->
|
8 | Proxy Usage -->
|
8 | <meta http-equiv="content-type"content="text/html; charset=iso-8859-1">
|
9 | <meta http-equiv="content-type"content="text/html; charset=UTF-8">
|
9 | <meta http-equiv="Content-Script-Type" content="text/javascript">
|
10 | <meta http-equiv="Content-Script-Type" content="text/javascript">
|
10 | <meta http-equiv="Content-Style-Type" content="text/css">
|
11 | <meta http-equiv="Content-Style-Type" content="text/css">
|
11 | <meta http-equiv="expires" content="0">
|
12 | <meta http-equiv="expires" content="0">
|
12 | <!-- Robots: Language, Index, Subordinated Files, Description, Author,
|
13 | <!-- Robots: Language, Index, Subordinated Files, Description, Author,
|
13 | Keywords, Document Date -->
|
14 | Keywords, Document Date -->
|
Line 38... | Line 39... | ||
38 | <!--meta name="DC.Type" content=""--> |
39 | <!--meta name="DC.Type" content=""--> |
39 | <!--meta name="DC.Format" content=""--> |
40 | <!--meta name="DC.Format" content=""--> |
40 | <meta name="DC.Identifier" content="http://pointedears.de/"> |
41 | <meta name="DC.Identifier" content="http://pointedears.de/"> |
41 | <meta name="DC.Language" content="mx"> |
42 | <meta name="DC.Language" content="mx"> |
42 | <meta name="DC.Rights" |
43 | <meta name="DC.Rights" |
- | 44 | content="Copyright (c) 2002–2012 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."> |
|
43 | content="Copyright (c) 2002–2008 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."> |
45 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> --> |
- | 46 | <link rel="stylesheet" type="text/css" href="styles/lcars22.css"> |
|
- | 47 | <style type="text/css"> |
|
- | 48 | a {
|
|
- | 49 | text-decoration: none; |
|
- | 50 | }
|
|
- | 51 | ||
- | 52 | ul {
|
|
- | 53 | list-style: none; |
|
- | 54 | padding-left: 0; |
|
- | 55 | }
|
|
- | 56 | ||
- | 57 | #greeting {
|
|
- | 58 | margin-top: 0; |
|
- | 59 | }
|
|
- | 60 | ||
- | 61 | #greeting p {
|
|
- | 62 | background-color: #000; |
|
- | 63 | color: #fff; |
|
- | 64 | font-size: 136%; |
|
- | 65 | }
|
|
- | 66 | ||
- | 67 | #languages .key {
|
|
- | 68 | min-width: 0.7em; |
|
- | 69 | }
|
|
- | 70 | </style> |
|
- | 71 | <script type="text/javascript" src="scripts/object.js"></script> |
|
- | 72 | <script type="text/javascript" src="scripts/dom.js"></script> |
|
- | 73 | <script type="text/javascript" src="scripts/dom/css.js"></script> |
|
- | 74 | <script type="text/javascript" src="scripts/dom/css/color.js"></script> |
|
- | 75 | <script type="text/javascript" src="scripts/dom/ani.js"></script> |
|
- | 76 | ||
44 | <script type="text/javascript"> |
77 | <script type="text/javascript"> |
45 | function setStatus(Text) { |
78 | function setStatus(Text) { |
46 | if (isNaN(Text)) |
79 | if (isNaN(Text)) |
47 | Text = String(Text); |
80 | Text = String(Text); |
48 | window.status = Text; |
81 | window.status = Text; |
Line 60... | Line 93... | ||
60 | 93 | ||
61 | /* Hardcore Frame Buster
|
94 | /* Hardcore Frame Buster
|
62 | if (parent.frames.length > 0 )
|
95 | if (parent.frames.length > 0 )
|
63 | parent.location.href = window.location.href;
|
96 | parent.location.href = window.location.href;
|
64 | */
|
97 | */
|
- | 98 | ||
- | 99 | function animate () |
|
- | 100 | {
|
|
- | 101 | /*
|
|
- | 102 | var s = document.createElement("style");
|
|
- | 103 | s.type = "text/css";
|
|
- | 104 | s.appendChild(document.createTextNode(
|
|
- | 105 | "@-webkit-keyframes fade-out {"
|
|
- | 106 | + " from {"
|
|
- | 107 | + " overflow: hidden;"
|
|
- | 108 | + " border-top-left-radius: 0;"
|
|
- | 109 | + " border-bottom-left-radius: 0;"
|
|
- | 110 | + " }"
|
|
- | 111 | + " to {"
|
|
- | 112 | + " overflow: hidden;"
|
|
- | 113 | + " left: 100%;"
|
|
- | 114 | + " border-top-left-radius: 0;"
|
|
- | 115 | + " border-bottom-left-radius: 0;"
|
|
- | 116 | + " }"
|
|
- | 117 | + "}"
|
|
- | 118 | + "#bow-top, #footer {"
|
|
- | 119 | + " -webkit-animation-name: fade-out;"
|
|
- | 120 | + " -webkit-animation-duration: 1s;"
|
|
- | 121 | + " -webkit-animation-fill-mode: forwards;"
|
|
- | 122 | + "}"
|
|
- | 123 | + "#bow-top .text {"
|
|
- | 124 | + " visibility: hidden;"
|
|
- | 125 | + "}"
|
|
- | 126 | + ".empty .separator-left {"
|
|
- | 127 | + " visibility: hidden;"
|
|
- | 128 | + "}"
|
|
- | 129 | ));
|
|
- | 130 | document.head.appendChild(s);
|
|
- | 131 | */
|
|
- | 132 | ||
- | 133 | jsx._import(jsx.dom.animation); |
|
- | 134 | var keyFrames = [ |
|
- | 135 | {
|
|
- | 136 | values: { |
|
- | 137 | style: { |
|
- | 138 | overflow: "hidden", |
|
- | 139 | "border-top-left-radius": 0, |
|
- | 140 | "border-bottom-left-radius": 0 |
|
- | 141 | }
|
|
- | 142 | }
|
|
- | 143 | }, |
|
- | 144 | {
|
|
- | 145 | time: "1s", |
|
- | 146 | values: { |
|
- | 147 | style: { |
|
- | 148 | overflow: "hidden", |
|
- | 149 | left: "100%", |
|
- | 150 | "border-top-left-radius": 0, |
|
- | 151 | "border-bottom-left-radius": 0 |
|
- | 152 | }
|
|
- | 153 | }
|
|
- | 154 | }
|
|
- | 155 | ]; |
|
- | 156 | ||
- | 157 | var animation = new Animation({ |
|
- | 158 | timelines: [ |
|
- | 159 | new Timeline({ |
|
- | 160 | target: document.getElementById("bow-top"), |
|
- | 161 | keyFrames: keyFrames
|
|
- | 162 | }), |
|
- | 163 | new Timeline({ |
|
- | 164 | target: document.getElementById("footer"), |
|
- | 165 | keyFrames: keyFrames
|
|
- | 166 | }) |
|
- | 167 | ]
|
|
- | 168 | }); |
|
- | 169 | animation.play(); |
|
- | 170 | }
|
|
- | 171 | ||
- | 172 | function navigateTo (link) |
|
- | 173 | {
|
|
- | 174 | //animate();
|
|
- | 175 | //window.setTimeout(function () {
|
|
- | 176 | // window.alert(link);
|
|
- | 177 | //}, 1000);
|
|
- | 178 | //return false;
|
|
- | 179 | return true; |
|
- | 180 | }
|
|
65 | </script>
|
181 | </script>
|
66 | <link rel="stylesheet" type="text/css" href="styles/lcars.css"> |
- | |
67 | </head> |
182 | </head> |
68 | <body bgcolor="#000000" text="#afbfe0" |
183 | <body class="fade-in empty"> |
69 | link="#cfdfff" alink="#ffffff" vlink="#cfdfff"> |
- | |
70 | <table border=0 align="center" width="100%" style="height:100%" |
- | |
71 | summary="Title"> |
- | |
72 | <tr valign="middle"> |
184 | <div id="LCARS"> |
73 | <td align="center" colspan=2><img |
- | |
74 | src="media/video/img/vulcan_hand-black-bg.png" |
- | |
75 | width="120" |
185 | <div id="bow"> |
76 | height="168" |
- | |
77 | alt="Dif-tor heh smusma - Live long and prosper - Leben Sie lange und glücklich" |
- | |
78 | title="Dif-tor heh smusma - Live long and prosper - Leben Sie lange und glücklich" |
- | |
79 | border="0" |
186 | <div id="bow-top"> |
80 | onmouseover="return setStatus(this.title)" |
187 | <div class="separator-left"> </div> |
81 | onmouseout="return resetStatus()"></td> |
188 | <h1 class="text">PointedEars’ Website</h1> |
82 | </tr> |
189 | </div> |
83 | <tr valign="top"> |
- | |
84 | <td width="50%"><h1 |
190 | <div id="bow-left"> </div> |
85 | align="center">Welcome at PointedEars' Website</h1></td> |
191 | <div id="bow-left-concave"> </div> |
86 | <td width="50%"><h1
|
- | |
87 | align="center">Willkommen auf PointedEars' Website</h1></td> |
- | |
88 | </tr> |
192 | </div> |
89 | <tr align="center" valign="top"> |
193 | <div id="footer-container"> |
90 | <td>Select the language for the website to be displayed<br> |
194 | <div id="footer"> |
91 | (you may easily toggle language later)</td> |
195 | <h2 class="text">Language Selection</h2> |
92 | <td>Wählen Sie die Sprache, in der die Website angezeigt werden |
196 | <div class="separator-right"> </div> |
93 | soll<br> |
197 | </div> |
94 | (Sie können später einfach zwischen den Sprachen |
- | |
95 | umschalten)</td> |
198 | </div> |
96 | </tr> |
199 | </div> |
97 | <tr align="center" valign="top"> |
200 | <div id="content"> |
98 | <td><a href="index.en.html" class="button"> ENGLISH </a></td> |
201 | <div style="text-align: center"><img |
99 | <td><a href="index.de.html" class="button"> DEUTSCH </a></td> |
202 | src="media/video/img/vulcan_hand-black-bg.png" |
100 | </tr> |
203 | width="120" |
101 | <tr align="center" valign="middle"> |
204 | height="168" |
102 | <td colspan=2><hr size=1 width="100%" noshade><a |
205 | alt="Dif-tor heh smusma - Live long and prosper - Leben Sie lang und erfolgreich" |
103 | href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&body=[Your%20feedback%20|%20Ihr%20Feedback]" |
206 | title="Dif-tor heh smusma - Live long and prosper - Leben Sie lang und erfolgreich" |
104 | title="Send your feedback to PointedEars" |
207 | border="0" |
105 | onmouseover="return mailStatus()" |
208 | onmouseover="return setStatus(this.title)" |
106 | onmouseout="return resetStatus()" |
209 | onmouseout="return resetStatus()"></div> |
- | 210 | ||
107 | >Copyright © 2002–2008 <img |
211 | <ul id="greeting"> |
108 | src="media/ani-mail.gif" |
212 | <li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li> |
109 | width="14" |
213 | <li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li> |
110 | height="15" |
214 | <li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li> |
111 | alt="" |
215 | </ul> |
112 | border="0" |
- | |
113 | > Thomas Lahn. All rights reserved.</a><!-- |
- | |
- | 216 | ||
114 | <hr size=1 width="100%" noshade> |
217 | <ul style="text-align: center"> |
115 | You are visitor no. | Sie sind Besucher Nr. |
218 | <li class="instruction" lang="en">Please select your language</li> |
116 | This site is supported by | Diese Site wird unterstützt von |
219 | <li class="instruction" lang="de">Bitte wählen Sie Ihre Sprache</li> |
117 | <center> |
220 | </ul> |
- | 221 | ||
118 | Begin RealHomepageTools |
222 | <div class="group"> |
119 | <script type="text/javascript"> |
223 | <div class="separator"> </div> |
120 | var id=96382; |
224 | <ul style="text-align: center" id="languages"> |
121 | var ua = navigator.userAgent; |
225 | <li><a href="index.en.html" class="button right" lang="en" |
122 | if(ua.indexOf('MSIE 3')>0) |
226 | hreflang="en" accesskey="e" |
123 | {
|
- | |
124 | document.write( |
227 | ><span class="key">en</span> English</a></li> |
125 | '<img src="http://11.rtcode.com/netpoll/ifree'
|
228 | <li><a href="index.de.html" class="button right" lang="de" |
126 | + 'v3.asp?id='+id+'&js=1&to=0&ref=' |
229 | hreflang="de" accesskey="d" |
127 | + escape(document.referrer) |
230 | onclick="return navigateTo(this)" |
128 | + '">'); |
231 | ><span class="key">de</span> Deutsch</a></li> |
129 | }
|
232 | </ul> |
130 | </script><script type="text/javascript" src="scripts/realtracker.js" |
- | |
131 | ></script><noscript><img |
- | |
132 | src="http://11.rtcode.com/netpoll/ifreev3.asp?id=96382&to=0" |
- | |
133 | alt="RealTracker"></noscript> End Tracker |
233 | <div style="clear: both"><!-- --></div> |
134 | <a
|
234 | </div> |
135 | href="http://11.rtcode.com/netpoll/geefmening_de.htm?id=96382&naam=LCARS&url=http://pointedears.de/" |
- | |
- | 235 | ||
136 | target="_top"><img |
236 | <hr size=1 width="100%" noshade> |
137 | src="http://11.rtcode.com/netpoll/netpoll.asp" |
237 | <div style="text-align: center">Copyright © 2002–2012 <a |
138 | border="0" |
238 | href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&body=[Your%20feedback%20|%20Ihr%20Feedback]" |
139 | alt="RealTracker Free" |
239 | title="Send your feedback to PointedEars" |
140 | width="150" |
240 | onmouseover="return mailStatus()" |
141 | height="32" |
241 | onmouseout="return resetStatus()" |
142 | ></a> End RealHomepageTools </center> |
242 | >Thomas ‘PointedEars’ Lahn.</a> All rights reserved.</div> |
143 | --></td> |
- | |
144 | </tr> |
- | |
145 | </table> |
243 | </div> |
146 | </body> |
244 | </body> |
147 | </html> |
245 | </html> |