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