-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreferee.html
31 lines (31 loc) · 1.18 KB
/
referee.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML>
<html>
<head>
<title>Comment-allez-vous Referee</title>
<link rel='stylesheet' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/cupertino/jquery-ui.css'>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js'></script>
<script src='scripts/strophe.js'></script>
<!--<script src='scripts/flXHR.js'></script>
<script src='scripts/strophe.flxhr.js'></script>-->
<link rel='stylesheet' href='stylesheets/referee.css'>
<script src="scripts/jquery.query-yql.js"></script>
<script src='scripts/referee.js'></script>
<script src="scripts/referee.picture.js"></script>
<script src="scripts/referee.main.js" type="text/javascript"></script>
<script src='scripts/board.js'></script>
</head>
<body>
<h1>
Comment-allez-vous Referee</h1>
<div id='log'>
</div>
<!-- login dialog -->
<div id='login_dialog' class='hidden'>
<label>
JID:</label><input type='text' id='jid'>
<label>
Password:</label><input type='password' id='password'>
</div>
</body>
</html>