calendar.html 22.8 KB
Newer Older
A
Anthony Mutisya 已提交
1 2 3
<!DOCTYPE html>
<html lang="en">

A
Aigars Silkalns 已提交
4 5 6 7 8 9
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <!-- Meta, title, CSS, favicons, etc. -->
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
A
Anthony Mutisya 已提交
10

A
Aigars Silkalns 已提交
11
  <title>Gentallela Alela! | </title>
A
Anthony Mutisya 已提交
12

A
Aigars Silkalns 已提交
13
  <!-- Bootstrap core CSS -->
A
Anthony Mutisya 已提交
14

A
Aigars Silkalns 已提交
15
  <link href="css/bootstrap.min.css" rel="stylesheet">
A
Anthony Mutisya 已提交
16

A
Aigars Silkalns 已提交
17 18
  <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
  <link href="css/animate.min.css" rel="stylesheet">
A
Anthony Mutisya 已提交
19

A
Aigars Silkalns 已提交
20 21 22
  <!-- Custom styling plus plugins -->
  <link href="css/custom.css" rel="stylesheet">
  <link href="css/icheck/flat/green.css" rel="stylesheet">
A
Anthony Mutisya 已提交
23

A
Aigars Silkalns 已提交
24 25
  <link href="css/calendar/fullcalendar.css" rel="stylesheet">
  <link href="css/calendar/fullcalendar.print.css" rel="stylesheet" media="print">
A
Anthony Mutisya 已提交
26

A
Aigars Silkalns 已提交
27
  <script src="js/jquery.min.js"></script>
A
Anthony Mutisya 已提交
28

A
Aigars Silkalns 已提交
29
  <!--[if lt IE 9]>
A
Anthony Mutisya 已提交
30 31 32
            <script src="../assets/js/ie8-responsive-file-warning.js"></script>
            <![endif]-->

A
Aigars Silkalns 已提交
33 34
  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  <!--[if lt IE 9]>
A
Anthony Mutisya 已提交
35 36 37 38
              <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
              <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
            <![endif]-->

A
Aigars Silkalns 已提交
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
</head>


<body class="nav-md">

  <div class="container body">


    <div class="main_container">

      <div class="col-md-3 left_col">
        <div class="left_col scroll-view">

          <div class="navbar nav_title" style="border: 0;">
            <a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentellela Alela!</span></a>
          </div>
          <div class="clearfix"></div>


          <!-- menu prile quick info -->
          <div class="profile">
            <div class="profile_pic">
              <img src="images/img.jpg" alt="..." class="img-circle profile_img">
            </div>
            <div class="profile_info">
              <span>Welcome,</span>
              <h2>John Doe</h2>
            </div>
          </div>
          <!-- /menu prile quick info -->

          <br />

          <!-- sidebar menu -->
          <div id="sidebar-menu" class="main_menu_side hidden-print main_menu">

            <div class="menu_section">
              <h3>General</h3>
              <ul class="nav side-menu">
                <li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="index.html">Dashboard</a>
                    </li>
                    <li><a href="index2.html">Dashboard2</a>
                    </li>
                    <li><a href="index3.html">Dashboard3</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="form.html">General Form</a>
                    </li>
                    <li><a href="form_advanced.html">Advanced Components</a>
                    </li>
                    <li><a href="form_validation.html">Form Validation</a>
                    </li>
                    <li><a href="form_wizards.html">Form Wizard</a>
                    </li>
                    <li><a href="form_upload.html">Form Upload</a>
                    </li>
                    <li><a href="form_buttons.html">Form Buttons</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="general_elements.html">General Elements</a>
                    </li>
                    <li><a href="media_gallery.html">Media Gallery</a>
                    </li>
                    <li><a href="typography.html">Typography</a>
                    </li>
                    <li><a href="icons.html">Icons</a>
                    </li>
                    <li><a href="glyphicons.html">Glyphicons</a>
                    </li>
                    <li><a href="widgets.html">Widgets</a>
                    </li>
                    <li><a href="invoice.html">Invoice</a>
                    </li>
                    <li><a href="inbox.html">Inbox</a>
                    </li>
C
christianesperar 已提交
122
                    <li><a href="calendar.html">Calendar</a>
