Rev 161 | Rev 227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 161 | Rev 210 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | { |
3 | { |
4 | return setStatus("<?php echo tr("Send your feedback to PointedEars"); ?>"); |
4 | return setStatus("<?php echo tr("Send your feedback to PointedEars"); ?>"); |
5 | } |
5 | } |
6 | </script> |
6 | </script> |
7 | <hr style="height: 0; border-width: 1px 0 0 0; width: 100%"> |
7 | <hr style="height: 0; border-width: 1px 0 0 0; width: 100%"> |
8 | <p style="text-align: center"><?php echo sprintf( |
8 | <p style="text-align: center" lang="<?php echo $language; ?>"><span class="text"><?php echo sprintf( |
9 | tr("Original LCARS design by" |
9 | tr("Original LCARS design by" |
10 | . " <a href='%s' title='%s'>Michael Okuda</a>." |
10 | . " <a href='%s' title='%s'>Michael Okuda</a>." |
11 | . " Website design based on an <a href='%s'" |
11 | . " Website design based on an <a href='%s'" |
12 | . " title='LCARS Standards Development Board'" |
12 | . " title='LCARS Standards Development Board'" |
13 | . ">implementation in Flash by Chris Rossi</a>," |
13 | . ">implementation in Flash by Chris Rossi</a>," |
14 | . " and research by <a href='%s'" |
14 | . " and research by <a href='%s'" |
15 | . " title='Creating a Coherent LCARS Interface'>Bracer Jack</a>" |
15 | . " title='Creating a Coherent LCARS Interface'>Bracer Jack</a>" |
16 | . " and <a href='%s'" |
16 | . " and <a href='%s'" |
17 | . " title='LCARS 47 Development Blog – LCARS 101: A Designer’s Handbook'" |
17 | . " title='LCARS 47 Development Blog -- LCARS 101: A Designer's Handbook'" |
18 | . ">Eleanor C. Davenport</a>."), |
18 | . ">Eleanor C. Davenport</a>.") |
- | 19 | . ($app == 'Language' || $language === $vulcan |
|
- | 20 | ? "<br>"
|
|
- | 21 | . tr("Translation into Modern Golic Vulcan supported by the" |
|
- | 22 | . " <a href='http://wayback.archive.org/web/20130927210751/http://www.stogeek.com/wiki/Category:Vulcan_Language_Institute'>Vulcan Language Institute</a>," |
|
- | 23 | . " Shi'Kahr, a'Shav, T'Khasi.") |
|
- | 24 | : ''), |
|
19 | 'https://twitter.com/MikeOkuda', |
25 | 'https://twitter.com/MikeOkuda', |
20 | tr('Michael Okuda on Twitter'), |
26 | tr('Michael Okuda on Twitter'), |
21 | 'http://www.lcarsdeveloper.com/', |
27 | 'http://www.lcarsdeveloper.com/', |
22 | 'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html', |
28 | 'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html', |
23 | 'http://www.lcars47.com/p/lcars-101.html'); |
29 | 'http://www.lcars47.com/p/lcars-101.html'); |
24 | ?><br>
|
30 | ?></span><br>
|
25 | Copyright © 2002–<?php echo gmdate('Y', $modi); ?> <a |
31 | Copyright © 2002–<?php echo gmdate('Y', $modi); ?> <a |
26 | href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app; |
32 | href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app; |
27 | ?>&body=<?php |
33 | ?>&body=<?php |
28 | echo rawurlencode(sprintf('[%s]', tr("Your feedback"))); |
34 | echo rawurlencode(sprintf('[%s]', tr("Your feedback"))); |
29 | ?>"
|
35 | ?>"
|
30 | title="<?php echo tr("Send your feedback to PointedEars"); ?>" |
36 | title="<?php echo tr("Send your feedback to PointedEars"); ?>" |
31 | onmouseover="return mailStatus()" |
37 | onmouseover="return mailStatus()" |
32 | onmouseout="return resetStatus()" |
38 | onmouseout="return resetStatus()" |
33 | >Thomas ‘PointedEars’ Lahn</a>. <?php echo tr("All rights reserved."); ?></p> |
39 | >Thomas ‘PointedEars’ Lahn</a>. <span class="text"><?php echo tr("All rights reserved."); ?></span></p> |