Subversion Repositories LCARS

Rev

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

Rev 104 Rev 105
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
<?php /*
16
    <meta name="description"
17
    <meta name="description"
17
          content="PointedEars' Website: <?php
18
          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!");
19
            $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;
20
            echo $description;
20
            ?>">
21
            ?>">
-
 
22
*/ ?>
21
    <meta name="author" content="Thomas ‘PointedEars’ Lahn">
23
    <meta name="author" content="Thomas ‘PointedEars’ Lahn">
22
24
23
    <?php /* No localization of keywords at the time */ ?>
25
    <?php /* No localization of keywords at the time */ ?>
24
    <meta name="keywords"
26
    <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">
27
          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 /*
28
<?php /*
27
    <meta name="keywords" http-equiv="Keywords" lang="de" content="">
29
    <meta name="keywords" http-equiv="Keywords" lang="de" content="">
28
    <meta name="keywords" http-equiv="Keywords" lang="en-us" content="">
30
    <meta name="keywords" http-equiv="Keywords" lang="en-us" content="">
29
    <meta name="keywords" http-equiv="Keywords" lang="en" content="">
31
    <meta name="keywords" http-equiv="Keywords" lang="en" content="">
30
*/ ?>
32
*/ ?>
31
    <meta name="revisit-after" content="3 days">
33
    <meta name="revisit-after" content="3 days">
32
34
33
    <!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) -->
