Rev 227 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 227 | Rev 235 | ||
---|---|---|---|
1 | <script type="text/javascript"> |
1 | <script type="text/javascript"> |
2 | function mailStatus () |
2 | function mailStatus () |
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" lang="<?php echo $language; ?>"><span class="text"><?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 === $klingon |
19 | . ($app == 'Language' || $language === $klingon |
20 | ? "<br> "
|
20 | ? "<br> "
|
21 | . tr("Translation into Klingon supported by the" |
21 | . tr("Translation into Klingon supported by the" |
22 | . " <a href='http://kli.org/'>Klingon Language Institute</a>," |
22 | . " <a href='http://kli.org/'>Klingon Language Institute</a>," |
23 | . " Qo'onoS.") |
23 | . " Terra.") |
24 | : '') |
24 | : '') |
25 | . ($app == 'Language' || $language === $vulcan |
25 | . ($app == 'Language' || $language === $vulcan |
26 | ? "<br> "
|
26 | ? "<br> "
|
27 | . tr("Translation into Modern Golic Vulcan supported by the" |
27 | . tr("Translation into Modern Golic Vulcan supported by the" |
28 | . " <a href='http://home.comcast.net/~markg61/vlif.htm'>Vulcan Language Institute</a>," |
28 | . " <a href='http://home.comcast.net/~markg61/vlif.htm'>Vulcan Language Institute</a>," |
29 | . " Shi'Kahr, T'Khasi.") |
29 | . " Terra.") |
30 | : ''), |
30 | : ''), |
31 | 'https://twitter.com/MikeOkuda', |
31 | 'https://twitter.com/MikeOkuda', |
32 | tr('Michael Okuda on Twitter'), |
32 | tr('Michael Okuda on Twitter'), |
33 | 'http://www.lcarsdeveloper.com/', |
33 | 'http://www.lcarsdeveloper.com/', |
34 | 'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html', |
34 | 'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html', |
35 | 'http://www.lcars47.com/p/lcars-101.html'); |
35 | 'http://www.lcars47.com/p/lcars-101.html'); |
36 | ?></span><br>
|
36 | ?></span><br>
|
37 | Copyright © 2002–<?php echo gmdate('Y', $modi); ?> <a |
37 | <span lang="en">Copyright © 2002–<?php echo gmdate('Y', $modi); ?> <a |
38 | href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app; |
38 | href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app; |
39 | ?>&body=<?php |
39 | ?>&body=<?php |
40 | echo rawurlencode(sprintf('[%s]', tr("Your feedback"))); |
40 | echo rawurlencode(sprintf('[%s]', tr("Your feedback"))); |
41 | ?>"
|
41 | ?>"
|
42 | title="<?php echo tr("Send your feedback to PointedEars"); ?>" |
42 | title="<?php echo tr("Send your feedback to PointedEars"); ?>" |
- | 43 | lang="en" |
|
43 | onmouseover="return mailStatus()" |
44 | onmouseover="return mailStatus()" |
44 | onmouseout="return resetStatus()" |
45 | onmouseout="return resetStatus()" |
45 | >Thomas ‘PointedEars’ Lahn</a>. <span class="text"><?php echo tr("All rights reserved."); ?></span></p> |
46 | >Thomas ‘PointedEars’ Lahn</a>.</span> <span class="text"><?php echo tr("All rights reserved."); ?></span></p> |
- | 47 | <p><small>STAR TREK and all related marks, logos and characters are owned by CBS Studios Inc. |
|
- | 48 | This website, the promotion thereof and/or any exhibition of material created |
|
- | 49 | by the operator of this website are not endorsed or sponsored by or affiliated |
|
- | 50 | with CBS/Paramount Pictures or the STAR TREK franchise.</small></p> |
|
46 | 51 |