%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11585/cwd/html/ppaobm/vendor/bower-asset/fullcalendar-scheduler/demos/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <link href='../fullcalendar/dist/core/main.css' rel='stylesheet' /> <link href='../fullcalendar/dist/daygrid/main.css' rel='stylesheet' /> <link href='../fullcalendar/dist/timegrid/main.css' rel='stylesheet' /> <link href='../fullcalendar/dist/list/main.css' rel='stylesheet' /> <link href='../dist/timeline/main.css' rel='stylesheet' /> <link href='../dist/resource-timeline/main.css' rel='stylesheet' /> <script src='../fullcalendar/dist/core/main.js'></script> <script src='../fullcalendar/dist/interaction/main.js'></script> <script src='../fullcalendar/dist/daygrid/main.js'></script> <script src='../fullcalendar/dist/timegrid/main.js'></script> <script src='../fullcalendar/dist/list/main.js'></script> <script src='../dist/timeline/main.js'></script> <script src='../dist/resource-common/main.js'></script> <script src='../dist/resource-timeline/main.js'></script> <script> document.addEventListener('DOMContentLoaded', function() { var calendarEl = document.getElementById('calendar'); var calendar = new FullCalendar.Calendar(calendarEl, { plugins: [ 'interaction', 'dayGrid', 'timeGrid', 'list', 'resourceTimeline' ], now: '2019-04-07', editable: true, // enable draggable events aspectRatio: 1.8, scrollTime: '00:00', // undo default 6am scrollTime header: { left: 'today prev,next', center: 'title', right: 'resourceTimelineDay,resourceTimelineThreeDays,timeGridWeek,dayGridMonth,listWeek' }, defaultView: 'resourceTimelineDay', views: { resourceTimelineThreeDays: { type: 'resourceTimeline', duration: { days: 3 }, buttonText: '3 days' } }, resourceLabelText: 'Rooms', resources: [ { id: 'a', title: 'Auditorium A' }, { id: 'b', title: 'Auditorium B', eventColor: 'green' }, { id: 'c', title: 'Auditorium C', eventColor: 'orange' }, { id: 'd', title: 'Auditorium D', children: [ { id: 'd1', title: 'Room D1' }, { id: 'd2', title: 'Room D2' } ] }, { id: 'e', title: 'Auditorium E' }, { id: 'f', title: 'Auditorium F', eventColor: 'red' }, { id: 'g', title: 'Auditorium G' }, { id: 'h', title: 'Auditorium H' }, { id: 'i', title: 'Auditorium I' }, { id: 'j', title: 'Auditorium J' }, { id: 'k', title: 'Auditorium K' }, { id: 'l', title: 'Auditorium L' }, { id: 'm', title: 'Auditorium M' }, { id: 'n', title: 'Auditorium N' }, { id: 'o', title: 'Auditorium O' }, { id: 'p', title: 'Auditorium P' }, { id: 'q', title: 'Auditorium Q' }, { id: 'r', title: 'Auditorium R' }, { id: 's', title: 'Auditorium S' }, { id: 't', title: 'Auditorium T' }, { id: 'u', title: 'Auditorium U' }, { id: 'v', title: 'Auditorium V' }, { id: 'w', title: 'Auditorium W' }, { id: 'x', title: 'Auditorium X' }, { id: 'y', title: 'Auditorium Y' }, { id: 'z', title: 'Auditorium Z' } ], events: [ { id: '1', resourceId: 'b', start: '2019-04-07T02:00:00', end: '2019-04-07T07:00:00', title: 'event 1' }, { id: '2', resourceId: 'c', start: '2019-04-07T05:00:00', end: '2019-04-07T22:00:00', title: 'event 2' }, { id: '3', resourceId: 'd', start: '2019-04-06', end: '2019-04-08', title: 'event 3' }, { id: '4', resourceId: 'e', start: '2019-04-07T03:00:00', end: '2019-04-07T08:00:00', title: 'event 4' }, { id: '5', resourceId: 'f', start: '2019-04-07T00:30:00', end: '2019-04-07T02:30:00', title: 'event 5' } ] }); calendar.render(); }); </script> <style> body { margin: 0; padding: 0; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; } #calendar { max-width: 900px; margin: 50px auto; } </style> </head> <body> <div id='calendar'></div> </body> </html>