Subversion Repositories LCARS

Rev

Rev 113 | Rev 118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 113 Rev 115
Line 80... Line 80...
80
        max-width: 100%;
80
        max-width: 100%;
81
      }
81
      }
82
      -->
82
      -->
83
    </style>
83
    </style>
84
84
-
 
85
    <script type="text/javascript" src="scripts/builder?src=object,dom"></script>
85
    <script type="text/javascript">
86
    <script type="text/javascript">
86
      function setStatus (text)
87
      function setStatus (text)
87
      {
88
      {
88
        window.status = String(text);
89
        window.status = String(text);
89
        return true;
90
        return true;
Line 111... Line 112...
111
        + "; domain=anybody"
112
        + "; domain=anybody"
112
        + "; path=/";
113
        + "; path=/";
113
      document.cookie= cookieVal;
114
      document.cookie= cookieVal;
114
      */
115
      */
115
?>
116
?>
-
 
117
      function body_load ()
-
 
118
      {
-
 
119
        if (typeof this.ontouchstart != 'undefined')
-
 
120
        {
-
 
121
          this.ontouchstart = function () {};
-
 
122
        }
-
 
123
-
 
124
        if (fullscreen.isSupportedBy(document.documentElement))
-
 
125
        {
-
 
126
          var fullscreenLI = jsx.dom.getElementById("cmd3");
-
 
127
          fullscreenLI.firstChild.style.cursor = "";
-
 
128
        }
-
 
129
      }
116
    </script>
130
    </script>
117
    <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
131
    <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
118
  </head>
132
  </head>
119
  <body class="fade-in" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}">
133
  <body class="fade-in" onload="body_load()">
120
    <div id="content">
134
    <div id="content">
121
      <h1 style="text-align: center"><img
135
      <h1 style="text-align: center"><img
122
            src="media/video/img/vulcan_hand-black-bg.png"
136
            src="media/video/img/vulcan_hand-black-bg.png"
123
            width="120"
137
            width="120"
124
            height="168"
138
            height="168"
Line 304... Line 318...
304
             <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921"
318
             <li><a href="http://setiathome.berkeley.edu/show_user.php?userid=378921"
305
                    target="_top" class="button secondary"
319
                    target="_top" class="button secondary"
306
                    title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>"
320
                    title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>"
307
                    ><span class="text">SETI at home</span></a></li>
321
                    ><span class="text">SETI at home</span></a></li>
308
           </ul>
322
           </ul>
309
            <script type="text/javascript" src="scripts/builder?src=object"></script>
-
 
310
<?php /*
323
<?php /*
311
            <script type="text/javascript">
324
            <script type="text/javascript">
312
              var sURL = location.href;
325
              var sURL = location.href;
313
              var sFavAnchorTitle =
326
              var sFavAnchorTitle =
314
                  "Klicken Sie hier, um PointedEars' Website Ihren Favoriten"
327
                  "Klicken Sie hier, um PointedEars' Website Ihren Favoriten"
Line 486... Line 499...
486
                onmouseout="return resetStatus()"
499
                onmouseout="return resetStatus()"
487
                onfocus="return this.onmouseover()"
500
                onfocus="return this.onmouseover()"
488
                onblur="return this.onmouseout()"
501
                onblur="return this.onmouseout()"
489
                ><span class="text"><?php echo _("Printable"); ?></span></a></li>
502
                ><span class="text"><?php echo _("Printable"); ?></span></a></li>
490
              <li id="cmd3"><div class="button left right"
503
              <li id="cmd3"><div class="button left right"
-
 
504
                   style="cursor: not-allowed !important"
491
                   onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)"
505
                   onclick="fullscreen.requestOn(document.documentElement, this, this.firstChild)"
492
                   onkeyup="if (event.keyCode == 13) { this.onclick(); this.onmouseup(); }"
506
                   onkeyup="if (event.keyCode == 13) { this.onclick(); this.onmouseup(); }"
493
                   onmouseup="this.blur()"
507
                   onmouseup="this.blur()"
494
                   tabindex="1"
508
                   tabindex="1"
495
                   ><span class="text"><script type="text/javascript">
509
                   ><span class="text"><script type="text/javascript">