index.html revision ada1678a4262b208a7b87391f520a7767d25287c
f743002678eb67b99bbc29fee116b65d9530fec0wrowe<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
4da61833a1cbbca94094f9653fd970582b97a72etrawick The contents of this file are subject to the terms of either the GNU
4da61833a1cbbca94094f9653fd970582b97a72etrawick General Public License Version 2 only ("GPL") or the Common Development
4da61833a1cbbca94094f9653fd970582b97a72etrawick and Distribution License("CDDL") (collectively, the "License"). You
4da61833a1cbbca94094f9653fd970582b97a72etrawick may not use this file except in compliance with the License. You can
4da61833a1cbbca94094f9653fd970582b97a72etrawick obtain a copy of the License at
4789804be088bcd86ae637a29cdb7fda25169521jailletc https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
4789804be088bcd86ae637a29cdb7fda25169521jailletc or packager/legal/LICENSE.txt. See the License for the specific
4789804be088bcd86ae637a29cdb7fda25169521jailletc language governing permissions and limitations under the License.
e50c3026198fd496f183cda4c32a202925476778covener When distributing the software, include this License Header Notice in each
e50c3026198fd496f183cda4c32a202925476778covener file and include the License file at packager/legal/LICENSE.txt.
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin GPL Classpath Exception:
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin Oracle designates this particular file as subject to the "Classpath"
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic exception as provided by Oracle in the GPL Version 2 section of the License
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic file that accompanied this code.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic Modifications:
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic If applicable, add the following below the License Header, with the fields
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic enclosed by brackets [] replaced by your own identifying information:
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic "Portions Copyright [year] [name of copyright owner]"
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic Contributor(s):
69301145375a889e7e37caf7cc7321ac0f91801erpluem If you wish your version of this file to be governed by only the CDDL or
69301145375a889e7e37caf7cc7321ac0f91801erpluem only the GPL Version 2, indicate your decision by adding "[Contributor]
69301145375a889e7e37caf7cc7321ac0f91801erpluem elects to include this software in this distribution under the [CDDL or GPL
506bfe33206b2fece40ef25f695af39dd4130facjkaluza Version 2] license." If you don't indicate a single choice of license, a
506bfe33206b2fece40ef25f695af39dd4130facjkaluza recipient has the option to distribute your version of this file under
506bfe33206b2fece40ef25f695af39dd4130facjkaluza either the CDDL, the GPL Version 2 or to extend the choice of license to
506bfe33206b2fece40ef25f695af39dd4130facjkaluza its licensees as provided above. However, if you add GPL Version 2 code
d58a848a016d401b965111e50ef829e1641f7834minfrin and therefore, elected the GPL Version 2 license, then the option applies
d58a848a016d401b965111e50ef829e1641f7834minfrin only if the new code is made subject to such option by the copyright
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic <link rel="stylesheet" href="stylesheets/default.css" type="text/css" />
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic <script type="text/javascript" src="javascripts/prototype.js"></script>
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic <script type="text/javascript" src="javascripts/behaviour.js"></script>
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic <script type="text/javascript" src="javascripts/moo.fx.js"></script>
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic <script type="text/javascript" src="javascripts/moo.fx.pack.js"></script>
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic <script type="text/javascript" src="javascripts/application.js"></script>
44ff304057225e944e220e981d434a046d14cf06covener <div id="system-message">Please input your name:</div>
5d1ba75b8794925e67591c209085a49279791de9covener <input id="login-button" type="button" value="Login" />
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand <div id="missing-sockets">Your browser does not support websockets.</div>
caad2986f81ab263f7af41467dd622dc9add17f3ylavic <textarea id="message" name="message" rows="2" cols="40"></textarea>
caad2986f81ab263f7af41467dd622dc9add17f3ylavic <input id="post-button" type="button" value="Post Message" />
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem <iframe id="websockets-frame" style="display: none;"></iframe>