2009-11-29 05:43:02 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2010-09-19 07:54:35 +02:00
|
|
|
<html>
|
2009-11-29 05:43:02 +01:00
|
|
|
<head>
|
2010-09-19 07:54:35 +02:00
|
|
|
<link rel='stylesheet' type='text/css' href='lib/fancybox/jquery.fancybox-1.2.6.css' />
|
2010-10-17 02:10:03 +02:00
|
|
|
<script type='text/javascript' src='../lib/jquery-1.4.3.min.js'></script>
|
2010-09-19 07:54:35 +02:00
|
|
|
<script type='text/javascript' src='lib/fancybox/jquery.fancybox-1.2.6.pack.js'></script>
|
|
|
|
<script type='text/javascript'>
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
$('#fullcalendar-link').fancybox({
|
|
|
|
frameWidth: 1100,
|
|
|
|
frameHeight: 800
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
2009-11-29 05:43:02 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2010-09-19 07:54:35 +02:00
|
|
|
<div id='content'>
|
|
|
|
|
|
|
|
<h1>FancyBox <em>v1.2.6</em></h1>
|
2009-11-29 05:43:02 +01:00
|
|
|
|
2010-09-19 07:54:35 +02:00
|
|
|
<p>
|
|
|
|
<a id='fullcalendar-link' class='iframe' href='plain.html'>Open a FullCalendar</a>
|
|
|
|
</p>
|
2009-11-29 05:43:02 +01:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|