<script type="text/javascript">
function mailStatus ()
{
return setStatus("
<?php echo _
("Send your feedback to PointedEars"); ?>");
}
</script>
<hr style="height: 0; border-width: 1px 0 0 0; width: 100%">
<p style="text-align: center">
<?php echo sprintf(
_
("Original LCARS design by"
. " <a href='%s' title='%s'>Michael Okuda</a>."
. " This site is based on an <a href='%s'"
. " title='LCARS Standards Development Board'"
. ">implementation in Flash by Chris Rossi</a>,"
. " and research by <a href='%s'"
. " title='Creating a Coherent LCARS Interface'>Bracer Jack</a>"
. " and <a href='%s'"
. " title='LCARS 47 Development Blog – LCARS 101: A Designer’s Handbook'"
. ">Eleanor Denver</a>."),
'https://twitter.com/MikeOkuda',
_
('Michael Okuda on Twitter'),
'http://www.lcarsdeveloper.com/',
'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
'http://www.lcars47.com/p/lcars-101.html');
?><br>
Copyright © 2002–
<?php echo gmdate('Y', $modi); ?> <a
href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/
<?php echo $app;
?>&body=
<?php
echo rawurlencode(sprintf('[%s]', _
("Your feedback")));
?>"
title="
<?php echo _
("Send your feedback to PointedEars"); ?>"
onmouseover="return mailStatus()"
onmouseout="return resetStatus()"
>Thomas ‘PointedEars’ Lahn</a>.
<?php echo _
("All rights reserved."); ?></p>