Subversion Repositories LCARS

Rev

Rev 227 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
105 PointedEar 1
      <script type="text/javascript">
2
        function mailStatus ()
3
        {
151 PointedEar 4
          return setStatus("<?php echo tr("Send your feedback to PointedEars"); ?>");
105 PointedEar 5
        }
6
      </script>
7
      <hr style="height: 0; border-width: 1px 0 0 0; width: 100%">
210 PointedEar 8
      <p style="text-align: center" lang="<?php echo $language; ?>"><span class="text"><?php echo sprintf(
151 PointedEar 9
          tr("Original LCARS design by"
105 PointedEar 10
            . " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
124 PointedEar 11
            . " Website design based on an <a href='%s'"
105 PointedEar 12
            . " title='LCARS Standards Development Board'"
13
            . ">implementation in Flash by Chris&nbsp;Rossi</a>,"
14
            . " and research by <a href='%s'"
15
            . " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
16
            . " and <a href='%s'"
210 PointedEar 17
            . " title='LCARS 47 Development Blog&nbsp;-- LCARS&nbsp;101: A Designer's Handbook'"
18
            . ">Eleanor&nbsp;C.&nbsp;Davenport</a>.")
227 PointedEar 19
            . ($app == 'Language' || $language === $klingon
20
                ? "<br> "
21
                  . tr("Translation into Klingon supported by the"
22
                      . " <a href='http://kli.org/'>Klingon Language Institute</a>,"
235 PointedEar 23
                      . " Terra.")
227 PointedEar 24
                : '')
210 PointedEar 25
            . ($app == 'Language' || $language === $vulcan
227 PointedEar 26
                ? "<br> "
210 PointedEar 27
                  . tr("Translation into Modern Golic Vulcan supported by the"
227 PointedEar 28
                      . " <a href='http://home.comcast.net/~markg61/vlif.htm'>Vulcan Language Institute</a>,"
235 PointedEar 29
                      . " Terra.")
210 PointedEar 30
                : ''),
105 PointedEar 31
          'https://twitter.com/MikeOkuda',
151 PointedEar 32
          tr('Michael Okuda on Twitter'),
105 PointedEar 33
          'http://www.lcarsdeveloper.com/',
34
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
35
          'http://www.lcars47.com/p/lcars-101.html');
210 PointedEar 36
        ?></span><br>
235 PointedEar 37
        <span lang="en">Copyright &copy;&nbsp;2002&#8211;<?php echo gmdate('Y', $modi); ?> <a
161 PointedEar 38
        href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;
105 PointedEar 39
        ?>&amp;body=<?php
151 PointedEar 40
          echo rawurlencode(sprintf('[%s]', tr("Your feedback")));
105 PointedEar 41
        ?>"
151 PointedEar 42
        title="<?php echo tr("Send your feedback to PointedEars"); ?>"
235 PointedEar 43
        lang="en"
105 PointedEar 44
        onmouseover="return mailStatus()"
45
        onmouseout="return resetStatus()"
235 PointedEar 46
        >Thomas ‘PointedEars’ Lahn</a>.</span> <span class="text"><?php echo tr("All rights reserved."); ?></span></p>
47
        <p><small>STAR&nbsp;TREK and all related marks, logos and characters are owned by CBS&nbsp;Studios&nbsp;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&nbsp;TREK franchise.</small></p>