35
    <!-- Robots: Dublin Core Metadata (http://purl.org/metadata/dublin_core) -->
34
    <meta name="dcterms.title" content="PointedEars’ Website">
36
    <meta name="dcterms.title" content="PointedEars’ Website">
35
    <meta name="dcterms.creator" content="Thomas ‘PointedEars’ Lahn">
37
    <meta name="dcterms.creator" content="Thomas ‘PointedEars’ Lahn">
36
    <meta name="dcterms.subject" content="Private Web site">
38
    <meta name="dcterms.subject" content="Private Web site">
-
 
39
<?php /*
37
    <meta name="dcterms.description"
40
    <meta name="dcterms.description"
38
          content="PointedEars' Website: <?php echo $description; ?>">
41
          content="PointedEars' Website: <?php echo $description; ?>">
-
 
42
*/ ?>
39
    <meta name="dcterms.publisher" content="PointedEars">
43
    <meta name="dcterms.publisher" content="PointedEars">
40
    <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00">
44
    <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00">
41
    <meta name="dcterms.created" content="2002-05-23">
45
    <meta name="dcterms.created" content="2002-05-23">
42
    <meta name="dcterms.modified" content="<?php
46
    <meta name="dcterms.modified" content="<?php echo gmdate('Y-m-dTH:i:sO', $modi); ?>">
43
      $modi = max(array(
-
 
44
        @filemtime(__FILE__),
-
 
45
        @filemtime('LocaleData'),
-
 
46
        @filemtime('styles/lcars-basic.css'),
-
 
47
        @filemtime('styles/lcars22.css'),
-
 
48
        @filemtime('styles/lcars-ani.css'),
-
 
49
        @filemtime('scripts/object.js'),
-
 
50
      ));
-
 
51
-
 
52
      echo gmdate('Y-m-dTH:i:sO', $modi); ?>">
-
 
53
<?php /*
47
<?php /*
54
    <meta name="dcterms.type" content="">
48
    <meta name="dcterms.type" content="">
55
    <meta name="dcterms.format" content="">
49
    <meta name="dcterms.format" content="">
56
*/ ?>
50
*/ ?>
57
    <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>">
51
    <meta name="dcterms.identifier" content="http://pointedears.de/index.<?php echo $language; ?>">
58
    <meta name="dcterms.language" content="<?php echo $language; ?>">
52
    <meta name="dcterms.language" content="<?php echo $language; ?>">
59
    <meta name="dcterms.rightsHolder"
53
    <meta name="dcterms.rightsHolder"
60
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
54
          content="Copyright © 2002&#8211;<?php echo gmdate('Y', $modi); ?> Thomas&nbsp;Lahn.">
61
    <meta name="dcterms.rights"
55
    <meta name="dcterms.rights"
62
          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."); ?>">
56
          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."); ?>">
-
 
57
63
<?php /*
58
<?php /*
64
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
59
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars.css"> -->
65
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
60
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
66
*/ ?>
61
*/ ?>
67
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
62
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
68
<?php
63
<?php
69
  $printable = (isset($_GET['printable']) && $_GET['printable'] === '1');
64
  $printable = (isset($_GET['printable']) && $_GET['printable'] === '1');
70
  if (!$printable)
65
  if (!$printable)
71
  {
66
  {
72
?>
67
?>
73
    <link rel="stylesheet" type="text/css" href="styles/lcars22.css<?php
68
    <link rel="stylesheet" type="text/css" href="styles/lcars22.css<?php
74
      if (isset($_GET['ani']) && $_GET['ani'] !== '')
69
      if (isset($_GET['ani']) && $_GET['ani'] !== '')
75
      {
70
      {
76
        echo '?ani=' . $_GET['ani'];
71
        echo '?ani=' . $_GET['ani'];
77
      }
72
      }
78
    ?>">
73
    ?>">
79
<?php
74
<?php
80
  }
75
  }
81
?>
76
?>
82
    <style type="text/css">
77
    <style type="text/css">
83
      <!--
78
      <!--
84
      p {
79
      p {
85
        max-width: 100%;
80
        max-width: 100%;
86
      }
81
      }
87
      -->
82
      -->
88
    </style>
83
    </style>
89
84
90
    <script type="text/javascript">
85
    <script type="text/javascript">
91
      function setStatus (text)
86
      function setStatus (text)
92
      {
87
      {
93
        window.status = String(text);
88
        window.status = String(text);
94
        return true;
89
        return true;
95
      }
90
      }
96
91
97
      function resetStatus ()
92
      function resetStatus ()
98
      {
93
      {
99
        window.status = window.defaultStatus;
94
        window.status = window.defaultStatus;
100
        return true;
95
        return true;
101
      }
96
      }
102
-
 
103
      function mailStatus ()
-
 
104
      {
-
 
105
        return setStatus("<?php echo _("Send your feedback to PointedEars"); ?>");
-
 
106
      }
-
 
107
<?php
97
<?php
108
      /*
98
      /*
109
      var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms
99
      var ms1Day = 60*60*24*1000; // ms for 1 days = 60sec*60min*24hours*1000ms
110
      var msLeaveDays = ms1Day*6;
100
      var msLeaveDays = ms1Day*6;
111
      var ms30Days=ms1Day*30;
101
      var ms30Days=ms1Day*30;
112
      var delta;
102
      var delta;
113
      var newTime=new Date();
103
      var newTime=new Date();
114
      var msTime=newTime.getTime();
104
      var msTime=newTime.getTime();
115
      var msExpire=msTime+ms30Days;
105
      var msExpire=msTime+ms30Days;
116
      var expireTime=new Date(msExpire);
106
      var expireTime=new Date(msExpire);
117

107

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

175

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

191

229
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
192
        <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>
193
        <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>
194
        <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>
195
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
233

196

234
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
197
        <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>
198
        <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>
199
        <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>
200
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
238

201

239
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
202
        <a class="button" style="display: block; clear: left; 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>
203
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
241
        <a class="button" style="display: block; 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>
242
        <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>
243

206

244
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
207
        <a class="button" style="display: block; clear: left; 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>
208
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
246
        <a class="button" style="display: block; 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>
247
        <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>
248

211

249
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
212
        <a class="button" style="display: block; clear: left; 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>
213
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
251
        <a class="button" style="display: block; 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>
252
        <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>
253
        <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>
254

217

255
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
218
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
256
        <a class="button" style="display: block; 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>
257
        <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>
258
        <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>
259

222

260
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
223
        <a class="button" style="display: block; clear: left; 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>
224
        <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>
225
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
263

226

264
        <a class="button" style="display: block; clear: left; float: left"><span class="text">Button 1</span></a>
227
        <a class="button" style="display: block; clear: left; 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>
228
        <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>
229
        <a class="button" style="display: block; float: left"><span class="text">Button 1</span></a>
267

230

268
        <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>
269
        <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>
270
        <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>
271

234

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