A
Aigars Silkalns 已提交
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="tables.html">Tables</a></li>
                    <li><a href="tables_dynamic.html">Table Dynamic</a></li>
                  </ul>
                </li>
                <li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="chartjs.html">Chart JS</a></li>
                    <li><a href="chartjs2.html">Chart JS2</a></li>
                    <li><a href="morisjs.html">Moris JS</a></li>
                    <li><a href="echarts.html">ECharts </a></li>
                    <li><a href="other_charts.html">Other Charts </a></li>
                  </ul>
                </li>
              </ul>
            </div>
            <div class="menu_section">
              <h3>Live On</h3>
              <ul class="nav side-menu">
                <li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="e_commerce.html">E-commerce</a>
                    </li>
                    <li><a href="projects.html">Projects</a>
                    </li>
                    <li><a href="project_detail.html">Project Detail</a>
                    </li>
                    <li><a href="contacts.html">Contacts</a>
                    </li>
                    <li><a href="profile.html">Profile</a>
                    </li>
                  </ul>
                </li>
                <li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                    <li><a href="page_404.html">404 Error</a>
                    </li>
                    <li><a href="page_500.html">500 Error</a>
                    </li>
                    <li><a href="plain_page.html">Plain Page</a>
                    </li>
                    <li><a href="login.html">Login Page</a>
                    </li>
                    <li><a href="pricing_tables.html">Pricing Tables</a>
                    </li>
                  </ul>
                </li>
C
christianesperar 已提交
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
                <li><a><i class="fa fa-sitemap"></i> Multilevel Menu <span class="fa fa-chevron-down"></span></a>
                  <ul class="nav child_menu" style="display: none">
                      <li><a href="#level1_1">Level One</a>
                      <li><a>Level One<span class="fa fa-chevron-down"></span></a>
                        <ul class="nav child_menu" style="display: none">
                          <li class="sub_menu"><a href="level2.html">Level Two</a>
                          </li>
                          <li><a href="#level2_1">Level Two</a>
                          </li>
                          <li><a href="#level2_2">Level Two</a>
                          </li>
                        </ul>
                      </li>
                      <li><a href="#level1_2">Level One</a>
                      </li>
                  </ul>
                </li>
                <li><a href="javascript:void(0)"><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a>
A
Aigars Silkalns 已提交
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
                </li>
              </ul>
            </div>

          </div>
          <!-- /sidebar menu -->

          <!-- /menu footer buttons -->
          <div class="sidebar-footer hidden-small">
            <a data-toggle="tooltip" data-placement="top" title="Settings">
              <span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
            </a>
            <a data-toggle="tooltip" data-placement="top" title="FullScreen">
              <span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
            </a>
            <a data-toggle="tooltip" data-placement="top" title="Lock">
              <span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
            </a>
            <a data-toggle="tooltip" data-placement="top" title="Logout">
              <span class="glyphicon glyphicon-off" aria-hidden="true"></span>
            </a>
          </div>
          <!-- /menu footer buttons -->
        </div>
      </div>

      <!-- top navigation -->
      <div class="top_nav">

        <div class="nav_menu">
          <nav class="" role="navigation">
            <div class="nav toggle">
              <a id="menu_toggle"><i class="fa fa-bars"></i></a>
            </div>
A
Anthony Mutisya 已提交
226

A
Aigars Silkalns 已提交
227 228 229 230 231 232
            <ul class="nav navbar-nav navbar-right">
              <li class="">
                <a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
                  <img src="images/img.jpg" alt="">John Doe
                  <span class=" fa fa-angle-down"></span>
                </a>
C
christianesperar 已提交
233
                <ul class="dropdown-menu dropdown-usermenu pull-right">
A
Aigars Silkalns 已提交
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
                  <li><a href="javascript:;">  Profile</a>
                  </li>
                  <li>
                    <a href="javascript:;">
                      <span class="badge bg-red pull-right">50%</span>
                      <span>Settings</span>
                    </a>
                  </li>
                  <li>
                    <a href="javascript:;">Help</a>
                  </li>
                  <li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a>
                  </li>
                </ul>
              </li>

              <li role="presentation" class="dropdown">
                <a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
                  <i class="fa fa-envelope-o"></i>
                  <span class="badge bg-green">6</span>
                </a>
