Subversion Repositories LCARS

Rev

Rev 212 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 236
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&nbsp;Okuda</a>."
10
            . " <a href='%s' title='%s'>Michael&nbsp;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&nbsp;Rossi</a>,"
13
            . ">implementation in Flash by Chris&nbsp;Rossi</a>,"
14
            . " and research by <a href='%s'"
14
            . " and research by <a href='%s'"
15
            . " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
15
            . " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
16
            . " and <a href='%s'"
16
            . " and <a href='%s'"
17
            . " title='LCARS 47 Development Blog&nbsp;-- LCARS&nbsp;101: A Designer's Handbook'"
17
            . " title='LCARS 47 Development Blog&nbsp;-- LCARS&nbsp;101: A Designer's Handbook'"
18
            . ">Eleanor&nbsp;C.&nbsp;Davenport</a>.")
18
            . ">Eleanor&nbsp;C.&nbsp;Davenport</a>.")
19
//             . ($app == 'Language' || $language === $vulcan
19
//             . ($app == 'Language' || $language === $vulcan
20
//                 ? "<br>"
20
//                 ? "<br>"
21
//                   . tr("Translation into Modern Golic Vulcan supported by the"
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>,"
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.")
23
//                       . " Shi'Kahr, a'Shav, T'Khasi.")
24
//                 : '')
24
//                 : '')
25
          ,
25
          ,
26
          'https://twitter.com/MikeOkuda',
26
          'https://twitter.com/MikeOkuda',
27
          tr('Michael Okuda on Twitter'),
27
          tr('Michael Okuda on Twitter'),
28
          'http://www.lcarsdeveloper.com/',
28
          'http://www.lcarsdeveloper.com/',
29
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
29
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
30
          'http://www.lcars47.com/p/lcars-101.html');
30
          'http://www.lcars47.com/p/lcars-101.html');
31
        ?></span><br>
31
        ?></span><br>
32
        Copyright &copy;&nbsp;2002&#8211;<?php echo gmdate('Y', $modi); ?> <a
32
        <span lang="en">Copyright &copy;&nbsp;2002&#8211;<?php echo gmdate('Y', $modi); ?> <a
33
        href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;
33
        href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;
34
        ?>&amp;body=<?php
34
        ?>&amp;body=<?php
35
          echo rawurlencode(sprintf('[%s]', tr("Your feedback")));
35
          echo rawurlencode(sprintf('[%s]', tr("Your feedback")));
36
        ?>"
36
        ?>"
37
        title="<?php echo tr("Send your feedback to PointedEars"); ?>"
37
        title="<?php echo tr("Send your feedback to PointedEars"); ?>"
-
 
38
        lang="en"
38
        onmouseover="return mailStatus()"
39
        onmouseover="return mailStatus()"
39
        onmouseout="return resetStatus()"
40
        onmouseout="return resetStatus()"
40
        >Thomas ‘PointedEars’ Lahn</a>. <span class="text"><?php echo tr("All rights reserved."); ?></span></p>
41
        >Thomas ‘PointedEars’ Lahn</a>.</span> <span class="text"><?php echo tr("All rights reserved."); ?></span></p>
-
 
42
        <p><small>STAR&nbsp;TREK and all related marks, logos and characters are owned by CBS&nbsp;Studios&nbsp;Inc.
-
 
43
        This website, the promotion thereof and/or any exhibition of material created
-
 
44
        by the operator of this website are not endorsed or sponsored by or affiliated
-
 
45
        with CBS/Paramount Pictures or the STAR&nbsp;TREK franchise.</small></p>
41
 
46