Subversion Repositories LCARS

Rev

Rev 210 | Rev 228 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 227
Line 85... Line 85...
85
        max-width: 100%;
85
        max-width: 100%;
86
      }
86
      }
87
      -->
87
      -->
88
    </style>
88
    </style>
89
89
90
    <script type="text/javascript" src="scripts/builder?src=object,dom,dom/css,dom/storage,dom/events,dom/geolocation,dom/timeout,dom/widgets,dom/window,dom/xpath,http,regexp,lcars,../application/scripts/vulcan-media-script<?php
90
    <script type="text/javascript" src="scripts/builder?src=object,dom,dom/css,dom/storage,dom/events,dom/geolocation,dom/timeout,dom/widgets,dom/window,dom/xpath,http,regexp,lcars,../application/scripts/klingon,../application/scripts/vulcan-media-script<?php
91
      if ($isLocal)
91
      if ($isLocal)
92
      {
92
      {
93
        ?>&amp;verbose=1&amp;debug=1<?php
93
        ?>&amp;verbose=1&amp;debug=1<?php
94
      }
94
      }
95
    ?>"></script>
95
    ?>"></script>
Line 156... Line 156...
156
            TEXT_ACCURACY: "<?php echo tr('accuracy'); ?>"
156
            TEXT_ACCURACY: "<?php echo tr('accuracy'); ?>"
157
          },
157
          },
158
          content: lcars.content
158
          content: lcars.content
159
        });
159
        });
160
160
-
 
161
        /* Enable Vulcan Media Script */
161
        var cmd4 = document.getElementById("cmd4");
162
        var cmd4 = document.getElementById("cmd4");
162
        if (cmd4 && cmd4.lastChild && typeof cmd4.lastChild.onclick == "function")
163
        if (cmd4 && cmd4.lastChild && typeof cmd4.lastChild.onclick == "function")
163
        {
164
        {
164
          jsx.dom.timeout.runAsync(function () { cmd4.lastChild.onclick(); }, 1000);
165
          jsx.dom.timeout.runAsync(function () {
-
 
166
            var event = document.createEvent("Events");
-
 
167
            event.initEvent("click", true, false);
-
 
168
            cmd4.lastChild.dispatchEvent(event);
-
 
169
          }, 1000);
165
        }
170
        }
-
 
171
-
 
172
        lcars.insertSound();
166
      }
173
      }
167
    </script>
174
    </script>
168
    <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
175
    <?php /* <bgsound src="media/interface/sound/beginop.wav" loop="infinite"> */ ?>
169
  </head>
176
  </head>
170
  <body class="fade-in" onload="body_load()">
177
  <body class="fade-in" onload="body_load()">