C
christianesperar 已提交
255
                <ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
A
Aigars Silkalns 已提交
256 257 258
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
259 260
                                                    <img src="images/img.jpg" alt="Profile Image" />
                                                </span>
A
Aigars Silkalns 已提交
261
                      <span>
A
Anthony Mutisya 已提交
262
                                                    <span>John Smith</span>
A
Aigars Silkalns 已提交
263 264 265
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
A
Aigars Silkalns 已提交
266
                                                    Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
267
                                                </span>
A
Aigars Silkalns 已提交
268 269 270 271 272
                    </a>
                  </li>
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
273 274
                                                    <img src="images/img.jpg" alt="Profile Image" />
                                                </span>
A
Aigars Silkalns 已提交
275
                      <span>
A
Anthony Mutisya 已提交
276
                                                    <span>John Smith</span>
A
Aigars Silkalns 已提交
277 278 279
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
A
Aigars Silkalns 已提交
280
                                                    Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
281
                                                </span>
A
Aigars Silkalns 已提交
282 283 284 285 286
                    </a>
                  </li>
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
287 288
                                                    <img src="images/img.jpg" alt="Profile Image" />
                                                </span>
A
Aigars Silkalns 已提交
289
                      <span>
A
Anthony Mutisya 已提交
290
                                                    <span>John Smith</span>
A
Aigars Silkalns 已提交
291 292 293
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
A
Aigars Silkalns 已提交
294
                                                    Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
295
                                                </span>
A
Aigars Silkalns 已提交
296 297 298 299 300
                    </a>
                  </li>
                  <li>
                    <a>
                      <span class="image">
A
Anthony Mutisya 已提交
301 302
                                                    <img src="images/img.jpg" alt="Profile Image" />
                                                </span>
A
Aigars Silkalns 已提交
303
                      <span>
A
Anthony Mutisya 已提交
304
                                                    <span>John Smith</span>
A
Aigars Silkalns 已提交
305 306 307
                      <span class="time">3 mins ago</span>
                      </span>
                      <span class="message">
A
Aigars Silkalns 已提交
308
                                                    Film festivals used to be do-or-die moments for movie makers. They were where...
A
Anthony Mutisya 已提交
309
                                                </span>
A
Aigars Silkalns 已提交
310 311 312 313 314 315 316 317
                    </a>
                  </li>
                  <li>
                    <div class="text-center">
                      <a>
                        <strong>See All Alerts</strong>
                        <i class="fa fa-angle-right"></i>
                      </a>
A
Anthony Mutisya 已提交
318
                    </div>
A
Aigars Silkalns 已提交
319 320 321
                  </li>
                </ul>
              </li>
A
Anthony Mutisya 已提交
322

A
Aigars Silkalns 已提交
323 324 325 326 327 328
            </ul>
          </nav>
        </div>

      </div>
      <!-- /top navigation -->
A
Anthony Mutisya 已提交
329

A
Aigars Silkalns 已提交
330 331 332
      <!-- page content -->
      <div class="right_col" role="main">
        <div class="">
A
Anthony Mutisya 已提交
333

A
Aigars Silkalns 已提交
334 335 336
          <div class="page-title">
            <div class="title_left">
              <h3>
C
christianesperar 已提交
337
                                    Calendar
A
Anthony Mutisya 已提交
338 339 340 341
                                    <small>
                                        Click to add/edit events
                                    </small>
                                </h3>
A
Aigars Silkalns 已提交
342
            </div>
A
Anthony Mutisya 已提交
343

A
Aigars Silkalns 已提交
344 345 346 347 348
            <div class="title_right">
              <div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
                <div class="input-group">
                  <input type="text" class="form-control" placeholder="Search for...">
                  <span class="input-group-btn">
A
Anthony Mutisya 已提交
349 350
                                            <button class="btn btn-default" type="button">Go!</button>
                                        </span>
A
Aigars Silkalns 已提交
351 352 353 354 355 356 357 358 359 360
                </div>
              </div>
            </div>
          </div>
          <div class="clearfix"></div>

          <div class="row">
            <div class="col-md-12">
              <div class="x_panel">
                <div class="x_title">
