Theme Inspinia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

calendar.html 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>INSPINIA | Calendar</title>
  7. <link href="css/bootstrap.min.css" rel="stylesheet">
  8. <link href="font-awesome/css/font-awesome.css" rel="stylesheet">
  9. <link href="css/plugins/iCheck/custom.css" rel="stylesheet">
  10. <link href="css/plugins/fullcalendar/fullcalendar.css" rel="stylesheet">
  11. <link href="css/plugins/fullcalendar/fullcalendar.print.css" rel='stylesheet' media='print'>
  12. <link href="css/animate.css" rel="stylesheet">
  13. <link href="css/style.css" rel="stylesheet">
  14. </head>
  15. <body>
  16. <div id="wrapper">
  17. <nav class="navbar-default navbar-static-side" role="navigation">
  18. <div class="sidebar-collapse">
  19. <ul class="nav metismenu" id="side-menu">
  20. <li class="nav-header">
  21. <div class="dropdown profile-element"> <span>
  22. <img alt="image" class="img-circle" src="img/profile_small.jpg" />
  23. </span>
  24. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  25. <span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">David Williams</strong>
  26. </span> <span class="text-muted text-xs block">Art Director <b class="caret"></b></span> </span> </a>
  27. <ul class="dropdown-menu animated fadeInRight m-t-xs">
  28. <li><a href="profile.html">Profile</a></li>
  29. <li><a href="contacts.html">Contacts</a></li>
  30. <li><a href="mailbox.html">Mailbox</a></li>
  31. <li class="divider"></li>
  32. <li><a href="login.html">Logout</a></li>
  33. </ul>
  34. </div>
  35. <div class="logo-element">
  36. IN+
  37. </div>
  38. </li>
  39. <li>
  40. <a href="index.html"><i class="fa fa-th-large"></i> <span class="nav-label">Dashboards</span> <span class="fa arrow"></span></a>
  41. <ul class="nav nav-second-level collapse">
  42. <li><a href="index.html">Dashboard v.1</a></li>
  43. <li><a href="dashboard_2.html">Dashboard v.2</a></li>
  44. <li><a href="dashboard_3.html">Dashboard v.3</a></li>
  45. <li><a href="dashboard_4_1.html">Dashboard v.4</a></li>
  46. <li><a href="dashboard_5.html">Dashboard v.5 <span class="label label-primary pull-right">NEW</span></a></li>
  47. </ul>
  48. </li>
  49. <li>
  50. <a href="layouts.html"><i class="fa fa-diamond"></i> <span class="nav-label">Layouts</span></a>
  51. </li>
  52. <li>
  53. <a href="#"><i class="fa fa-bar-chart-o"></i> <span class="nav-label">Graphs</span><span class="fa arrow"></span></a>
  54. <ul class="nav nav-second-level collapse">
  55. <li><a href="graph_flot.html">Flot Charts</a></li>
  56. <li><a href="graph_morris.html">Morris.js Charts</a></li>
  57. <li><a href="graph_rickshaw.html">Rickshaw Charts</a></li>
  58. <li><a href="graph_chartjs.html">Chart.js</a></li>
  59. <li><a href="graph_chartist.html">Chartist</a></li>
  60. <li><a href="c3.html">c3 charts</a></li>
  61. <li><a href="graph_peity.html">Peity Charts</a></li>
  62. <li><a href="graph_sparkline.html">Sparkline Charts</a></li>
  63. </ul>
  64. </li>
  65. <li>
  66. <a href="mailbox.html"><i class="fa fa-envelope"></i> <span class="nav-label">Mailbox </span><span class="label label-warning pull-right">16/24</span></a>
  67. <ul class="nav nav-second-level collapse">
  68. <li><a href="mailbox.html">Inbox</a></li>
  69. <li><a href="mail_detail.html">Email view</a></li>
  70. <li><a href="mail_compose.html">Compose email</a></li>
  71. <li><a href="email_template.html">Email templates</a></li>
  72. </ul>
  73. </li>
  74. <li>
  75. <a href="metrics.html"><i class="fa fa-pie-chart"></i> <span class="nav-label">Metrics</span> </a>
  76. </li>
  77. <li>
  78. <a href="widgets.html"><i class="fa fa-flask"></i> <span class="nav-label">Widgets</span></a>
  79. </li>
  80. <li>
  81. <a href="#"><i class="fa fa-edit"></i> <span class="nav-label">Forms</span><span class="fa arrow"></span></a>
  82. <ul class="nav nav-second-level collapse">
  83. <li><a href="form_basic.html">Basic form</a></li>
  84. <li><a href="form_advanced.html">Advanced Plugins</a></li>
  85. <li><a href="form_wizard.html">Wizard</a></li>
  86. <li><a href="form_file_upload.html">File Upload</a></li>
  87. <li><a href="form_editors.html">Text Editor</a></li>
  88. <li><a href="form_markdown.html">Markdown</a></li>
  89. </ul>
  90. </li>
  91. <li class="active">
  92. <a href="#"><i class="fa fa-desktop"></i> <span class="nav-label">App Views</span> <span class="pull-right label label-primary">SPECIAL</span></a>
  93. <ul class="nav nav-second-level">
  94. <li><a href="contacts.html">Contacts</a></li>
  95. <li><a href="profile.html">Profile</a></li>
  96. <li><a href="profile_2.html">Profile v.2</a></li>
  97. <li><a href="contacts_2.html">Contacts v.2</a></li>
  98. <li><a href="projects.html">Projects</a></li>
  99. <li><a href="project_detail.html">Project detail</a></li>
  100. <li><a href="teams_board.html">Teams board</a></li>
  101. <li><a href="social_feed.html">Social feed</a></li>
  102. <li><a href="clients.html">Clients</a></li>
  103. <li><a href="full_height.html">Outlook view</a></li>
  104. <li><a href="vote_list.html">Vote list</a></li>
  105. <li><a href="file_manager.html">File manager</a></li>
  106. <li class="active"><a href="calendar.html">Calendar</a></li>
  107. <li><a href="issue_tracker.html">Issue tracker</a></li>
  108. <li><a href="blog.html">Blog</a></li>
  109. <li><a href="article.html">Article</a></li>
  110. <li><a href="faq.html">FAQ</a></li>
  111. <li><a href="timeline.html">Timeline</a></li>
  112. <li><a href="pin_board.html">Pin board</a></li>
  113. </ul>
  114. </li>
  115. <li>
  116. <a href="#"><i class="fa fa-files-o"></i> <span class="nav-label">Other Pages</span><span class="fa arrow"></span></a>
  117. <ul class="nav nav-second-level collapse">
  118. <li><a href="search_results.html">Search results</a></li>
  119. <li><a href="lockscreen.html">Lockscreen</a></li>
  120. <li><a href="invoice.html">Invoice</a></li>
  121. <li><a href="login.html">Login</a></li>
  122. <li><a href="login_two_columns.html">Login v.2</a></li>
  123. <li><a href="forgot_password.html">Forget password</a></li>
  124. <li><a href="register.html">Register</a></li>
  125. <li><a href="404.html">404 Page</a></li>
  126. <li><a href="500.html">500 Page</a></li>
  127. <li><a href="empty_page.html">Empty page</a></li>
  128. </ul>
  129. </li>
  130. <li>
  131. <a href="#"><i class="fa fa-globe"></i> <span class="nav-label">Miscellaneous</span><span class="label label-info pull-right">NEW</span></a>
  132. <ul class="nav nav-second-level collapse">
  133. <li><a href="toastr_notifications.html">Notification</a></li>
  134. <li><a href="nestable_list.html">Nestable list</a></li>
  135. <li><a href="agile_board.html">Agile board</a></li>
  136. <li><a href="timeline_2.html">Timeline v.2</a></li>
  137. <li><a href="diff.html">Diff</a></li>
  138. <li><a href="i18support.html">i18 support</a></li>
  139. <li><a href="sweetalert.html">Sweet alert</a></li>
  140. <li><a href="idle_timer.html">Idle timer</a></li>
  141. <li><a href="truncate.html">Truncate</a></li>
  142. <li><a href="spinners.html">Spinners</a></li>
  143. <li><a href="tinycon.html">Live favicon</a></li>
  144. <li><a href="google_maps.html">Google maps</a></li>
  145. <li><a href="code_editor.html">Code editor</a></li>
  146. <li><a href="modal_window.html">Modal window</a></li>
  147. <li><a href="clipboard.html">Clipboard</a></li>
  148. <li><a href="forum_main.html">Forum view</a></li>
  149. <li><a href="validation.html">Validation</a></li>
  150. <li><a href="tree_view.html">Tree view</a></li>
  151. <li><a href="loading_buttons.html">Loading buttons</a></li>
  152. <li><a href="chat_view.html">Chat view</a></li>
  153. <li><a href="masonry.html">Masonry</a></li>
  154. <li><a href="tour.html">Tour</a></li>
  155. </ul>
  156. </li>
  157. <li>
  158. <a href="#"><i class="fa fa-flask"></i> <span class="nav-label">UI Elements</span><span class="fa arrow"></span></a>
  159. <ul class="nav nav-second-level collapse">
  160. <li><a href="typography.html">Typography</a></li>
  161. <li><a href="icons.html">Icons</a></li>
  162. <li><a href="draggable_panels.html">Draggable Panels</a></li> <li><a href="resizeable_panels.html">Resizeable Panels</a></li>
  163. <li><a href="buttons.html">Buttons</a></li>
  164. <li><a href="video.html">Video</a></li>
  165. <li><a href="tabs_panels.html">Panels</a></li>
  166. <li><a href="tabs.html">Tabs</a></li>
  167. <li><a href="notifications.html">Notifications & Tooltips</a></li>
  168. <li><a href="badges_labels.html">Badges, Labels, Progress</a></li>
  169. </ul>
  170. </li>
  171. <li>
  172. <a href="grid_options.html"><i class="fa fa-laptop"></i> <span class="nav-label">Grid options</span></a>
  173. </li>
  174. <li>
  175. <a href="#"><i class="fa fa-table"></i> <span class="nav-label">Tables</span><span class="fa arrow"></span></a>
  176. <ul class="nav nav-second-level collapse">
  177. <li><a href="table_basic.html">Static Tables</a></li>
  178. <li><a href="table_data_tables.html">Data Tables</a></li>
  179. <li><a href="table_foo_table.html">Foo Tables</a></li>
  180. <li><a href="jq_grid.html">jqGrid</a></li>
  181. </ul>
  182. </li>
  183. <li>
  184. <a href="#"><i class="fa fa-shopping-cart"></i> <span class="nav-label">E-commerce</span><span class="fa arrow"></span></a>
  185. <ul class="nav nav-second-level collapse">
  186. <li><a href="ecommerce_products_grid.html">Products grid</a></li>
  187. <li><a href="ecommerce_product_list.html">Products list</a></li>
  188. <li><a href="ecommerce_product.html">Product edit</a></li>
  189. <li><a href="ecommerce_product_detail.html">Product detail</a></li>
  190. <li><a href="ecommerce-cart.html">Cart</a></li>
  191. <li><a href="ecommerce-orders.html">Orders</a></li>
  192. <li><a href="ecommerce_payments.html">Credit Card form</a></li>
  193. </ul>
  194. </li>
  195. <li>
  196. <a href="#"><i class="fa fa-picture-o"></i> <span class="nav-label">Gallery</span><span class="fa arrow"></span></a>
  197. <ul class="nav nav-second-level collapse">
  198. <li><a href="basic_gallery.html">Lightbox Gallery</a></li>
  199. <li><a href="slick_carousel.html">Slick Carousel</a></li>
  200. <li><a href="carousel.html">Bootstrap Carousel</a></li>
  201. </ul>
  202. </li>
  203. <li>
  204. <a href="#"><i class="fa fa-sitemap"></i> <span class="nav-label">Menu Levels </span><span class="fa arrow"></span></a>
  205. <ul class="nav nav-second-level collapse">
  206. <li>
  207. <a href="#">Third Level <span class="fa arrow"></span></a>
  208. <ul class="nav nav-third-level">
  209. <li>
  210. <a href="#">Third Level Item</a>
  211. </li>
  212. <li>
  213. <a href="#">Third Level Item</a>
  214. </li>
  215. <li>
  216. <a href="#">Third Level Item</a>
  217. </li>
  218. </ul>
  219. </li>
  220. <li><a href="#">Second Level Item</a></li>
  221. <li>
  222. <a href="#">Second Level Item</a></li>
  223. <li>
  224. <a href="#">Second Level Item</a></li>
  225. </ul>
  226. </li>
  227. <li>
  228. <a href="css_animation.html"><i class="fa fa-magic"></i> <span class="nav-label">CSS Animations </span><span class="label label-info pull-right">62</span></a>
  229. </li>
  230. <li class="landing_link">
  231. <a target="_blank" href="landing.html"><i class="fa fa-star"></i> <span class="nav-label">Landing Page</span> <span class="label label-warning pull-right">NEW</span></a>
  232. </li>
  233. <li class="special_link">
  234. <a href="package.html"><i class="fa fa-database"></i> <span class="nav-label">Package</span></a>
  235. </li>
  236. </ul>
  237. </div>
  238. </nav>
  239. <div id="page-wrapper" class="gray-bg">
  240. <div class="row border-bottom">
  241. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  242. <div class="navbar-header">
  243. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
  244. <form role="search" class="navbar-form-custom" action="search_results.html">
  245. <div class="form-group">
  246. <input type="text" placeholder="Search for something..." class="form-control" name="top-search" id="top-search">
  247. </div>
  248. </form>
  249. </div>
  250. <ul class="nav navbar-top-links navbar-right">
  251. <li>
  252. <span class="m-r-sm text-muted welcome-message">Welcome to INSPINIA+ Admin Theme.</span>
  253. </li>
  254. <li class="dropdown">
  255. <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#">
  256. <i class="fa fa-envelope"></i> <span class="label label-warning">16</span>
  257. </a>
  258. <ul class="dropdown-menu dropdown-messages">
  259. <li>
  260. <div class="dropdown-messages-box">
  261. <a href="profile.html" class="pull-left">
  262. <img alt="image" class="img-circle" src="img/a7.jpg">
  263. </a>
  264. <div class="media-body">
  265. <small class="pull-right">46h ago</small>
  266. <strong>Mike Loreipsum</strong> started following <strong>Monica Smith</strong>. <br>
  267. <small class="text-muted">3 days ago at 7:58 pm - 10.06.2014</small>
  268. </div>
  269. </div>
  270. </li>
  271. <li class="divider"></li>
  272. <li>
  273. <div class="dropdown-messages-box">
  274. <a href="profile.html" class="pull-left">
  275. <img alt="image" class="img-circle" src="img/a4.jpg">
  276. </a>
  277. <div class="media-body ">
  278. <small class="pull-right text-navy">5h ago</small>
  279. <strong>Chris Johnatan Overtunk</strong> started following <strong>Monica Smith</strong>. <br>
  280. <small class="text-muted">Yesterday 1:21 pm - 11.06.2014</small>
  281. </div>
  282. </div>
  283. </li>
  284. <li class="divider"></li>
  285. <li>
  286. <div class="dropdown-messages-box">
  287. <a href="profile.html" class="pull-left">
  288. <img alt="image" class="img-circle" src="img/profile.jpg">
  289. </a>
  290. <div class="media-body ">
  291. <small class="pull-right">23h ago</small>
  292. <strong>Monica Smith</strong> love <strong>Kim Smith</strong>. <br>
  293. <small class="text-muted">2 days ago at 2:30 am - 11.06.2014</small>
  294. </div>
  295. </div>
  296. </li>
  297. <li class="divider"></li>
  298. <li>
  299. <div class="text-center link-block">
  300. <a href="mailbox.html">
  301. <i class="fa fa-envelope"></i> <strong>Read All Messages</strong>
  302. </a>
  303. </div>
  304. </li>
  305. </ul>
  306. </li>
  307. <li class="dropdown">
  308. <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#">
  309. <i class="fa fa-bell"></i> <span class="label label-primary">8</span>
  310. </a>
  311. <ul class="dropdown-menu dropdown-alerts">
  312. <li>
  313. <a href="mailbox.html">
  314. <div>
  315. <i class="fa fa-envelope fa-fw"></i> You have 16 messages
  316. <span class="pull-right text-muted small">4 minutes ago</span>
  317. </div>
  318. </a>
  319. </li>
  320. <li class="divider"></li>
  321. <li>
  322. <a href="profile.html">
  323. <div>
  324. <i class="fa fa-twitter fa-fw"></i> 3 New Followers
  325. <span class="pull-right text-muted small">12 minutes ago</span>
  326. </div>
  327. </a>
  328. </li>
  329. <li class="divider"></li>
  330. <li>
  331. <a href="grid_options.html">
  332. <div>
  333. <i class="fa fa-upload fa-fw"></i> Server Rebooted
  334. <span class="pull-right text-muted small">4 minutes ago</span>
  335. </div>
  336. </a>
  337. </li>
  338. <li class="divider"></li>
  339. <li>
  340. <div class="text-center link-block">
  341. <a href="notifications.html">
  342. <strong>See All Alerts</strong>
  343. <i class="fa fa-angle-right"></i>
  344. </a>
  345. </div>
  346. </li>
  347. </ul>
  348. </li>
  349. <li>
  350. <a href="login.html">
  351. <i class="fa fa-sign-out"></i> Log out
  352. </a>
  353. </li>
  354. </ul>
  355. </nav>
  356. </div>
  357. <div class="row wrapper border-bottom white-bg page-heading">
  358. <div class="col-lg-8">
  359. <h2>Calendar</h2>
  360. <ol class="breadcrumb">
  361. <li>
  362. <a href="index.html">Home</a>
  363. </li>
  364. <li>
  365. Extra pages
  366. </li>
  367. <li class="active">
  368. <strong>Calendar</strong>
  369. </li>
  370. </ol>
  371. </div>
  372. </div>
  373. <div class="wrapper wrapper-content">
  374. <div class="row animated fadeInDown">
  375. <div class="col-lg-3">
  376. <div class="ibox float-e-margins">
  377. <div class="ibox-title">
  378. <h5>Draggable Events</h5>
  379. <div class="ibox-tools">
  380. <a class="collapse-link">
  381. <i class="fa fa-chevron-up"></i>
  382. </a>
  383. <a class="dropdown-toggle" data-toggle="dropdown" href="#">
  384. <i class="fa fa-wrench"></i>
  385. </a>
  386. <ul class="dropdown-menu dropdown-user">
  387. <li><a href="#">Config option 1</a>
  388. </li>
  389. <li><a href="#">Config option 2</a>
  390. </li>
  391. </ul>
  392. <a class="close-link">
  393. <i class="fa fa-times"></i>
  394. </a>
  395. </div>
  396. </div>
  397. <div class="ibox-content">
  398. <div id='external-events'>
  399. <p>Drag a event and drop into callendar.</p>
  400. <div class='external-event navy-bg'>Go to shop and buy some products.</div>
  401. <div class='external-event navy-bg'>Check the new CI from Corporation.</div>
  402. <div class='external-event navy-bg'>Send documents to John.</div>
  403. <div class='external-event navy-bg'>Phone to Sandra.</div>
  404. <div class='external-event navy-bg'>Chat with Michael.</div>
  405. <p class="m-t">
  406. <input type='checkbox' id='drop-remove' class="i-checks" checked /> <label for='drop-remove'>remove after drop</label>
  407. </p>
  408. </div>
  409. </div>
  410. </div>
  411. <div class="ibox float-e-margins">
  412. <div class="ibox-content">
  413. <h2>FullCalendar</h2> is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is
  414. easily configured to use your own feed format (an extension is provided for Google Calendar).
  415. <p>
  416. <a href="http://arshaw.com/fullcalendar/" target="_blank">FullCalendar documentation</a>
  417. </p>
  418. </div>
  419. </div>
  420. </div>
  421. <div class="col-lg-9">
  422. <div class="ibox float-e-margins">
  423. <div class="ibox-title">
  424. <h5>Striped Table </h5>
  425. <div class="ibox-tools">
  426. <a class="collapse-link">
  427. <i class="fa fa-chevron-up"></i>
  428. </a>
  429. <a class="dropdown-toggle" data-toggle="dropdown" href="#">
  430. <i class="fa fa-wrench"></i>
  431. </a>
  432. <ul class="dropdown-menu dropdown-user">
  433. <li><a href="#">Config option 1</a>
  434. </li>
  435. <li><a href="#">Config option 2</a>
  436. </li>
  437. </ul>
  438. <a class="close-link">
  439. <i class="fa fa-times"></i>
  440. </a>
  441. </div>
  442. </div>
  443. <div class="ibox-content">
  444. <div id="calendar"></div>
  445. </div>
  446. </div>
  447. </div>
  448. </div>
  449. </div>
  450. <div class="footer">
  451. <div class="pull-right">
  452. 10GB of <strong>250GB</strong> Free.
  453. </div>
  454. <div>
  455. <strong>Copyright</strong> Example Company &copy; 2014-2015
  456. </div>
  457. </div>
  458. </div>
  459. </div>
  460. <!-- Mainly scripts -->
  461. <script src="js/plugins/fullcalendar/moment.min.js"></script>
  462. <script src="js/jquery-2.1.1.js"></script>
  463. <script src="js/bootstrap.min.js"></script>
  464. <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
  465. <script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  466. <!-- Custom and plugin javascript -->
  467. <script src="js/inspinia.js"></script>
  468. <script src="js/plugins/pace/pace.min.js"></script>
  469. <!-- jQuery UI custom -->
  470. <script src="js/jquery-ui.custom.min.js"></script>
  471. <!-- iCheck -->
  472. <script src="js/plugins/iCheck/icheck.min.js"></script>
  473. <!-- Full Calendar -->
  474. <script src="js/plugins/fullcalendar/fullcalendar.min.js"></script>
  475. <script>
  476. $(document).ready(function() {
  477. $('.i-checks').iCheck({
  478. checkboxClass: 'icheckbox_square-green',
  479. radioClass: 'iradio_square-green'
  480. });
  481. /* initialize the external events
  482. -----------------------------------------------------------------*/
  483. $('#external-events div.external-event').each(function() {
  484. // store data so the calendar knows to render an event upon drop
  485. $(this).data('event', {
  486. title: $.trim($(this).text()), // use the element's text as the event title
  487. stick: true // maintain when user navigates (see docs on the renderEvent method)
  488. });
  489. // make the event draggable using jQuery UI
  490. $(this).draggable({
  491. zIndex: 1111999,
  492. revert: true, // will cause the event to go back to its
  493. revertDuration: 0 // original position after the drag
  494. });
  495. });
  496. /* initialize the calendar
  497. -----------------------------------------------------------------*/
  498. var date = new Date();
  499. var d = date.getDate();
  500. var m = date.getMonth();
  501. var y = date.getFullYear();
  502. $('#calendar').fullCalendar({
  503. header: {
  504. left: 'prev,next today',
  505. center: 'title',
  506. right: 'month,agendaWeek,agendaDay'
  507. },
  508. editable: true,
  509. droppable: true, // this allows things to be dropped onto the calendar
  510. drop: function() {
  511. // is the "remove after drop" checkbox checked?
  512. if ($('#drop-remove').is(':checked')) {
  513. // if so, remove the element from the "Draggable Events" list
  514. $(this).remove();
  515. }
  516. },
  517. events: [
  518. {
  519. title: 'All Day Event',
  520. start: new Date(y, m, 1)
  521. },
  522. {
  523. title: 'Long Event',
  524. start: new Date(y, m, d-5),
  525. end: new Date(y, m, d-2)
  526. },
  527. {
  528. id: 999,
  529. title: 'Repeating Event',
  530. start: new Date(y, m, d-3, 16, 0),
  531. allDay: false
  532. },
  533. {
  534. id: 999,
  535. title: 'Repeating Event',
  536. start: new Date(y, m, d+4, 16, 0),
  537. allDay: false
  538. },
  539. {
  540. title: 'Meeting',
  541. start: new Date(y, m, d, 10, 30),
  542. allDay: false
  543. },
  544. {
  545. title: 'Lunch',
  546. start: new Date(y, m, d, 12, 0),
  547. end: new Date(y, m, d, 14, 0),
  548. allDay: false
  549. },
  550. {
  551. title: 'Birthday Party',
  552. start: new Date(y, m, d+1, 19, 0),
  553. end: new Date(y, m, d+1, 22, 30),
  554. allDay: false
  555. },
  556. {
  557. title: 'Click for Google',
  558. start: new Date(y, m, 28),
  559. end: new Date(y, m, 29),
  560. url: 'http://google.com/'
  561. }
  562. ]
  563. });
  564. });
  565. </script>
  566. </body>
  567. </html>