<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Expires" content="0">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-control" content="no-cache">
    <meta http-equiv="Cache" content="no-cache">
    <title data-i18n="common.Calendar">行事曆</title>
    <link href="/Content/googleapis.css" rel="stylesheet" type='text/css' />
    <link href="/Scripts/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/plugins/fullcalendar/lib/cupertino/jquery-ui.min.css" rel="stylesheet" />
    <link href="/Scripts/plugins/fullcalendar/fullcalendar.css" rel="stylesheet" type="text/css" />
    <link href='/Scripts/plugins/fullcalendar/fullcalendar.print.min.css' rel='stylesheet' media='print' />
    <link href="/Scripts/plugins/scheduler/scheduler.min.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/plugins/uniform/css/uniform.default.min.css" rel="stylesheet" />
    <link href="/Scripts/plugins/toastr/toastr.min.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/plugins/fontawesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/plugins/line-icons/simple-line-icons.css" rel="stylesheet" />
    <link href="/Scripts/3rd/jGrid/jsgrid.min.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/3rd/jGrid/jsgrid-theme.min.css" rel="stylesheet" type="text/css" />
    <link href="/Scripts/3rd/jBox/jBox.css" rel="stylesheet" type="text/css" />
    <link href="/Content/modern.min.css" rel="stylesheet" type="text/css" />
    <link href="/Content/custom.min.css" rel="stylesheet" type="text/css" />
    <link href="/Content/themes/red.css" rel="stylesheet" type="text/css" />
    <link href="/Content/style2.0.css" rel="stylesheet" type="text/css" />
    <style>
        .panel-body {
            padding: 10px 40px 50px 40px;
        }
        
        .calendar-event {
            transition: all .2s;
            border-right: 1px solid #ccc;
            box-sizing: border-box;
        }
        
        .calendar-event:hover {
            box-shadow: 0px 4px 20px rgba(0, 0, 0, .3);
            border-radius: 5px;
            transform: scale(1.05);
            -webkit-transform: scale(1.02);
            border: 1px red solid !important;
            background: #fff;
        }
        
        .selected {
            background: #ff6a00 !important;
            color: #000000 !important;
            border-color: #ff6a00 !important;
        }
        
        input[type="checkbox"] {
            display: inline-block;
            width: 20px;
            height: 20px;
            vertical-align: text-bottom;
            cursor: pointer;
            margin-top: 5px;
        }
        
        .openment-text {
            font-size: 18px;
        }
    </style>
</head>

<body>
    <div class="page-inner">
        <div class="page-title">
        </div>
        <div id="Toolbar">
        </div>
        <div id="main-wrapper">
            <div class="row">
                <div class="col-md-12">
                    <div class="panel-info">
                        <div class="panel-body">
                            <div id="calendar"></div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Row -->
        </div>
    </div>
</body>

</html>
<script src="/Scripts/loadjs.min.js"></script>
<script src="/Scripts/JSLoader.js?v=20180801"></script>
<script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
<script src="/Scripts/plugins/fullcalendar/lib/moment.min.js"></script>
<script src="/Scripts/plugins/fullcalendar/fullcalendar.js"></script>
<script src="/Scripts/plugins/fullcalendar/locale-all.js"></script>
<script src="/Scripts/plugins/scheduler/scheduler.js"></script>
<script src="/Scripts/3rd/layer/layui/layui.all.min.js"></script>
<script src="/Scripts/lib/OutlookUtil.min.js?v=20180801"></script>
<script src="/Scripts/Calendar.js?v=20180801"></script>