Update Course Layout

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-14 09:36:24 +07:00
parent e193dfb2cf
commit e4d07869b3
7 changed files with 284 additions and 255 deletions
-22
View File
@@ -10,29 +10,7 @@ include "includes/meta.html";
<style type="text/css">
@import "includes/index.css";
@import "includes/normalize.css";
@import "includes/fullcalendar/fullcalendar.css";
@import "includes/fullcalendar/fullcalendar.print.css";
</style>
<script type='text/javascript' src='includes/jquery/jquery.min.js'></script>
<script type='text/javascript' src='includes/jquery/jquery-ui-1.8.17.custom.min.js'></script>
<script type='text/javascript' src='includes/fullcalendar/fullcalendar.min.js'></script>
<script type='text/javascript' src='includes/fullcalendar/gcal.js'></script>
<script type='text/javascript'>
$(document).ready(function() {
$('#calendar').fullCalendar({
events: 'https://www.google.com/calendar/feeds/willysr%40gmail.com/public/basic',
currentTimezone: 'Asia/Jakarta',
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
defaultView: 'agendaWeek'
});
});
</script>
</head>
<body>
<?php