Subversion Repositories LCARS

Rev

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

Rev 92 Rev 95
1
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<html lang="<?php echo $language; ?>">
2
<html lang="<?php echo $language; ?>">
3
  <head>
3
  <head>
4
    <title>Home — PointedEars’ Website</title>
4
    <title>Home — PointedEars’ Website</title>
5
5
6
    <link rel="SHORTCUT ICON" href="favicon.ico">
6
    <link rel="SHORTCUT ICON" href="favicon.ico">
7
7
8
    <!-- Browsers: Character Encoding -->
8
    <!-- Browsers: Character Encoding -->
9
    <meta charset="UTF-8">
9
    <meta charset="UTF-8">
10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
11
11
12
    <!-- Robots: Index, Subordinated Files, Description, Author,
12
    <!-- Robots: Index, Subordinated Files, Description, Author,
13
         Keywords, Document Date -->
13
         Keywords, Document Date -->
14
    <meta name="robots" content="index">
14
    <meta name="robots" content="index">
15
    <meta name="robots" content="follow">
15
    <meta name="robots" content="follow">
16
    <meta name="description"
16
    <meta name="description"
17
          content="PointedEars' Website: <?php
17
          content="PointedEars' Website: <?php
18
            $description = _("Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!");
18
            $description = _("Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!");
19
            echo $description;
19
            echo $description;
20
            ?>">
20
            ?>">
21
    <meta name="author" content="Thomas ‘PointedEars’ Lahn">
21
    <meta name="author" content="Thomas ‘PointedEars’ Lahn">
22
22
23
    <?php /* No localization of keywords at the time */ ?>
23
    <?php /* No localization of keywords at the time */ ?>
24
    <meta name="keywords"
24
    <meta name="keywords"
25
          content="Appz, Download, Links, LCARS, Star Trek, TNG, The Next Generation, DS9, Deep Space 9, Deep Space Nine, VOY, Voyager, UFP, Federation, United Federation of Planets, Database, Databank, Song, Songbook, Surf, anonymously, Raumschiff Enterprise, DNG, Die n&auml;chste Generation, VFP, F&ouml;deration, Vereinte F&ouml;deration der Planeten, Datenbasis, Datenbank, Lied, Liedtext, surfen, anonym">
25
          content="Appz, Download, Links, LCARS, Star Trek, TNG, The Next Generation, DS9, Deep Space 9, Deep Space Nine, VOY, Voyager, UFP, Federation, United Federation of Planets, Database, Databank, Song, Songbook, Surf, anonymously, Raumschiff Enterprise, DNG, Die n&auml;chste Generation, VFP, F&ouml;deration, Vereinte F&ouml;deration der Planeten, Datenbasis, Datenbank, Lied, Liedtext, surfen, anonym">
26
<?php /*
26
<?php /*
27
    <meta name="keywords" http-equiv="Keywords" lang="de" content="">
27
    <meta name="keywords" http-equiv="Keywords" lang="de" content="">
28
    <meta name="keywords" http-equiv="Keywords" lang="en-us" content="">
28
    <meta name="keywords" http-equiv="Keywords" lang="en-us" content="">
29
    <meta name="keywords" http-equiv="Keywords" lang="en" content="">
29
    <meta name="keywords" http-equiv="Keywords" lang="en" content="">
30
*/ ?>
30
*/ ?>
31
    <meta name="revisit-after" content="3 days">
31
    <meta name="revisit-after" content="3 days">
32
32
33
    <!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) -->
33
    <!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) -->
34
    <meta name="dcterms.title" content="PointedEars’ Website">
34
    <meta name="dcterms.title" content="PointedEars’ Website">
35
    <meta name="dcterms.creator" content="Thomas ‘PointedEars’ Lahn">
35
    <meta name="dcterms.creator" content="Thomas ‘PointedEars’ Lahn">
36
    <meta name="dcterms.subject" content="Private Web site">
36
    <meta name="dcterms.subject" content="Private Web site">
37
    <meta name="dcterms.description"
37
    <meta name="dcterms.description"
38
          content="PointedEars' Website: <?php echo $description; ?>">
38
          content="PointedEars' Website: <?php echo $description; ?>">
39
    <meta name="dcterms.publisher" content="PointedEars">
39
    <meta name="dcterms.publisher" content="PointedEars">
40
    <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00">
40
    <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00">
41
    <meta name="dcterms.created" content="2002-05-23">
41
    <meta name="dcterms.created" content="2002-05-23">
42
    <meta name="dcterms.modified" content="<?php
42
    <meta name="dcterms.modified" content="<?php
43
      $modi = @filemtime(__FILE__);
43
      $modi = @filemtime(__FILE__);
44
      echo gmdate('Y-m-dTH:i:sO', $modi); ?>">
44
      echo gmdate('Y-m-dTH:i:sO', $modi); ?>">
45
<?php /*
45
<?php /*
46
    <meta name="dcterms.type" content="">
46
    <meta name="dcterms.type" content="">
47
    <meta name="dcterms.format" content="">
47
    <meta name="dcterms.format" content="">
48
*/ ?>
48
*/ ?>
49
    <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>">
49
    <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>">
50
    <meta name="dcterms.language" content="<?php echo $language; ?>">
50
    <meta name="dcterms.language" content="<?php echo $language; ?>">
51
    <meta name="dcterms.rightsHolder"
51
    <meta name="dcterms.rightsHolder"
