Rev 155 | 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%">  | 
        ||
| 8 | <p style="text-align: center"><?php echo sprintf(  | 
        ||
| 151 | PointedEar | 9 | tr("Original LCARS design by"  | 
        
| 105 | PointedEar | 10 | . " <a href='%s' title='%s'>Michael 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 Rossi</a>,"  | 
        ||
| 14 | . " and research by <a href='%s'"  | 
        ||
| 15 | . " title='Creating a Coherent LCARS Interface'>Bracer Jack</a>"  | 
        ||
| 16 | . " and <a href='%s'"  | 
        ||
| 17 | . " title='LCARS 47 Development Blog – LCARS 101: A Designer’s Handbook'"  | 
        ||
| 155 | PointedEar | 18 | . ">Eleanor C. Davenport</a>."),  | 
        
| 105 | PointedEar | 19 | 'https://twitter.com/MikeOkuda',  | 
        
| 151 | PointedEar | 20 | tr('Michael Okuda on Twitter'),  | 
        
| 105 | PointedEar | 21 | 'http://www.lcarsdeveloper.com/',  | 
        
| 22 | 'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',  | 
        ||
| 23 | 'http://www.lcars47.com/p/lcars-101.html');  | 
        ||
| 24 |         ?><br> | 
        ||
| 25 | Copyright © 2002–<?php echo gmdate('Y', $modi); ?> <a  | 
        ||
| 161 | PointedEar | 26 | href="mailto:js@PointedEars.de?subject=Feedback/LCARS/<?php echo $app;  | 
        
| 105 | PointedEar | 27 | ?>&body=<?php  | 
        
| 151 | PointedEar | 28 | echo rawurlencode(sprintf('[%s]', tr("Your feedback")));  | 
        
| 105 | PointedEar | 29 |         ?>" | 
        
| 151 | PointedEar | 30 | title="<?php echo tr("Send your feedback to PointedEars"); ?>"  | 
        
| 105 | PointedEar | 31 | onmouseover="return mailStatus()"  | 
        
| 32 | onmouseout="return resetStatus()"  | 
        ||
| 151 | PointedEar | 33 | >Thomas ‘PointedEars’ Lahn</a>. <?php echo tr("All rights reserved."); ?></p>  |