Subversion Repositories LCARS

Rev

Rev 105 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 105 Rev 124
1
      <script type="text/javascript">
1
      <script type="text/javascript">
2
        function mailStatus ()
2
        function mailStatus ()
3
        {
3
        {
4
          return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>");
4
          return setStatus("<?php echo _("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"><?php echo sprintf(
9
          _("Original LCARS design by"
9
          _("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
            . " This site is 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;Denver</a>."),
18
            . ">Eleanor&nbsp;Denver</a>."),
19
          'https://twitter.com/MikeOkuda',
19
          'https://twitter.com/MikeOkuda',
20
          _('Michael Okuda on Twitter'),
20
          _('Michael Okuda on Twitter'),
21
          'http://www.lcarsdeveloper.com/',
21
          'http://www.lcarsdeveloper.com/',
22
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
22
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
23
          'http://www.lcars47.com/p/lcars-101.html');
23
          'http://www.lcars47.com/p/lcars-101.html');
24
        ?><br>
24
        ?><br>
25
        Copyright &copy;&nbsp;2002&#8211;<?php echo gmdate('Y', $modi); ?> <a
25
        Copyright &copy;&nbsp;2002&#8211;<?php echo gmdate('Y', $modi); ?> <a
26
        href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;
26
        href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;
27
        ?>&amp;body=<?php
27
        ?>&amp;body=<?php
28
          echo rawurlencode(sprintf('[%s]', _("Your feedback")));
28
          echo rawurlencode(sprintf('[%s]', _("Your feedback")));
29
        ?>"
29
        ?>"
30
        title="<?php echo _("Send your feedback to PointedEars"); ?>"
30
        title="<?php echo _("Send your feedback to PointedEars"); ?>"
31
        onmouseover="return mailStatus()"
31
        onmouseover="return mailStatus()"
32
        onmouseout="return resetStatus()"
32
        onmouseout="return resetStatus()"
33
        >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p>
33
        >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p>
34
 
34