52
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
52
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
53
    <meta name="dcterms.rights"
53
    <meta name="dcterms.rights"
54
          content="<?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
54
          content="<?php echo _("All rights reserved."); ?> <?php echo _("The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you."); ?>">
55
<?php /*
55
<?php /*
56
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
56
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
57
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
57
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
58
*/ ?>
58
*/ ?>
59
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
59
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
60
<?php
60
<?php
61
  $printable = (isset($_GET['printable']) && $_GET['printable'] === '1');
61
  $printable = (isset($_GET['printable']) && $_GET['printable'] === '1');
62
  if (!$printable)
62
  if (!$printable)
63
  {
63
  {
64
?>
64
?>
65
    <link rel="stylesheet" type="text/css" href="styles/lcars22.css<?php
65
    <link rel="stylesheet" type="text/css" href="styles/lcars22.css<?php
66
      if (isset($_GET['ani']) && $_GET['ani'] !== '')
66
      if (isset($_GET['ani']) && $_GET['ani'] !== '')
67
      {
67
      {
68
        echo '?ani=' . $_GET['ani'];
68
        echo '?ani=' . $_GET['ani'];
69
      }
69
      }
70
    ?>">
70
    ?>">
71
<?php
71
<?php
72
  }
72
  }
73
?>
73
?>
74
    <style type="text/css">
74
    <style type="text/css">
75
      <!--
75
      <!--
76
      p {
76
      p {
77
        max-width: 100%;
77
        max-width: 100%;
78
      }
78
      }
79
      -->
79
      -->
80
    </style>
80
    </style>
81
81
82
    <script type="text/javascript">
82
    <script type="text/javascript">
83
      function setStatus (text)
83
      function setStatus (text)
84
      {
84
      {
85
        window.status = String(text);
85
        window.status = String(text);
86
        return true;
86
        return true;
87
      }
87
      }
88
88
89
      function resetStatus ()
89
      function resetStatus ()
90
      {
90
      {
91
        window.status = window.defaultStatus;
91
        window.status = window.defaultStatus;
92
        return true;
92
        return true;
93
      }
93
      }
94
94
95
      function mailStatus ()
95
      function mailStatus ()
96
      {
96
      {
97
        return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>");
97
        return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>");
98
      }
98
      }
99
<?php
99
<?php
100
      /*
100
      /*
101
      var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms
101
      var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms
102
      var msLeaveDays = ms1Day*6;
102
      var msLeaveDays = ms1Day*6;
103
      var ms30Days=ms1Day*30;
103
      var ms30Days=ms1Day*30;
104
      var delta;
104
      var delta;
105
      var newTime=new Date();
105
      var newTime=new Date();
106
      var msTime=newTime.getTime();
106
      var msTime=newTime.getTime();
107
      var msExpire=msTime+ms30Days;
107
      var msExpire=msTime+ms30Days;
108
      var expireTime=new Date(msExpire);
108
      var expireTime=new Date(msExpire);
109

109

110
      cookieVal=
110
      cookieVal=
111
          "savedTime=" + newTime.toGMTString()
111
          "savedTime=" + newTime.toGMTString()
112
        + "; expires=" + expireTime.toGMTString()
112
        + "; expires=" + expireTime.toGMTString()
113
        + "; domain=anybody"
113
        + "; domain=anybody"
114
        + "; path=/";
114
        + "; path=/";
115
      document.cookie= cookieVal;
115
      document.cookie= cookieVal;
116
      */
116
      */
117
?>
117
?>
118
    </script>
118
    </script>
119
    <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
119
    <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
120
  </head>
120
  </head>
121
  <body class="fade-in" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}">
121
  <body class="fade-in" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}">
122
    <div id="content">
122
    <div id="content">
123
      <h1 style="text-align: center"><img
123
      <h1 style="text-align: center"><img
124
            src="media/video/img/vulcan_hand-black-bg.png"
124
            src="media/video/img/vulcan_hand-black-bg.png"
125
            width="120"
125
            width="120"
126
            height="168"
126
            height="168"
127
            alt="<?php echo _("Vulcan greeting"); ?>"
127
            alt="<?php echo _("Vulcan greeting"); ?>"
128
            title=""
128
            title=""
129
            style="border: none; cursor: default"
129
            style="border: none; cursor: default"
130
            onmouseover="return setStatus(this.title)"
130
            onmouseover="return setStatus(this.title)"
131
            onmouseout="return resetStatus()"><br>
131
            onmouseout="return resetStatus()"><br>
132
        <?php echo _("Welcome to PointedEars’ Website"); ?></h1>
132
        <?php echo _("Welcome to PointedEars’ Website"); ?></h1>
133
<?php
133
<?php
134
  if (!$printable)
134
  if (!$printable)
135
  {
135
  {
136
?>
136
?>
137
      <p class="instruction" style="font-size: 100%; text-align: center"><?php
137
      <p class="instruction" style="font-size: 100%; text-align: center"><?php
138
        echo sprintf(
138
        echo sprintf(
139
          _("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'"
139
          _("This site uses recent <a href='https://developer.mozilla.org/en-US/docs/'"
140
            . " title='Learn more: Mozilla Developer Network'>Web technologies</a>."
140
            . " title='Learn more: Mozilla Developer Network'>Web technologies</a>."
141
            . " You can use the <a href='index.%s?printable=1'>%s</a>"
141
            . " You can use the <a href='index.%s?printable=1'>%s</a>"
142
            . " if it is not displayed properly with your software."),
142
            . " if it is not displayed properly with your software."),
143
          $language,
143
          $language,
144
          _('Printable version'));
144
          _('Printable version'));
145
        ?></p>
145
        ?></p>
146
<?php
146
<?php
147
  }
147
  }
