Subversion Repositories LCARS

Rev

Rev 2 | Go to most recent revision | Show entire file | Regard 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&#8211;2012 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 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&#8211;2008 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 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">
-
 
184
    <div id="LCARS">
-
 
185
      <div id="bow">
-
 
186
        <div id="bow-top">
69
        link="#cfdfff" alink="#ffffff" vlink="#cfdfff">
187
          <div class="separator-left">&nbsp;</div>
70
    <table border=0 align="center" width="100%" style="height:100%"
188
          <h1 class="text">PointedEars’ Website</h1>
-
 
189
        </div>
-
 
190
        <div id="bow-left">&nbsp;</div>
-
 
191
        <div id="bow-left-concave">&nbsp;</div>
-
 
192
      </div>
-
 
193
      <div id="footer-container">
71
      summary="Title">
194
        <div id="footer">
-
 
195
          <h2 class="text">Language Selection</h2>
-
 
196
          <div class="separator-right">&nbsp;</div>
-
 
197
        </div>
-
 
198
      </div>
-
 
199
    </div>
72
      <tr valign="middle">
200
    <div id="content">
73
        <td align="center" colspan=2><img
201
      <div style="text-align: center"><img
74
          src="media/video/img/vulcan_hand-black-bg.png"
202
        src="media/video/img/vulcan_hand-black-bg.png"
75
          width="120"
203
        width="120"
76
          height="168"
204
        height="168"
77
          alt="Dif-tor&nbsp;heh&nbsp;smusma - Live&nbsp;long&nbsp;and&nbsp;prosper - Leben&nbsp;Sie&nbsp;lange&nbsp;und&nbsp;gl&uuml;cklich"
205
        alt="Dif-tor&nbsp;heh&nbsp;smusma - Live&nbsp;long&nbsp;and&nbsp;prosper - Leben Sie&nbsp;lang&nbsp;und&nbsp;erfolgreich"
78
          title="Dif-tor&nbsp;heh&nbsp;smusma - Live&nbsp;long&nbsp;and&nbsp;prosper - Leben&nbsp;Sie&nbsp;lange&nbsp;und&nbsp;gl&uuml;cklich"
206
        title="Dif-tor&nbsp;heh&nbsp;smusma - Live&nbsp;long&nbsp;and&nbsp;prosper - Leben Sie&nbsp;lang&nbsp;und&nbsp;erfolgreich"
79
          border="0"
207
        border="0"
80
          onmouseover="return setStatus(this.title)"
208
        onmouseover="return setStatus(this.title)"
81
          onmouseout="return resetStatus()"></td>
209
        onmouseout="return resetStatus()"></div>
-
 
210
       
82
      </tr>
211
      <ul id="greeting">
-
 
212
        <li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li>
-
 
213
        <li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li>
-
 
214
        <li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li>
83
      <tr valign="top">
215
      </ul>
-
 
216
     
84
        <td width="50%"><h1
217
      <ul style="text-align: center">
85
          align="center">Welcome at PointedEars'&nbsp;Website</h1></td>
218
        <li class="instruction" lang="en">Please select your language</li>
86
        <td width="50%"><h1
-
 
87
          align="center">Willkommen auf PointedEars'&nbsp;Website</h1></td>
219
        <li class="instruction" lang="de">Bitte w&auml;hlen Sie Ihre Sprache</li>
88
      </tr>
220
      </ul>
-
 
221
     
89
      <tr align="center" valign="top">
222
      <div class="group">
90
        <td>Select the language for the website to be displayed<br>
223
        <div class="separator">&nbsp;</div>
91
            (you may easily toggle language later)</td>
224
        <ul style="text-align: center" id="languages">
92
        <td>W&auml;hlen Sie die Sprache, in der die Website angezeigt werden
225
          <li><a href="index.en.html" class="button right" lang="en"
93
          soll<br>
226
                 hreflang="en" accesskey="e"
94
          (Sie k&ouml;nnen sp&auml;ter einfach zwischen den Sprachen
227
                 ><span class="key">en</span> English</a></li>
95
          umschalten)</td>
228
          <li><a href="index.de.html" class="button right" lang="de"
96
      </tr>
229
                 hreflang="de" accesskey="d"
97
      <tr align="center" valign="top">
230
                 onclick="return navigateTo(this)"
98
        <td><a href="index.en.html" class="button">&nbsp;ENGLISH&nbsp;</a></td>
231
                 ><span class="key">de</span> Deutsch</a></li>
-
 
232
        </ul>
99
        <td><a href="index.de.html" class="button">&nbsp;DEUTSCH&nbsp;</a></td>
233
        <div style="clear: both"><!--  --></div>
100
      </tr>
234
      </div>
-
 
235
     
101
      <tr align="center" valign="middle">
236
      <hr size=1 width="100%" noshade>
102
        <td colspan=2><hr size=1 width="100%" noshade><a
237
      <div style="text-align: center">Copyright &copy;&nbsp;2002&#8211;2012 <a
103
          href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&amp;body=[Your%20feedback%20|%20Ihr%20Feedback]"
238
            href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&amp;body=[Your%20feedback%20|%20Ihr%20Feedback]"
104
          title="Send your feedback to PointedEars"
239
            title="Send your feedback to PointedEars"
105
          onmouseover="return mailStatus()"
240
            onmouseover="return mailStatus()"
106
          onmouseout="return resetStatus()"
241
            onmouseout="return resetStatus()"
107
          >Copyright &copy;&nbsp;2002&#8211;2008 <img
-
 
108
            src="media/ani-mail.gif"
-
 
109
            width="14"
-
 
110
            height="15"
-
 
111
            alt=""
-
 
112
            border="0"
-
 
113
            > Thomas&nbsp;Lahn. All rights reserved.</a><!--
242
            >Thomas ‘PointedEars’ Lahn.</a> All rights reserved.</div>
114
          <hr size=1 width="100%" noshade>
-
 
115
            You are visitor no. | Sie sind Besucher Nr.
-
 
116
          This site is supported by | Diese Site wird unterst&uuml;tzt von
-
 
117
          <center>
-
 
118
           Begin RealHomepageTools 
-
 
119
          <script type="text/javascript">
-
 
120
            var id=96382;
-
 
121
            var ua = navigator.userAgent;
-
 
122
            if(ua.indexOf('MSIE 3')>0)
-
 
123
            {
-
 
124
              document.write(
-
 
125
                  '<img src="http://11.rtcode.com/netpoll/ifree'
-
 
126
                + 'v3.asp?id='+id+'&js=1&to=0&ref='
-
 
127
                + escape(document.referrer)
-
 
128
                + '">');
-
 
129
            }
-
 
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&amp;to=0"
-
 
133
            alt="RealTracker"></noscript> End Tracker
-
 
134
            <a
-
 
135
              href="http://11.rtcode.com/netpoll/geefmening_de.htm?id=96382&amp;naam=LCARS&amp;url=http://pointedears.de/"
-
 
136
              target="_top"><img
-
 
137
                src="http://11.rtcode.com/netpoll/netpoll.asp"
-
 
138
                border="0"
-
 
139
                alt="RealTracker Free"
-
 
140
                width="150"
-
 
141
                height="32"
-
 
142
                ></a> End RealHomepageTools </center>
-
 
143
        --></td>
-
 
144
      </tr>
-
 
145
    </table>
243
    </div>
146
  </body>
244
  </body>
147
</html>
245
</html>