Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 166 → Rev 165

/trunk/index.php
73,34 → 73,30
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."); ?>">
<?php /*
<!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
<!-- IE 9 in non-Compatibility Mode sends "Accept: text/css",
Apache responds with 406 without .php:
http://blog.s9y.org/archives/227-ie9-has-trouble-with-css-content-types.html
(Resource Builder handles negotation for sources)
-->
*/ ?>
<link rel="stylesheet" type="text/css" href="scripts/builder.php?type=text/css&amp;prefix=../styles/&amp;src=lcars-basic,lcars22">
<link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
<link rel="stylesheet" type="text/css" href="styles/lcars22">
<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;
}
174,7 → 170,7
}
}
];
 
var animation = new Animation({
timelines: [
new Timeline({
231,18 → 227,18
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&auml;hlen Sie Ihre Sprache</li>
</ul>
 
<div class="group">
<div class="separator">&nbsp;</div>
<ul id="languages">
256,7 → 252,7
</ul>
<div style="clear: both"><!-- --></div>
</div>
 
<?php
$app = 'Language';
require_once 'footer.phtml';