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.

101 lines
4.1 KiB

2 years ago
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Expires" content="0">
  6. <meta http-equiv="Pragma" content="no-cache">
  7. <meta http-equiv="Cache-control" content="no-cache">
  8. <meta http-equiv="Cache" content="no-cache">
  9. <title data-i18n="common.Calendar">行事曆</title>
  10. <link href="/Content/googleapis.css" rel="stylesheet" type='text/css' />
  11. <link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  12. <link href="/Scripts/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css" />
  13. <link href="/Scripts/plugins/fullcalendar/lib/cupertino/jquery-ui.min.css" rel="stylesheet" />
  14. <link href="/Scripts/plugins/fullcalendar/fullcalendar.css" rel="stylesheet" type="text/css" />
  15. <link href='/Scripts/plugins/fullcalendar/fullcalendar.print.min.css' rel='stylesheet' media='print' />
  16. <link href="/Scripts/plugins/scheduler/scheduler.min.css" rel="stylesheet" type="text/css" />
  17. <link href="/Scripts/plugins/uniform/css/uniform.default.min.css" rel="stylesheet" />
  18. <link href="/Scripts/plugins/toastr/toastr.min.css" rel="stylesheet" type="text/css" />
  19. <link href="/Scripts/plugins/fontawesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
  20. <link href="/Scripts/plugins/line-icons/simple-line-icons.css" rel="stylesheet" />
  21. <link href="/Scripts/3rd/jGrid/jsgrid.min.css" rel="stylesheet" type="text/css" />
  22. <link href="/Scripts/3rd/jGrid/jsgrid-theme.min.css" rel="stylesheet" type="text/css" />
  23. <link href="/Scripts/3rd/jBox/jBox.css" rel="stylesheet" type="text/css" />
  24. <link href="/Content/modern.min.css" rel="stylesheet" type="text/css" />
  25. <link href="/Content/custom.min.css" rel="stylesheet" type="text/css" />
  26. <link href="/Content/themes/red.css" rel="stylesheet" type="text/css" />
  27. <link href="/Content/style2.0.css" rel="stylesheet" type="text/css" />
  28. <style>
  29. .panel-body {
  30. padding: 10px 40px 50px 40px;
  31. }
  32. .calendar-event {
  33. transition: all .2s;
  34. border-right: 1px solid #ccc;
  35. box-sizing: border-box;
  36. }
  37. .calendar-event:hover {
  38. box-shadow: 0px 4px 20px rgba(0, 0, 0, .3);
  39. border-radius: 5px;
  40. transform: scale(1.05);
  41. -webkit-transform: scale(1.02);
  42. border: 1px red solid !important;
  43. background: #fff;
  44. }
  45. .selected {
  46. background: #ff6a00 !important;
  47. color: #000000 !important;
  48. border-color: #ff6a00 !important;
  49. }
  50. input[type="checkbox"] {
  51. display: inline-block;
  52. width: 20px;
  53. height: 20px;
  54. vertical-align: text-bottom;
  55. cursor: pointer;
  56. margin-top: 5px;
  57. }
  58. .openment-text {
  59. font-size: 18px;
  60. }
  61. </style>
  62. </head>
  63. <body>
  64. <div class="page-inner">
  65. <div class="page-title">
  66. </div>
  67. <div id="Toolbar">
  68. </div>
  69. <div id="main-wrapper">
  70. <div class="row">
  71. <div class="col-md-12">
  72. <div class="panel-info">
  73. <div class="panel-body">
  74. <div id="calendar"></div>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. <!-- Row -->
  80. </div>
  81. </div>
  82. </body>
  83. </html>
  84. <script src="/Scripts/loadjs.min.js"></script>
  85. <script src="/Scripts/JSLoader.js?v=20180801"></script>
  86. <script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
  87. <script src="/Scripts/plugins/fullcalendar/lib/moment.min.js"></script>
  88. <script src="/Scripts/plugins/fullcalendar/fullcalendar.js"></script>
  89. <script src="/Scripts/plugins/fullcalendar/locale-all.js"></script>
  90. <script src="/Scripts/plugins/scheduler/scheduler.js"></script>
  91. <script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
  92. <script src="/Scripts/lib/OutlookUtil.min.js?v=20180801"></script>
  93. <script src="/Scripts/Calendar.js?v=20180801"></script>