Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 299 → Rev 298

/trunk/index.vu.php
0,0 → 1,10
<?php
/* Set language to Modern Golic Vulcan */
$language = 'vuh-Latn-Gol-modern';
$locale = 'en_EN.UTF-8';
putenv("LC_ALL=$locale");
setlocale(LC_ALL, $locale);
 
require_once 'global.php';
require_once 'application/layouts/index/index.phtml';
?>
/trunk/footer.phtml
0,0 → 1,33
<script type="text/javascript">
function mailStatus ()
{
return setStatus("<?php echo tr("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(
tr("Original LCARS design by"
. " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
. " Website design based on an <a href='%s'"
. " title='LCARS Standards Development Board'"
. ">implementation in Flash by Chris&nbsp;Rossi</a>,"
. " and research by <a href='%s'"
. " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
. " and <a href='%s'"
. " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
. ">Eleanor&nbsp;C.&nbsp;Davenport</a>."),
'https://twitter.com/MikeOkuda',
tr('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 &copy;&nbsp;2002&#8211;<?php echo gmdate('Y', $modi); ?> <a
href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;
?>&amp;body=<?php
echo rawurlencode(sprintf('[%s]', tr("Your feedback")));
?>"
title="<?php echo tr("Send your feedback to PointedEars"); ?>"
onmouseover="return mailStatus()"
onmouseout="return resetStatus()"
>Thomas ‘PointedEars’ Lahn</a>. <?php echo tr("All rights reserved."); ?></p>
/trunk/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property