148
148
149
  /*
149
  /*
150
      <p>
150
      <p>
151
        | <a href="leisure/" target="_top"
151
        | <a href="leisure/" target="_top"
152
            >Freizeit-Datenbank</a>
152
            >Freizeit-Datenbank</a>
153
        | <a href="mozilla/" target="_top">Mozilla</a>
153
        | <a href="mozilla/" target="_top">Mozilla</a>
154
        | <a href="poetry/" target="_top">Poesie</a>
154
        | <a href="poetry/" target="_top">Poesie</a>
155
  */
155
  */
156
       
156
       
157
  /*
157
  /*
158
        | [<abbr title="nur in englischer Sprache verf&uuml;gbar"
158
        | [<abbr title="nur in englischer Sprache verf&uuml;gbar"
159
                 >en</abbr>]
159
                 >en</abbr>]
160
        | <a href="selfhtml.de/" target="_top">SELFHTML.DE</a>
160
        | <a href="selfhtml.de/" target="_top">SELFHTML.DE</a>
161
  */
161
  */
162
  /*
162
  /*
163
        | <a href="lyrics/" target="_top">Songbook</a>
163
        | <a href="lyrics/" target="_top">Songbook</a>
164
        | </p>
164
        | </p>
165
  */
165
  */
166
              /*
166
              /*
167
      <p><a href="about/worm.de.html" target="_top"
167
      <p><a href="about/worm.de.html" target="_top"
168
            >Seltsame E-Mails bekommen?</a></p>
168
            >Seltsame E-Mails bekommen?</a></p>
169
               */
169
               */
170
/*
170
/*
171
      <noscript>
171
      <noscript>
172
        <a
172
        <a
173
          href="http://pointedears.de/"
173
          href="http://pointedears.de/"
174
          title="PointedEars' Website"
174
          title="PointedEars' Website"
175
          >Diese Website zu Ihren Lesezeichen hinzuf&uuml;gen</a>
175
          >Diese Website zu Ihren Lesezeichen hinzuf&uuml;gen</a>
176
      </noscript>
176
      </noscript>
177

177

178
      <!-- Klicken Sie hier, falls Sie nach 5 Sekunden nicht automatisch
178
      <!-- Klicken Sie hier, falls Sie nach 5 Sekunden nicht automatisch
179
           weitergeleitet werden. -->
179
           weitergeleitet werden. -->
180
*/
180
*/
181
?>
181
?>
182
      <hr style="height: 0; border-width: 1px 0 0 0; width: 100%">
182
      <hr style="height: 0; border-width: 1px 0 0 0; width: 100%">
-
 
183
      <p style="text-align: center"><?php echo sprintf(
-
 
184
          _("Original LCARS design by"
-
 
185
            . " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
-
 
186
            . " This site is based on an <a href='%s'"
-
 
187
            . " title='LCARS Standards Development Board'"
-
 
188
            . ">implementation in Flash by Chris&nbsp;Rossi</a>,"
-
 
189
            . " and research by <a href='%s'"
-
 
190
            . " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
-
 
191
            . " and <a href='%s'"
-
 
192
            . " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
-
 
193
            . ">Eleanor&nbsp;Denver</a>."),
-
 
194
          'https://twitter.com/MikeOkuda',
-
 
195
          _('Michael Okuda on Twitter'),
-
 
196
          'http://www.lcarsdeveloper.com/',
-
 
197
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
-
 
198
          'http://www.lcars47.com/p/lcars-101.html');
-
 
199
        ?><br>
183
      <p style="text-align: center">Copyright &copy;&nbsp;2002&#8211;2013 <a
200
        Copyright &copy;&nbsp;2002&#8211;2013 <a
184
        href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php
201
        href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome/<?php
185
          echo $language;
202
          echo $language;
186
        ?>&amp;body=<?php
203
        ?>&amp;body=<?php
187
          echo rawurlencode(sprintf('[%s]', _("Your feedback")));
204
          echo rawurlencode(sprintf('[%s]', _("Your feedback")));
188
        ?>"
205
        ?>"
189
        title="<?php echo _("Send your feedback to PointedEars"); ?>"
206
        title="<?php echo _("Send your feedback to PointedEars"); ?>"
190
        onmouseover="return mailStatus()"
207
        onmouseover="return mailStatus()"
191
        onmouseout="return resetStatus()"
208
        onmouseout="return resetStatus()"
192
        >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p>
209
        >Thomas ‘PointedEars’ Lahn</a>. <?php echo _("All rights reserved."); ?></p>
-
 
210
      <p style="text-align: center"></p>
193
<?php
211
<?php
194
      /* embed src="media/interface/speech/de/warten.wav" width="0" height="0"
212
      /* embed src="media/interface/speech/de/warten.wav" width="0" height="0"
195
      hidden="true" autostart="true" dir="ltr" lang="de" */
213
      hidden="true" autostart="true" dir="ltr" lang="de" */
196
?>
214
?>
197
    </div>
215
    </div>
198
    <div id="LCARS">
216
    <div id="LCARS">