C
christianesperar 已提交
361
                  <h2>Calendar Events <small>Sessions</small></h2>
A
Aigars Silkalns 已提交
362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
                  <ul class="nav navbar-right panel_toolbox">
                    <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
                    </li>
                    <li class="dropdown">
                      <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
                      <ul class="dropdown-menu" role="menu">
                        <li><a href="#">Settings 1</a>
                        </li>
                        <li><a href="#">Settings 2</a>
                        </li>
                      </ul>
                    </li>
                    <li><a class="close-link"><i class="fa fa-close"></i></a>
                    </li>
                  </ul>
                  <div class="clearfix"></div>
                </div>
                <div class="x_content">
A
Anthony Mutisya 已提交
380

A
Aigars Silkalns 已提交
381
                  <div id='calendar'></div>
A
Anthony Mutisya 已提交
382 383

                </div>
A
Aigars Silkalns 已提交
384 385 386 387 388
              </div>
            </div>
          </div>
        </div>
      </div>
C
christianesperar 已提交
389
      <!-- /page content -->
A
Anthony Mutisya 已提交
390

C
christianesperar 已提交
391 392 393 394 395 396 397 398 399 400
      <!-- footer content -->
      <footer>
        <div class="pull-right">
          Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
        </div>
        <div class="clearfix"></div>
      </footer>
      <!-- /footer content -->
    </div>
  </div>
A
Anthony Mutisya 已提交
401

C
christianesperar 已提交
402 403 404 405
  <!-- Start Calendar modal -->
  <div id="CalenderModalNew" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
      <div class="modal-content">
A
Anthony Mutisya 已提交
406

C
christianesperar 已提交
407 408 409 410 411 412 413 414 415 416 417 418
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
          <h4 class="modal-title" id="myModalLabel">New Calendar Entry</h4>
        </div>
        <div class="modal-body">
          <div id="testmodal" style="padding: 5px 20px;">
            <form id="antoform" class="form-horizontal calender" role="form">
              <div class="form-group">
                <label class="col-sm-3 control-label">Title</label>
                <div class="col-sm-9">
                  <input type="text" class="form-control" id="title" name="title">
                </div>
A
Aigars Silkalns 已提交
419
              </div>
C
christianesperar 已提交
420 421 422 423 424 425 426
              <div class="form-group">
                <label class="col-sm-3 control-label">Description</label>
                <div class="col-sm-9">
                  <textarea class="form-control" style="height:55px;" id="descr" name="descr"></textarea>
                </div>
              </div>
            </form>
A
Aigars Silkalns 已提交
427
          </div>
A
Anthony Mutisya 已提交
428
        </div>
C
christianesperar 已提交
429 430 431 432
        <div class="modal-footer">
          <button type="button" class="btn btn-default antoclose" data-dismiss="modal">Close</button>
          <button type="button" class="btn btn-primary antosubmit">Save changes</button>
        </div>
A
Aigars Silkalns 已提交
433
      </div>
C
christianesperar 已提交
434 435 436 437 438
    </div>
  </div>
  <div id="CalenderModalEdit" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
      <div class="modal-content">
A
Anthony Mutisya 已提交
439

C
christianesperar 已提交
440 441 442 443 444 445 446 447 448 449 450 451 452
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
          <h4 class="modal-title" id="myModalLabel2">Edit Calendar Entry</h4>
        </div>
        <div class="modal-body">

          <div id="testmodal2" style="padding: 5px 20px;">
            <form id="antoform2" class="form-horizontal calender" role="form">
              <div class="form-group">
                <label class="col-sm-3 control-label">Title</label>
                <div class="col-sm-9">
                  <input type="text" class="form-control" id="title2" name="title2">
                </div>
A
Aigars Silkalns 已提交
453
              </div>
C
christianesperar 已提交
454 455 456 457 458 459 460 461
              <div class="form-group">
                <label class="col-sm-3 control-label">Description</label>
                <div class="col-sm-9">
                  <textarea class="form-control" style="height:55px;" id="descr2" name="descr"></textarea>
                </div>
              </div>

            </form>
