Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 210 | PointedEar | 1 | <div id="content"> |
| 2 | <h1 style="text-align: center" lang="<?php echo $language; ?>"><img |
||
| 3 | src="media/video/img/vulcan_hand-black-bg.png" |
||
| 4 | width="120" |
||
| 5 | height="168" |
||
| 6 | alt="<?php echo tr("Vulcan greeting"); ?>" |
||
| 7 | title="<?php echo tr("Vulcan greeting"); ?>" |
||
| 8 | style="border: none; cursor: default" |
||
| 9 | onmouseover="return setStatus(this.title)" |
||
| 10 | onmouseout="return resetStatus()"><br> |
||
| 11 | <span class="text"><?php echo tr("Welcome to PointedEars' Website"); ?></span></h1> |
||
| 12 | <?php |
||
| 13 | if (!$printable) |
||
| 14 | { |
||
| 15 | ?> |
||
| 16 | <p class="instruction" style="font-size: 100%; text-align: center" lang="<?php echo $language; ?>"><span class="text"><?php |
||
| 17 | echo sprintf( |
||
| 18 | tr("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'" |
||
| 19 | . " title='Learn more: Mozilla Developer Network'>Web technologies</a>." |
||
| 20 | . " You can use the <a href='index.%s?printable=1'>%s</a>" |
||
| 21 | . " if it is not displayed properly with your software."), |
||
| 22 | $language, |
||
| 23 | tr('Printable version')); |
||
| 24 | ?></span></p> |
||
| 25 | <?php |
||
| 26 | } |
||
| 27 | |||
| 28 | /* |
||
| 29 | <p> |
||
| 30 | | <a href="leisure/" target="_top" |
||
| 31 | >Freizeit-Datenbank</a> |
||
| 32 | | <a href="mozilla/" target="_top">Mozilla</a> |
||
| 33 | | <a href="poetry/" target="_top">Poesie</a> |
||
| 34 | */ |
||
| 35 | |||
| 36 | /* |
||
| 37 | | [<abbr title="nur in englischer Sprache verfügbar" |
||
| 38 | >en</abbr>] |
||
| 39 | | <a href="selfhtml.de/" target="_top">SELFHTML.DE</a> |
||
| 40 | */ |
||
| 41 | /* |
||
| 42 | | <a href="lyrics/" target="_top">Songbook</a> |
||
| 43 | | </p> |
||
| 44 | */ |
||
| 45 | /* |
||
| 46 | <p><a href="about/worm.de.html" target="_top" |
||
| 47 | >Seltsame E-Mails bekommen?</a></p> |
||
| 48 | */ |
||
| 49 | /* |
||
| 50 | <noscript> |
||
| 51 | <a |
||
| 52 | href="http://pointedears.de/" |
||
| 53 | title="PointedEars' Website" |
||
| 54 | >Diese Website zu Ihren Lesezeichen hinzufügen</a> |
||
| 55 | </noscript> |
||
| 56 | |||
| 57 | <!-- Klicken Sie hier, falls Sie nach 5 Sekunden nicht automatisch |
||
| 58 | weitergeleitet werden. --> |
||
| 59 | */ |
||
| 60 | ?> |
||
| 61 | <?php |
||
| 62 | $app = "Welcome/$language"; |
||
| 63 | require_once 'footer.phtml'; |
||
| 64 | /* embed src="media/interface/speech/de/warten.wav" width="0" height="0" |
||
| 65 | hidden="true" autostart="true" dir="ltr" lang="de" */ |
||
| 66 | ?> |
||
| 67 | </div> |