Subversion Repositories LCARS

Rev

Rev 165 | Rev 168 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 165 Rev 166
Line 71... Line 71...
71
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
71
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
72
    <meta name="DCTERMS.rights"
72
    <meta name="DCTERMS.rights"
73
          content="<?php echo tr("All rights reserved."); ?> <?php echo tr("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."); ?>">
73
          content="<?php echo tr("All rights reserved."); ?> <?php echo tr("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."); ?>">
74
<?php /*
74
<?php /*
75
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
75
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
-
 
76
    <!-- IE 9 in non-Compatibility Mode sends "Accept: text/css",
-
 
77
         Apache responds with 406 without .php:
-
 
78
         http://blog.s9y.org/archives/227-ie9-has-trouble-with-css-content-types.html
-
 
79
         (Resource Builder handles negotation for sources)
-
 
80
         -->
76
*/ ?>
81
*/ ?>
77
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
82
    <link rel="stylesheet" type="text/css" href="scripts/builder.php?type=text/css&amp;prefix=../styles/&amp;src=lcars-basic,lcars22">
78
    <link rel="stylesheet" type="text/css" href="styles/lcars22">
-
 
79
    <style type="text/css">
83
    <style type="text/css">
80
      <!--
84
      <!--
81
      a {
85
      a {
82
        text-decoration: none;
86
        text-decoration: none;
83
      }
87
      }
84
     
88
85
      ul {
89
      ul {
86
        list-style: none;
90
        list-style: none;
87
        padding-left: 0;
91
        padding-left: 0;
88
      }
92
      }
89
     
93
90
      #greeting {
94
      #greeting {
91
        margin-top: 0;
95
        margin-top: 0;
92
      }
96
      }
93
     
97
94
      #greeting p {
98
      #greeting p {
95
        background-color: #000;
99
        background-color: #000;
96
        color: #fff;
100
        color: #fff;
97
        font-size: 136%;
101
        font-size: 136%;
98
      }
102
      }
99
     
103
100
      #languages .key {
104
      #languages .key {
101
        min-width: 0.65em;
105
        min-width: 0.65em;
102
      }
106
      }
103
      -->
107
      -->
104
    </style>
108
    </style>
Line 168... Line 172...
168
                "border-bottom-left-radius": 0
172
                "border-bottom-left-radius": 0
169
              }
173
              }
170
            }
174
            }
171
          }
175
          }
172
        ];
176
        ];
173
       
177

174
        var animation = new Animation({
178
        var animation = new Animation({
175
          timelines: [
179
          timelines: [
176
            new Timeline({
180
            new Timeline({
177
              target: document.getElementById("bow-top"),
181
              target: document.getElementById("bow-top"),
178
              keyFrames: keyFrames
182
              keyFrames: keyFrames
Line 225... Line 229...
225
        alt="Vulcan greeting"
229
        alt="Vulcan greeting"
226
        title="Vulcan greeting"
230
        title="Vulcan greeting"
227
        border="0"
231
        border="0"
228
        onmouseover="return setStatus(this.title)"
232
        onmouseover="return setStatus(this.title)"
229
        onmouseout="return resetStatus()"></div>
233
        onmouseout="return resetStatus()"></div>
230
       
234
231
      <ul id="greeting">
235
      <ul id="greeting">
232
        <li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li>
236
        <li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li>
233
        <li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li>
237
        <li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li>
234
        <li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li>
238
        <li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li>
235
      </ul>
239
      </ul>
236
     
240
237
      <ul style="text-align: center">
241
      <ul style="text-align: center">
238
        <li class="instruction" lang="en">Please select your language</li>
242
        <li class="instruction" lang="en">Please select your language</li>
239
        <li class="instruction" lang="de">Bitte w&auml;hlen Sie Ihre Sprache</li>
243
        <li class="instruction" lang="de">Bitte w&auml;hlen Sie Ihre Sprache</li>
240
      </ul>
244
      </ul>
241
     
245
242
      <div class="group">
246
      <div class="group">
243
        <div class="separator">&nbsp;</div>
247
        <div class="separator">&nbsp;</div>
244
        <ul id="languages">
248
        <ul id="languages">
245
          <li><a href="index.en" class="button right" lang="en"
249
          <li><a href="index.en" class="button right" lang="en"
246
                 hreflang="en" accesskey="e"
250
                 hreflang="en" accesskey="e"
Line 250... Line 254...
250
                 onclick="return navigateTo(this)"
254
                 onclick="return navigateTo(this)"
251
                 ><span class="key">de</span> <span class="text">Deutsch</span></a></li>
255
                 ><span class="key">de</span> <span class="text">Deutsch</span></a></li>
252
        </ul>
256
        </ul>
253
        <div style="clear: both"><!--  --></div>
257
        <div style="clear: both"><!--  --></div>
254
      </div>
258
      </div>
255
     
259
256
<?php
260
<?php
257
  $app = 'Language';
261
  $app = 'Language';
258
  require_once 'footer.phtml';
262
  require_once 'footer.phtml';
259
?>
263
?>
260
    </div>
264
    </div>