-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqueueMgmt.php
25 lines (22 loc) · 968 Bytes
/
queueMgmt.php
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
<?php
$numRings = 6;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="common/penntkdtournament.css" type="text/css" />
<link href="common/jquery-ui-1.8.13.custom/css/ui-darkness/jquery-ui-1.8.13.custom.css" type="text/javascript" />
<script href="common/jquery-1.6.1.min.js" type="text/javascript"></script>
<script href="common/jquery-ui-1.8.13/js/jquery-ui-1.8.13.custom.min.js" type="text/javascript"></script>
<title>Ring Queue Management</title>
</head>
<body>
<div id="header">
<h1><a href="index.php"><img src="common/TKDLogo.png" width="800" height="90" alt="Penn TKD" /></a></h1>
</div>
<div id="mainContent">
<div id="ring2"></div>
</div>
</body>
</html>