199
<?php /*
217
<?php /*
200
      <div id="button-grid" style="position: absolute; opacity: 0.3">
218
      <div id="button-grid" style="position: absolute; opacity: 0.3">
201
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
219
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
202

220

203
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
221
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
204
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
222
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
205
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
223
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
206
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
224
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
207

225

208
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
226
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
209
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
227
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
210
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
228
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
211
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
229
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
212

230

213
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
231
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
214
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
232
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
215
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
233
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
216
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
234
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
217

235

218
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
236
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
219
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
237
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
220
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
238
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
221
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
239
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
222

240

223
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
241
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
224
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
242
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
225
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
243
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
226
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
244
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
227
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
245
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
228

246

229
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
247
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
230
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
248
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
231
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
249
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
232
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
250
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
233

251

234
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
252
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
235
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
253
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
236
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
254
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
237

255

238
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
256
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
239
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
257
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
240
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
258
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
241

259

242
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
260
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
243
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
261
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
244
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
262
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
245

263

246
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
264
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
247
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
265
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
248
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
266
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
249
      </div>
267
      </div>
250
*/ ?>
268
*/ ?>
251
      <div id="bow">
269
      <div id="bow">
252
        <div id="bow-top">
270
        <div id="bow-top">
253
          <div class="separator-left">&nbsp;</div>
271
          <div class="separator-left">&nbsp;</div>
254
          <div class="text"><span>PointedEars’ Website</span></div>
272
          <div class="text"><span>PointedEars’ Website</span></div>
255
        </div>
273
        </div>
256
        <div id="bow-top-left">
274
        <div id="bow-top-left">
257
          <div class="concave">&nbsp;</div>
275
          <div class="concave">&nbsp;</div>
258
        </div>
276
        </div>
259
        <div id="bottom">
277
        <div id="bottom">
260
          <div id="bow-bottom">
278
          <div id="bow-bottom">
261
            <div class="concave">&nbsp;</div>
279
            <div class="concave">&nbsp;</div>
262
            <div class="spacer">&nbsp;</div>
280
            <div class="spacer">&nbsp;</div>
263
        </div>
281
        </div>
264
        </div>
282
        </div>
265
       
283
       
266
        <div class="menu-container">
284
        <div class="menu-container">
267
          <nav class="menu">
285
          <nav class="menu">
268
            <div style="position: relative; margin-bottom: 1.2em">
286
            <div style="position: relative; margin-bottom: 1.2em">
269
              <div class="bow" style="width: 8em; height: 1em">&nbsp;</div>
287
              <div class="bow" style="width: 8em; height: 1em">&nbsp;</div>
270
            </div>
288
            </div>
271
            <ul>
289
            <ul>
272
            <?php foreach ($languages as $key => $name): ?>
290
            <?php foreach ($languages as $key => $name): ?>
273
              <li><a href="index.<?php echo $key; ?>?ani=0"
291
              <li><a href="index.<?php echo $key; ?>?ani=0"
274
                     class="button<?php if ($language === $key) { ?> selected<?php } ?>"
292
                     class="button<?php if ($language === $key) { ?> selected<?php } ?>"
275
                     tabindex="2"><span class="text"><?php echo $name; ?></span></a></li>
293
                     tabindex="2"><span class="text"><?php echo $name; ?></span></a></li>
276
            <?php endforeach; ?>
294
            <?php endforeach; ?>
277
            </ul>
295
            </ul>
278
            <div class="bow" style="margin-bottom: 0.4em; width: 8em; height: 0.4em">&nbsp;</div>
296
            <div class="bow" style="margin-bottom: 0.4em; width: 8em; height: 0.4em">&nbsp;</div>
279
            <ul style="margin-bottom: 1.2em">
297
            <ul style="margin-bottom: 1.2em">
280
              <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li>
298
              <li><a href="<?php echo $menu['scripts']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['scripts']['text']; ?></span></a></li>
281
              <li><a href="<?php echo $menu['es-matrix']['path']; ?>" target="_top" class="button"
299
              <li><a href="<?php echo $menu['es-matrix']['path']; ?>" target="_top" class="button"
282
                     title="<?php echo $menu['es-matrix']['title']; ?>"
300
                     title="<?php echo $menu['es-matrix']['title']; ?>"
283
                     ><span class="text"><?php echo $menu['es-matrix']['text']; ?></span></a></li>
301
                     ><span class="text"><?php echo $menu['es-matrix']['text']; ?></span></a></li>
284
              <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li>
302
              <li><a href="<?php echo $menu['devel']['path']; ?>" target="_top" class="button"><span class="text"><?php echo $menu['devel']['text']; ?></span></a></li>
285
            </ul>
303
            </ul>
286
            <ul style="margin-bottom: 0.2em">
304
            <ul style="margin-bottom: 0.2em">
287
              <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary"
305
              <li><a href="<?php echo $menu['series']['path']; ?>" target="_top" class="button secondary"
288
                     title="List of recommended TV shows and episodes, with logos in CSS"
306
                     title="List of recommended TV shows and episodes, with logos in CSS"
289
                     ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li>
307
                     ><span class="text"><?php echo $menu['series']['text']; ?></span></a></li>
290
              <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database"
308
              <li><a href="<?php echo $menu['ufpdb']['path']; ?>" target="_top" class="button database"
291
                     ><abbr title="<?php echo $menu['ufpdb']['title']; ?>"
309
                     ><abbr title="<?php echo $menu['ufpdb']['title']; ?>"
