summaryrefslogtreecommitdiff
path: root/src/static/html/widget-test.html
blob: 6848c49076dd3d51320438c37b248a5951ccdab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
	<head>
		<script type="text/javascript" src="../js/jquery-1.5.1.min.js"></script>
		<script type="text/javascript" src="../js/jquery-ui-1.8.11.custom.min.js"></script>
		<link type="text/css" href="../css/sunet/jquery-ui-1.8.11.custom.css" rel="stylesheet"></link>
		<link href="../css/jquery.meetingtools.css" rel="stylesheet" type="text/css" />
		
		<script type="text/javascript" src="../js/jquery.meetingtools.js"></script>
		
		<script type="text/javascript">
		$(function() {
			$("#meetings").meetingtools({tags: 'kaka',url: 'https://connect-test.sunet.se/meetingtools'});
		});
		</script>
	</head>
	<body>
		<h1>Meetings...</h1>
		<div id="meetings"/>
	</body>
</html>