A
Aigars Silkalns 已提交
462
          </div>
A
Anthony Mutisya 已提交
463
        </div>
C
christianesperar 已提交
464 465 466 467
        <div class="modal-footer">
          <button type="button" class="btn btn-default antoclose2" data-dismiss="modal">Close</button>
          <button type="button" class="btn btn-primary antosubmit2">Save changes</button>
        </div>
A
Aigars Silkalns 已提交
468 469 470 471
      </div>
    </div>
  </div>

C
christianesperar 已提交
472 473 474 475 476
  <div id="fc_create" data-toggle="modal" data-target="#CalenderModalNew"></div>
  <div id="fc_edit" data-toggle="modal" data-target="#CalenderModalEdit"></div>

  <!-- End Calendar modal -->
      
A
Aigars Silkalns 已提交
477 478 479 480 481 482 483 484 485 486
  <div id="custom_notifications" class="custom-notifications dsp_none">
    <ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
    </ul>
    <div class="clearfix"></div>
    <div id="notif-group" class="tabbed_notifications"></div>
  </div>

  <script src="js/bootstrap.min.js"></script>

  <script src="js/nprogress.js"></script>
487
  
A
Aigars Silkalns 已提交
488 489
  <!-- bootstrap progress js -->
  <script src="js/progressbar/bootstrap-progressbar.min.js"></script>
490

A
Aigars Silkalns 已提交
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595
  <!-- icheck -->
  <script src="js/icheck/icheck.min.js"></script>

  <script src="js/custom.js"></script>

  <script src="js/moment/moment.min.js"></script>
  <script src="js/calendar/fullcalendar.min.js"></script>
  <!-- pace -->
  <script src="js/pace/pace.min.js"></script>
  <script>
    $(window).load(function() {

      var date = new Date();
      var d = date.getDate();
      var m = date.getMonth();
      var y = date.getFullYear();
      var started;
      var categoryClass;

      var calendar = $('#calendar').fullCalendar({
        header: {
          left: 'prev,next today',
          center: 'title',
          right: 'month,agendaWeek,agendaDay'
        },
        selectable: true,
        selectHelper: true,
        select: function(start, end, allDay) {
          $('#fc_create').click();

          started = start;
          ended = end

          $(".antosubmit").on("click", function() {
            var title = $("#title").val();
            if (end) {
              ended = end
            }
            categoryClass = $("#event_type").val();

            if (title) {
              calendar.fullCalendar('renderEvent', {
                  title: title,
                  start: started,
                  end: end,
                  allDay: allDay
                },
                true // make the event "stick"
              );
            }
            $('#title').val('');
            calendar.fullCalendar('unselect');

            $('.antoclose').click();

            return false;
          });
        },
        eventClick: function(calEvent, jsEvent, view) {
          //alert(calEvent.title, jsEvent, view);

          $('#fc_edit').click();
          $('#title2').val(calEvent.title);
          categoryClass = $("#event_type").val();

          $(".antosubmit2").on("click", function() {
            calEvent.title = $("#title2").val();

            calendar.fullCalendar('updateEvent', calEvent);
            $('.antoclose2').click();
          });
          calendar.fullCalendar('unselect');
        },
        editable: true,
        events: [{
          title: 'All Day Event',
          start: new Date(y, m, 1)
        }, {
          title: 'Long Event',
          start: new Date(y, m, d - 5),
          end: new Date(y, m, d - 2)
        }, {
          title: 'Meeting',
          start: new Date(y, m, d, 10, 30),
          allDay: false
        }, {
          title: 'Lunch',
          start: new Date(y, m, d + 14, 12, 0),
          end: new Date(y, m, d, 14, 0),
          allDay: false
        }, {
          title: 'Birthday Party',
          start: new Date(y, m, d + 1, 19, 0),
          end: new Date(y, m, d + 1, 22, 30),
          allDay: false
        }, {
          title: 'Click for Google',
          start: new Date(y, m, 28),
          end: new Date(y, m, 29),
          url: 'http://google.com/'
        }]
      });
    });
  </script>
</body>
A
Anthony Mutisya 已提交
596

A
Aigars Silkalns 已提交
597
</html>