292
                            class="text"><?php echo $menu['ufpdb']['text']; ?></abbr></a></li>
310
                            class="text"><?php echo $menu['ufpdb']['text']; ?></abbr></a></li>
293
              <li><a href="psf/" target="_top"
311
              <li><a href="psf/" target="_top"
294
                 class="button ancillary"
312
                 class="button ancillary"
295
                 ><abbr title="<?php echo _("PointedEars' Standard Frases"); ?>"
313
                 ><abbr title="<?php echo _("PointedEars' Standard Frases"); ?>"
296
                        class="text">psf</abbr></a></li>
314
                        class="text">psf</abbr></a></li>
297
            </ul>
315
            </ul>
298
            <div style="position: relative; margin-bottom: 1.2em">
316
            <div style="position: relative; margin-bottom: 1.2em">
299
              <div class="bow" style="width: 8em; height: 0.8em">&nbsp;</div>
317
              <div class="bow" style="width: 8em; height: 0.8em">&nbsp;</div>
300
            </div>
318
            </div>
301
            <ul>
319
            <ul>
302
              <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544"
320
              <li><a href="http://climateapps2.oerc.ox.ac.uk/cpdnboinc/show_user.php?userid=648544"
303
                     target="_top" class="button secondary"
321
                     target="_top" class="button secondary"
304
                     title="<?php echo _("The world’s largest climate forecasting experiment for the 21st century"); ?>"
322
                     title="<?php echo _("The world’s largest climate forecasting experiment for the 21st century"); ?>"
305
                     ><span class="text">climateprediction.net</span></a></li>
323
                     ><span class="text">climateprediction.net</span></a></li>
306
<?php /* http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&amp;username=Thomas_Lahn */ ?>
324
<?php /* http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&amp;username=Thomas_Lahn */ ?>
307
              <li><a href="<?php echo _("http://folding.stanford.edu/English/HomePage"); ?>"
325
              <li><a href="<?php echo _("http://folding.stanford.edu/English/HomePage"); ?>"
308
                     target="_top" class="button secondary"
326
                     target="_top" class="button secondary"
309
                     title="<?php echo _("Distributed computing to understand protein folding, protein aggregation, and related diseases"); ?>"
327
                     title="<?php echo _("Distributed computing to understand protein folding, protein aggregation, and related diseases"); ?>"
310
                     ><span class="text">Folding at home</span></a></li>
328
                     ><span class="text">Folding at home</span></a></li>
311
             <li><a href="http://lhcathomeclassic.cern.ch/sixtrack/show_user.php?userid=221181"
329
             <li><a href="http://lhcathomeclassic.cern.ch/sixtrack/show_user.php?userid=221181"
312
                    target="_top" class="button secondary"
330
                    target="_top" class="button secondary"
313
                    title="<?php echo _("Particle physics research with the Large Hadron Collider at CERN"); ?>"
331
                    title="<?php echo _("Particle physics research with the Large Hadron Collider at CERN"); ?>"
314
                    ><span class="text">LHC at home</span></a></li>
332
                    ><span class="text">LHC at home</span></a></li>
315
             <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921"
333
             <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921"
316
                    target="_top" class="button secondary"
334
                    target="_top" class="button secondary"
317
                    title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>"
335
                    title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>"
318
                    ><span class="text">SETI at home</span></a></li>
336
                    ><span class="text">SETI at home</span></a></li>
319
           </ul>
337
           </ul>
320
            <script type="text/javascript" src="scripts/builder?src=object"></script>
338
            <script type="text/javascript" src="scripts/builder?src=object"></script>
321
<?php /*
339
<?php /*
322
            <script type="text/javascript">
340
            <script type="text/javascript">
323
              var sURL = location.href;
341
              var sURL = location.href;
324
              var sFavAnchorTitle =
342
              var sFavAnchorTitle =
325
                  "Klicken Sie hier, um PointedEars' Website Ihren Favoriten"
343
                  "Klicken Sie hier, um PointedEars' Website Ihren Favoriten"
326
                + " hinzuzufügen";
344
                + " hinzuzufügen";
327
              var sOtherAnchorTitle =
345
              var sOtherAnchorTitle =
328
                  "Klicken Sie hier mit der rechten Maustaste, um PointedEars' Website"
346
                  "Klicken Sie hier mit der rechten Maustaste, um PointedEars' Website"
329
                + " Ihren Lesezeichen hinzuzufügen";
347
                + " Ihren Lesezeichen hinzuzufügen";
330
              var sFavoriteTitle = "PointedEars' Website";
348
              var sFavoriteTitle = "PointedEars' Website";
331
       
349
       
332
              if (jsx.object.isHostMethod(jsx.global.window, "external", "AddFavorite"))
350
              if (jsx.object.isHostMethod(jsx.global.window, "external", "AddFavorite"))
333
              {
351
              {
334
                document.write(
352
                document.write(
335
                    '<div style="position: relative; margin-top: 1em; border-bottom: 0.2em solid transparent">'
353
                    '<div style="position: relative; margin-top: 1em; border-bottom: 0.2em solid transparent">'
336
                  + '  <div class="bow" style="width: 8em; height: 1em">&nbsp;<\/div>'
354
                  + '  <div class="bow" style="width: 8em; height: 1em">&nbsp;<\/div>'
337
                  + '  <div class="bow" style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em">&nbsp;<\/div>'
355
                  + '  <div class="bow" style="position: absolute; top: 0; left: 8.2em; width: 2em; height: 1em">&nbsp;<\/div>'
338
                  + '</div>'
356
                  + '</div>'
339
                  + '<a href="javascript:window.external.AddFavorite('
357
                  + '<a href="javascript:window.external.AddFavorite('
340
                  + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"'
358
                  + ' sURL, sFavoriteTitle);" title="' + sFavAnchorTitle + '"'
341
                  + ' class="button"'
359
                  + ' class="button"'
342
                  + ' onclick="window.external.AddFavorite('
360
                  + ' onclick="window.external.AddFavorite('
343
                  + ' sURL, sFavoriteTitle); return false"'
361
                  + ' sURL, sFavoriteTitle); return false"'
344
                  + ' onmouseover="return setStatus(sFavAnchorTitle)"'
362
                  + ' onmouseover="return setStatus(sFavAnchorTitle)"'
345
                  + ' onmouseout="return resetStatus()"'
363
                  + ' onmouseout="return resetStatus()"'
346
                  + '><span class="text">Favorit<\/span><\/a>');
364
                  + '><span class="text">Favorit<\/span><\/a>');
347
              }
365
              }
348
            </script>
366
            </script>
349
*/ ?>
367
*/ ?>
350
          </nav>
