Rev 76 | Rev 82 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 76 | Rev 79 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1 | <!DOCTYPE html> |
2 | <html lang="<?php echo $language; ?>"> |
2 | <html lang="<?php echo $language; ?>"> |
3 | <head> |
3 | <head> |
4 | <title>Home — PointedEars’ Website</title> |
4 | <title>Home — PointedEars’ Website</title> |
5 | 5 | ||
6 | <link rel="SHORTCUT ICON" href="favicon.ico"> |
6 | <link rel="SHORTCUT ICON" href="favicon.ico"> |
7 | 7 | ||
8 | <!-- Browsers: Character Set, Script Type, Style Sheets Type, |
8 | <!-- Browsers: Character Encoding --> |
9 | Proxy Usage --> |
9 | <meta charset="UTF-8"> |
10 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
10 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
11 | <meta http-equiv="content-language" content="<?php echo $language; ?>"> |
- | |
12 | <meta http-equiv="Content-Script-Type" content="text/javascript"> |
- | |
13 | <meta http-equiv="Content-Style-Type" content="text/css"> |
- | |
14 | <meta http-equiv="expires" content="0"> |
- | |
15 | 11 | ||
16 | <!-- Robots: Language, Index, Subordinated Files, Description, Author, |
12 | <!-- Robots: Index, Subordinated Files, Description, Author, |
17 | Keywords, Document Date --> |
13 | Keywords, Document Date --> |
18 | <meta name="robots" content="index"> |
14 | <meta name="robots" content="index"> |
19 | <meta name="robots" content="follow"> |
15 | <meta name="robots" content="follow"> |
20 | <meta name="description" |
16 | <meta name="description" |
21 | content="PointedEars' Website: <?php
|
17 | content="PointedEars' Website: <?php
|
Line 24... | Line 20... | ||
24 | ?>">
|
20 | ?>">
|
25 | <meta name="author" content="Thomas ‘PointedEars’ Lahn"> |
21 | <meta name="author" content="Thomas ‘PointedEars’ Lahn"> |
26 | 22 | ||
27 | <?php /* No localization of keywords at the time */ ?> |
23 | <?php /* No localization of keywords at the time */ ?> |
28 | <meta name="keywords" |
24 | <meta name="keywords" |
29 | http-equiv="Keywords" |
- | |
30 | 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"> |
25 | 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"> |
31 | <?php /* |
26 | <?php /* |
32 | <meta name="keywords" http-equiv="Keywords" lang="de" content="">
|
27 | <meta name="keywords" http-equiv="Keywords" lang="de" content="">
|
33 | <meta name="keywords" http-equiv="Keywords" lang="en-us" content="">
|
28 | <meta name="keywords" http-equiv="Keywords" lang="en-us" content="">
|
34 | <meta name="keywords" http-equiv="Keywords" lang="en" content="">
|
29 | <meta name="keywords" http-equiv="Keywords" lang="en" content="">
|
35 | */ ?> |
30 | */ ?> |
36 | <meta name="date" content="2002-05-23T10:56:00+02:00"> |
- | |
37 | <meta name="revisit-after" content="3 days"> |
31 | <meta name="revisit-after" content="3 days"> |
38 | 32 | ||
39 | <!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) --> |
33 | <!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) --> |
40 | <meta name="DC.Title" content="PointedEars’ Website"> |
34 | <meta name="dcterms.title" content="PointedEars’ Website"> |
41 | <meta name="DC.Creator" content="Thomas ‘PointedEars’ Lahn"> |
35 | <meta name="dcterms.creator" content="Thomas ‘PointedEars’ Lahn"> |
42 | <meta name="DC.Subject" content="Private Web site"> |
36 | <meta name="dcterms.subject" content="Private Web site"> |
43 | <meta name="DC.Description" |
37 | <meta name="dcterms.description" |
44 | content="PointedEars' Website: <?php echo $description; ?>"> |
38 | content="PointedEars' Website: <?php echo $description; ?>"> |
45 | <meta name="DC.Publisher" content="PointedEars"> |
39 | <meta name="dcterms.publisher" content="PointedEars"> |
- | 40 | <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00"> |
|
46 | <meta name="DCTERMS.created" content="2002-05-23"> |
41 | <meta name="dcterms.created" content="2002-05-23"> |
47 | <meta name="DCTERMS.modified" content="<?php
|
42 | <meta name="dcterms.modified" content="<?php
|
48 | $modi = @filemtime(__FILE__); |
43 | $modi = @filemtime(__FILE__); |
49 | echo gmdate('Y-m-dTH:i:sO', $modi); ?>"> |
44 | echo gmdate('Y-m-dTH:i:sO', $modi); ?>"> |
50 | <?php /* |
45 | <?php /* |
51 | <meta name="DC.Type" content="">
|
46 | <meta name="dcterms.type" content="">
|
52 | <meta name="DC.Format" content="">
|
47 | <meta name="dcterms.format" content="">
|
53 | */ ?> |
48 | */ ?> |
54 | <meta name="DC.Identifier" content="http://pointedears.de/index.<?php echo $language; ?>"> |
49 | <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>"> |
55 | <meta name="DC.Language" content="<?php echo $language; ?>"> |
50 | <meta name="dcterms.language" content="<?php echo $language; ?>"> |
- | 51 | <meta name="dcterms.rightsHolder" |
|
- | 52 | content="Copyright © 2002–<?php echo gmdate('Y', $modi); ?> Thomas Lahn."> |
|
56 | <meta name="DC.Rights" |
53 | <meta name="dcterms.rights" |
57 | content="Copyright © 2002–<?php echo gmdate('Y', $modi); ?> Thomas Lahn. <?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."); ?>"> |
54 | 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."); ?>"> |
58 | <?php /* |
55 | <?php /* |
59 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
|
56 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
|
60 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
|
57 | <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
|
61 | */ ?> |
58 | */ ?> |
62 | <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css"> |
59 | <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css"> |
Line 97... | Line 94... | ||
97 | 94 | ||
98 | function mailStatus () |
95 | function mailStatus () |
99 | { |
96 | { |
100 | return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>"); |
97 | return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>"); |
101 | } |
98 | } |
102 | - | ||
103 | <?php
|
99 | <?php
|
104 | /*
|
100 | /*
|
105 | var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms
|
101 | var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms
|
106 | var msLeaveDays = ms1Day*6;
|
102 | var msLeaveDays = ms1Day*6;
|
107 | var ms30Days=ms1Day*30;
|
103 | var ms30Days=ms1Day*30;
|
Line 122... | Line 118... | ||
122 | </script> |
118 | </script> |
123 | <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?> |
119 | <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?> |
124 | </head> |
120 | </head> |
125 | <body class="fade-in"> |
121 | <body class="fade-in"> |
126 | <div id="content"> |
122 | <div id="content"> |
127 | <h1 align="center"><img |
123 | <h1 style="text-align: center"><img |
128 | src="media/video/img/vulcan_hand-black-bg.png" |
124 | src="media/video/img/vulcan_hand-black-bg.png" |
129 | width="120" |
125 | width="120" |
130 | height="168" |
126 | height="168" |
131 | alt="<?php echo _("Vulcan greeting"); ?>" |
127 | alt="<?php echo _("Vulcan greeting"); ?>" |
132 | title="" |
128 | title="" |
133 | border="0" |
129 | style="border: none" |
134 | onmouseover="return setStatus(this.title)" |
130 | onmouseover="return setStatus(this.title)" |
135 | onmouseout="return resetStatus()"><br> |
131 | onmouseout="return resetStatus()"><br> |
136 | <?php echo _("Welcome to PointedEars’ Website"); ?></h1> |
132 | <?php echo _("Welcome to PointedEars’ Website"); ?></h1> |
137 | <?php
|
133 | <?php
|
138 | if (!$printable) |
134 | if (!$printable) |
139 | {
|
135 | {
|
140 | ?>
|
136 | ?>
|
141 | <p style="text-align: center"><?php
|
137 | <p class="instruction" style="font-size: 100%; text-align: center"><?php
|
142 | echo sprintf( |
138 | echo sprintf( |
- | 139 | _("This site uses recent Web technologies." |
|
143 | _("If this site is not displayed properly, please try the <a href='index.%s?printable=1'>%s</a>."), |
140 | . " You can use the <a href='index.%s?printable=1'>%s</a>" |
- | 141 | . " if it is not displayed properly with your software."), |
|
144 | $language, |
142 | $language, |
145 | _('Printable version')); |
143 | _('Printable version')); |
146 | ?></p>
|
144 | ?></p>
|
147 | <?php
|
145 | <?php
|
148 | }
|
146 | }
|
Line 178... | Line 176... | ||
178 | 176 | ||
179 | <!-- Klicken Sie hier, falls Sie nach 5 Sekunden nicht automatisch
|
177 | <!-- Klicken Sie hier, falls Sie nach 5 Sekunden nicht automatisch
|
180 | weitergeleitet werden. -->
|
178 | weitergeleitet werden. -->
|
181 | */
|
179 | */
|
182 | ?>
|
180 | ?>
|
183 | <hr size="1" width="100%" noshade> |
181 | <hr style="height: 0; border-width: 1px 0 0 0; width: 100%"> |
184 | <p style="text-align: center">Copyright © 2002–2013 <a |
182 | <p style="text-align: center">Copyright © 2002–2013 <a |
185 | href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php
|
183 | href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php
|
186 | echo $language; |
184 | echo $language; |
187 | ?>&body=<?php |
185 | ?>&body=<?php |
188 | echo rawurlencode(sprintf('[%s]', _("Your feedback"))); |
186 | echo rawurlencode(sprintf('[%s]', _("Your feedback"))); |
189 | ?>"
|
187 | ?>"
|
190 | title="<?php echo _("Send your feedback to PointedEars"); ?>" |
188 | title="<?php echo _("Send your feedback to PointedEars"); ?>" |
191 | onmouseover="return(mailStatus());" |
189 | onmouseover="return mailStatus()" |
192 | onmouseout="return(resetStatus());" |
190 | onmouseout="return resetStatus()" |
193 | >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p> |
191 | >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p> |
194 | <?php
|
192 | <?php
|
195 | /* embed src="media/interface/speech/de/warten.wav" width="0" height="0"
|
193 | /* embed src="media/interface/speech/de/warten.wav" width="0" height="0"
|
196 | hidden="true" autostart="true" dir="ltr" lang="de" */
|
194 | hidden="true" autostart="true" dir="ltr" lang="de" */
|
197 | ?>
|
195 | ?>
|
Line 287... | Line 285... | ||
287 | <ul style="margin-bottom: 0.2em"> |
285 | <ul style="margin-bottom: 0.2em"> |
288 | <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary" |
286 | <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary" |
289 | title="List of recommended TV shows and episodes, with logos in CSS" |
287 | title="List of recommended TV shows and episodes, with logos in CSS" |
290 | ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
288 | ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li> |
291 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
289 | <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database" |
292 | ><acronym |
- | |
293 | title="<?php echo $menu['ufpdb']['title']; ?>" |
290 | ><abbr title="<?php echo $menu['ufpdb']['title']; ?>" |
294 | class="text"><?php echo $menu['ufpdb']['text']; ?></acronym></a></li> |
291 | class="text"><?php echo $menu['ufpdb']['text']; ?></abbr></a></li> |
295 | <li><a href="psf/" target="_top" |
292 | <li><a href="psf/" target="_top" |
296 | class="button ancillary" |
293 | class="button ancillary" |
297 | ><acronym title="<?php echo _("PointedEars' Standard Frases"); ?>" |
294 | ><abbr title="<?php echo _("PointedEars' Standard Frases"); ?>" |
298 | class="text">psf</acronym></a></li> |
295 | class="text">psf</abbr></a></li> |
299 | </ul> |
296 | </ul> |
300 | <div style="position: relative; margin-bottom: 1.2em"> |
297 | <div style="position: relative; margin-bottom: 1.2em"> |
301 | <div class="bow" style="width: 8em; height: 0.8em"> </div> |
298 | <div class="bow" style="width: 8em; height: 0.8em"> </div> |
302 | </div> |
299 | </div> |
303 | <ul> |
300 | <ul> |
Line 341... | Line 338... | ||
341 | + '<a href="javascript:window.external.AddFavorite('
|
338 | + '<a href="javascript:window.external.AddFavorite('
|
342 | + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"'
|
339 | + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"'
|
343 | + ' class="button"'
|
340 | + ' class="button"'
|
344 | + ' onclick="window.external.AddFavorite('
|
341 | + ' onclick="window.external.AddFavorite('
|
345 | + ' sURL, sFavoriteTitle); return false"'
|
342 | + ' sURL, sFavoriteTitle); return false"'
|
346 | + ' onmouseover="return(setStatus(sFavAnchorTitle));"'
|
343 | + ' onmouseover="return setStatus(sFavAnchorTitle)"'
|
347 | + ' onmouseout="return(resetStatus());"'
|
344 | + ' onmouseout="return resetStatus()"'
|
348 | + '><span class="text">Favorit<\/span><\/a>');
|
345 | + '><span class="text">Favorit<\/span><\/a>');
|
349 | }
|
346 | }
|
350 | </script>
|
347 | </script>
|
351 | */ ?> |
348 | */ ?> |
352 | </div> |
349 | </div> |
Line 447... | Line 444... | ||
447 | }; |
444 | }; |
448 | }()); |
445 | }()); |
449 | </script> |
446 | </script> |
450 | <div id="cmd4" class="button left right" |
447 | <div id="cmd4" class="button left right" |
451 | onclick="fullScreen.requestOn(document.documentElement, this, this.firstChild)" |
448 | onclick="fullScreen.requestOn(document.documentElement, this, this.firstChild)" |
- | 449 | onmouseup="this.blur()" |
|
452 | tabindex="1" |
450 | tabindex="1" |
453 | ><span class="text"><script type="text/javascript"> |
451 | ><span class="text"><script type="text/javascript"> |
454 | if (fullScreen.isSupportedBy(document.documentElement)) |
452 | if (fullScreen.isSupportedBy(document.documentElement)) |
455 | { |
453 | { |
456 | document.write("<?php echo _("Full Screen"); ?>"); |
454 | document.write("<?php echo _("Full Screen"); ?>"); |
Line 462... | Line 460... | ||
462 | </div> |
460 | </div> |
463 | <div class="elbo"> |
461 | <div class="elbo"> |
464 | <span class="text">PE-47A</span> |
462 | <span class="text">PE-47A</span> |
465 | <div class="concave"> </div> |
463 | <div class="concave"> </div> |
466 | </div> |
464 | </div> |
- | 465 | <div class="border"> |
|
- | 466 | <div class="left"> </div> |
|
467 | <div class="border"> </div> |
467 | <div class="right"> </div> |
- | 468 | </div> |
|
468 | </div> |
469 | </div> |
469 | <div class="lower"> |
470 | <div class="lower"> |
470 | <div class="elbo"> |
471 | <div class="elbo"> |
471 | <div class="concave"> </div> |
472 | <div class="concave"> </div> |
472 | </div> |
473 | </div> |
473 | <div class="bg"> </div> |
474 | <div class="bg"> </div> |
474 | <div class="border-container"> |
475 | <div class="border-container"> |
- | 476 | <div class="border"> |
|
- | 477 | <div class="left"> </div> |
|
475 | <div class="border"> </div> |
478 | <div class="right"> </div> |
- | 479 | </div> |
|
476 | </div> |
480 | </div> |
477 | </div> |
481 | </div> |
478 | </div> |
482 | </div> |
479 | </div> |
483 | </div> |
480 | </body> |
484 | </body> |