368
          </nav>
351
        </div>
369
        </div>
352
      </div>
370
      </div>
353
      <div id="connectors">
371
      <div id="connectors">
354
        <div class="bow" style="position: absolute; top: 0; left: 0; width: 2em; height: 1em">&nbsp;</div>
372
        <div class="bow" style="position: absolute; top: 0; left: 0; width: 2em; height: 1em">&nbsp;</div>
355
        <div class="bow" style="position: absolute; top: 0; left: 2.2em; width: 5em; height: 1em">&nbsp;</div>
373
        <div class="bow" style="position: absolute; top: 0; left: 2.2em; width: 5em; height: 1em">&nbsp;</div>
356
       
374
       
357
        <div class="bow" style="position: absolute; top: 13.6em; left: 0; width: 2em; height: 0.8em">&nbsp;</div>
375
        <div class="bow" style="position: absolute; top: 13.6em; left: 0; width: 2em; height: 0.8em">&nbsp;</div>
358
        <div class="bow" style="position: absolute; top: 13.6em; left: 2.2em; width: 5em; height: 0.8em">&nbsp;</div>
376
        <div class="bow" style="position: absolute; top: 13.6em; left: 2.2em; width: 5em; height: 0.8em">&nbsp;</div>
359
      </div>
377
      </div>
360
      <div class="multi-display">
378
      <div class="multi-display">
361
        <div class="upper">
379
        <div class="upper">
362
          <div class="content">
380
          <div class="content">
363
            <div class="title"><span>Home</span></div>
381
            <div class="title"><span>Home</span></div>
364
            <div class="analysis">&nbsp;</div>
382
            <div class="analysis">&nbsp;</div>
365
            <script type="text/javascript">
383
            <script type="text/javascript">
366
              var fullScreen = (function () {
384
              var fullscreen = (function () {
367
                var _isHostMethod = jsx.object.isHostMethod;
385
                var _isHostMethod = jsx.object.isHostMethod;
368
               
386
               
369
                return {
387
                return {
370
                  isSupportedBy: function (elem) {
388
                  getSupportedProperty: function (base, names, test) {
371
                    var prefixes = ["r", "mozR", "webkitR"];
-
 
372
                    var suffix = "equestFullscreen";
-
 
373
-
 
374
                    for (var i = 0, len = prefixes.length; i < len; ++i)
389
                    for (var i = 0, len = names.length; i < len; ++i)
375
                    {
390
                    {
376
                      var prefix = prefixes[i];
391
                      var name = names[i];
377
                     
-
 
378
                      if (_isHostMethod(elem, prefix + suffix))
392
                      if (test.call(null, base, name))
379
                      {
393
                      {
380
                        return prefix + suffix;
394
                        return name;
381
                      }
395
                      }
382
                    }
396
                    }
383
397
384
                    return false;
398
                    return null;
385
                  },
399
                  },
386
400
-
 
401
                  getSupportedCancel: (function () {
-
 
402
                    var _supportedCancel;
-
 
403
387
                  isEnabled: function () {
404
                    return function () {
-
 
405
                      if (typeof _supportedCancel == "undefined")
-
 
406
                      {
-
 
407
                        var properties = ["cancelFullScreen", "mozCancelFullScreen",
-
 
408
                                          "webkitCancelFullScreen"];
-
 
409
                     
-
 
410
                        _supportedCancel = this.getSupportedProperty(document, properties, _isHostMethod);
-
 
411
                      }
-
 
412
-
 
413
                      return _supportedCancel;
-
 
414
                    };
-
 
415
                  }()),
-
 
416
                 
-
 
417
                  getSupportedElement: (function () {
-
 
418
                    var _supportedElement;
-
 
419
-
 
420
                    return function () {
-
 
421
                      if (typeof _supportedElement == "undefined")
-
 
422
                      {
-
 
423
                        var properties = ["fullscreenElement", "mozFullscreenElement",
-
 
424
                                          "webkitFullscreenElement"];
-
 
425
-
 
426
                        _supportedElement = this.getSupportedProperty(document, properties,
-
 
427
                          function (base, name) {
-
 
428
                            return typeof base[name] != "undefined";
-
 
429
                          });
-
 
430
                      }
-
 
431
-
 
432
                      return _supportedElement;
-
 
433
                    };
-
 
434
                  }()),
-
 
435
                 
-
 
436
                  isSupportedBy: function (elem) {
388
                    return document.fullscreenEnabled || document.mozFullscreenEnabled || document.webkitFullscreenEnabled;
437
                    var methods = ["requestFullscreen", "mozRequestFullscreen",
-
 
438
                                   "webkitRequestFullscreen"];
-
 
439
                    return this.getSupportedProperty(elem, methods, _isHostMethod);
389
                  },
440
                  },
390
441
391
                  cancel: function (target, oldHandler, textTarget) {
442
                  isFullscreen: function () {
392
                    var prefixes = ["c", "mozC", "webkitC"];
443
                    var properties = ["fullscreenElement", "mozFullscreenElement",
393
                    var suffix = "ancelFullScreen";
444
                                      "webkitFullscreenElement"];
-
 
445
                    var supportedProperty = this.getSupportedProperty(
-
 
446
                      document, properties,
-
 
447
                      function (base, name) {
-
 
448
                        return typeof base[name] != "undefined";
-
 
449
                      });
394
450
-
 
451
                    return supportedProperty && document[supportedProperty] != null;
-
 
452
                  },
-
 
453
-
 
454
                  cancel: function (target, oldHandler, textTarget) {
395
                    for (var i = 0, len = prefixes.length; i < len; ++i)
455
                    var supportedCancel = this.getSupportedCancel();
-
 
456
                    if (supportedCancel)
396
                    {
457
                    {
397
                      var prefix = prefixes[i];
458
                      document[supportedCancel]();
398
                     
459
                     
-
 
460
                      var supportedElement = this.getSupportedElement();
399
                      if (_isHostMethod(document, prefix + suffix))
461
                      if (supportedElement)
400
                      {
462
                      {
401
                        document[prefix + suffix]();
463
                        if (document[supportedElement] == null)
402
-
 
403
                        /* NOTE: ...FullscreenEnabled not reliable after cancel */
-
 
404
                        if (textTarget)
-
 
405
                        {
-
 
406
                          textTarget.textContent = "<?php echo _("Fullscreen"); ?>";
-
 
407
                        }
-
 
408
                       
-
 
409
                        if (target)
-
 
410
                        {
464
                        {
-
 
465
                          if (textTarget)
-
 
466
                          {
-
 
467
                            textTarget.textContent = "<?php echo _("Fullscreen"); ?>";
-
 
468
                          }
-
 
469
                         
-
 
470
                          if (target)
-
 
471
                          {
411
                          target.onclick = oldHandler;
472
                            target.onclick = oldHandler;
-
 
473
                          }
412
                        }
474
                        }
413
                      }
475
                      }
414
                    }
476
                    }
415
                  },
477
                  },
416
                 
478
                 
417
                  requestOn: function (elem, eventTarget, textTarget) {
479
                  requestOn: function (elem, eventTarget, textTarget) {
418
                    var requestMethodName;
480
                    var requestMethodName;
419
481
420
                    if (elem && (requestMethodName = this.isSupportedBy(elem)))
482
                    if (elem && (requestMethodName = this.isSupportedBy(elem)))
421
                    {
483
                    {
422
                      elem[requestMethodName]();
484
                      elem[requestMethodName]();
423
                      if (textTarget && this.isEnabled())
485
                      if (textTarget && this.isFullscreen())
424
                      {
486
                      {
425
                        var oldText = textTarget.textContent;
487
                        var oldText = textTarget.textContent;
426
                        var me = this;
488
                        var me = this;
427
                        var oldHandler = eventTarget.onclick;
489
                        var oldHandler = eventTarget.onclick;
428
                        eventTarget.onclick = function () {
490
                        eventTarget.onclick = function () {
429
                          me.cancel(this, oldHandler, textTarget);
491
                          me.cancel(this, oldHandler, textTarget);
430
                        };
492
                        };
431
                        textTarget.textContent = "<?php echo _("Window"); ?>";
493
                        textTarget.textContent = "<?php echo _("Window"); ?>";
432
                      }
494
                      }
433
                    }
495
                    }
434
                  }
496
                  }
435
                };
497
                };
436
              }());
498
              }());
437
            </script>
499
            </script>
438
            <ul class="commands">
500
            <ul class="commands">
439
              <li id="cmd1"><a href="index.html"
501
              <li id="cmd1"><a href="index.html"
440
                title="Language selection"
502
                title="Language selection"
441
                tabindex="1"
503
                tabindex="1"
442
                class="button left right"
504
                class="button left right"
443
                onmouseover="return setStatus(this.title + ': ' + this.href)"
505
                onmouseover="return setStatus(this.title + ': ' + this.href)"
444
                onmouseout="return resetStatus()"
506
                onmouseout="return resetStatus()"
445
                onfocus="return this.onmouseover()"
507
                onfocus="return this.onmouseover()"
446
                onblur="return this.onmouseout()"
508
                onblur="return this.onmouseout()"
447
                ><abbr class="text" title="Language selection">Language</abbr></a></li>
509
                ><abbr class="text" title="Language selection">Language</abbr></a></li>
448
              <li id="cmd2"><a href="index.<?php echo $language; ?>?printable=1"
510
              <li id="cmd2"><a href="index.<?php echo $language; ?>?printable=1"
449
                title="<?php echo _('Printable version'); ?>"
511
                title="<?php echo _('Printable version'); ?>"
450
                tabindex="1"
512
                tabindex="1"
451
                class="button left right"
513
                class="button left right"
452
                onmouseover="return setStatus(this.title + ': ' + this.href)"
514
                onmouseover="return setStatus(this.title + ': ' + this.href)"
453
                onmouseout="return resetStatus()"
515
                onmouseout="return resetStatus()"
454
                onfocus="return this.onmouseover()"
516
                onfocus="return this.onmouseover()"
455
                onblur="return this.onmouseout()"
517
                onblur="return this.onmouseout()"
456
                ><span class="text"><?php echo _("Printable"); ?></span></a></li>
518
                ><span class="text"><?php echo _("Printable"); ?></span></a></li>
457
              <li id="cmd3"><div class="button left right"
519
              <li id="cmd3"><div class="button left right"
458
                   onclick="fullScreen.requestOn(document.documentElement, this, this.firstChild)"
520
                   onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)"
459
                   onkeyup="if (event.keyCode == 13) { this.onclick(); this.onmouseup(); }"
521
                   onkeyup="if (event.keyCode == 13) { this.onclick(); this.onmouseup(); }"
460
                   onmouseup="this.blur()"
522
                   onmouseup="this.blur()"
461
                   tabindex="1"
523
                   tabindex="1"
462
                   ><span class="text"><script type="text/javascript">
524
                   ><span class="text"><script type="text/javascript">
463
                     if (fullScreen.isSupportedBy(document.documentElement))
525
                     if (fullscreen.isSupportedBy(document.documentElement))
464
                     {
526
                     {
-
 
527
                       /*
-
 
528
                       var previousIsFullscreen = fullscreen.isFullscreen();
-
 
529
                       var oldHandler;
-
 
530
                       window.onresize = function () {
-
 
531
                         var nowIsFullscreen = fullscreen.isFullscreen();
-
 
532
                         if (nowIsFullscreen != previousIsFullscreen)
-
 
533
                         {
-
 
534
                           var cmd3 = document.getElementById("cmd3");
-
 
535
                           var target = cmd3.firstChild;
-
 
536
                           var textTarget = target.firstChild;
-
 
537
                           if (nowIsFullscreen)
-
 
538
                           {
-
 
539
                             oldHandler = target.onclick;
-
 
540
                           //   fullscreen.requestOn(document.documentElement, cmd3.firstElementChild, cmd3.firstElementChild.firstElementChild);
-
 
541
                           }
-
 
542
                           else
-
 
543
                           {
-
 
544
                             fullscreen.cancel(target, oldHandler, textTarget);
-
 
545
                           }
-
 
546
                           
-
 
547
                           previousIsFullscreen = nowIsFullscreen;
-
 
548
                         }
-
 
549
                       };
-
 
550
                       */
465
                       document.write("<?php echo _("Fullscreen"); ?>");
551
                       document.write("<?php echo _("Fullscreen"); ?>");
466
                     }
552
                     }
467
                   </script></span></div></li>
553
                   </script></span></div></li>
468
              <li id="cmd4"><div class="button left right" style="cursor: not-allowed !important">&nbsp;</div></li>
554
              <li id="cmd4"><div class="button left right" style="cursor: not-allowed !important">&nbsp;</div></li>
469
            </ul>
555
            </ul>
470
          </div>
556
          </div>
471
          <div class="elbo-button">
557
          <div class="elbo-button">
472
            <span class="text"><?php echo gmdate('Ym.d', $modi); ?></span>
558
            <span class="text"><?php echo gmdate('Ym.d', $modi); ?></span>
473
          </div>
559
          </div>
474
          <div class="elbo">
560
          <div class="elbo">
475
            <span class="text"><abbr title="Library Computer Access and Retrieval System">LCARS</abbr> PE-47A</span>
561
            <span class="text"><abbr title="Library Computer Access and Retrieval System">LCARS</abbr> PE-47A</span>
476
            <div class="concave">&nbsp;</div>
562
            <div class="concave">&nbsp;</div>
477
          </div>
563
          </div>
478
          <div class="border">
564
          <div class="border">
479
            <div class="left">&nbsp;</div>
565
            <div class="left">&nbsp;</div>
480
            <div class="right">&nbsp;</div>
566
            <div class="right">&nbsp;</div>
481
          </div>
567
          </div>
482
        </div>
568
        </div>
483
        <div class="lower">
569
        <div class="lower">
484
          <div class="elbo">
570
          <div class="elbo">
485
            <div class="concave">&nbsp;</div>
571
            <div class="concave">&nbsp;</div>
486
          </div>
572
          </div>
487
          <div class="bg">&nbsp;</div>
573
          <div class="bg">&nbsp;</div>
488
          <div class="border-container">
574
          <div class="border-container">
489
            <div class="border">
575
            <div class="border">
490
              <div class="left">&nbsp;</div>
576
              <div class="left">&nbsp;</div>
491
              <div class="right">&nbsp;</div>
577
              <div class="right">&nbsp;</div>
492
            </div>
578
            </div>
493
          </div>
579
          </div>
494
        </div>
580
        </div>
495
      </div>
581
      </div>
496
    </div>
582
    </div>
497
  </body>
583
  </body>
498
</html>
584
</html>
499
 
585