Blame view

src/pages/Dashboard/dashboard.vue 19.7 KB
a17c68a03   Neeraj Sharma   implement two rou...
1
  <template>
68d742034   Neeraj Sharma   implement new des...
2
    <v-app id="pages-dasboard">
01d009dde   Neeraj Sharma   fixed Show Notice...
3
      <!-- ****** VIEW PROFIL NOTICE BOARD ******  -->
68d742034   Neeraj Sharma   implement new des...
4
      <!-- <v-dialog v-model="dialogNotice" max-width="940px" scrollable>
01d009dde   Neeraj Sharma   fixed Show Notice...
5
6
7
8
9
10
11
12
13
14
15
16
        <v-card>
          <v-toolbar color="grey lighten-2" flat>
            <v-spacer></v-spacer>
            <v-toolbar-title>
              <h3>Notice Board</h3>
            </v-toolbar-title>
            <v-spacer></v-spacer>
            <v-icon @click="closeNotice">close</v-icon>
          </v-toolbar>
          <v-card-text>
            <v-layout>
              <v-flex align-center justify-center layout text-xs-center class="mt-2">
088d91b5f   Neeraj Sharma   fixed notice boar...
17
18
                <img src="/static/icon/user.png" width="70px" v-if="!notice.eventImageUrl" />
                <img :src="notice.eventImageUrl" width="280px" v-else-if="notice.eventImageUrl" />
01d009dde   Neeraj Sharma   fixed Show Notice...
19
20
21
22
23
24
25
26
27
28
29
30
              </v-flex>
            </v-layout>
            <v-container grid-list-md>
              <v-layout wrap>
                <v-flex>
                  <v-layout>
                    <v-flex xs5 sm6>
                      <h5 class="right my-1">
                        <b>Title:</b>
                      </h5>
                    </v-flex>
                    <v-flex sm6 xs8>
088d91b5f   Neeraj Sharma   fixed notice boar...
31
                      <h5 class="my-1">{{ notice.title }}</h5>
01d009dde   Neeraj Sharma   fixed Show Notice...
32
33
34
35
36
37
38
39
40
                    </v-flex>
                  </v-layout>
                  <v-layout>
                    <v-flex xs5 sm6>
                      <h5 class="right my-1">
                        <b>Description:</b>
                      </h5>
                    </v-flex>
                    <v-flex sm6 xs8>
088d91b5f   Neeraj Sharma   fixed notice boar...
41
                      <h5 class="my-1">{{ notice.description }}</h5>
01d009dde   Neeraj Sharma   fixed Show Notice...
42
43
44
45
46
47
48
                    </v-flex>
                  </v-layout>
                </v-flex>
              </v-layout>
            </v-container>
          </v-card-text>
        </v-card>
68d742034   Neeraj Sharma   implement new des...
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
122
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
      </v-dialog>-->
      <!-- <v-container fluid grid-list-xl> -->
      <v-layout wrap>
        <v-flex xs12>
          <v-layout wrap row>
            <!-- ***** Total Students ***** -->
            <v-flex xs12 sm12 md9>
              <v-container fluid grid-list-xl>
                <v-flex xs12 sm12 md12>
                  <v-layout wrap class>
                    <v-flex xs12 sm12 md3>
                      <router-link :to="{ name:'Students' }">
                        <v-card class="card pink-bgcolor">
                          <v-card-title primary-title class="title white--text py-3">Students</v-card-title>
                          <img
                            src="/static/icon/dashboard icons-09.png"
                            class="ml-2"
                            width="40"
                            alt="icons"
                          />
                          <v-card-title class="headline py-1 white--text">{{ students.length }}</v-card-title>
                        </v-card>
                      </router-link>
                    </v-flex>
                    <!-- ***** Total Teachers***** -->
                    <v-flex xs12 sm12 md3>
                      <router-link :to="{ name:'Teachers' }">
                        <v-card flat class="card elevation-2 firozi-bgcolor">
                          <v-card-title primary-title class="title white--text py-3">Teachers</v-card-title>
                          <img
                            src="/static/icon/dashboard icons-08.png"
                            class="ml-2"
                            width="40"
                            alt="icons"
                          />
  
                          <v-card-title class="headline py-1 white--text">{{ teachers.length }}</v-card-title>
                        </v-card>
                      </router-link>
                    </v-flex>
                    <!-- ***** Total Parents ***** -->
                    <v-flex xs12 sm12 md3>
                      <router-link :to="{ name:'Parents' }">
                        <v-card flat class="card yellow darken-3">
                          <v-card-title primary-title class="title white--text py-3">Parents</v-card-title>
                          <img
                            src="/static/icon/dashboard icons-07.png"
                            class="ml-3"
                            width="40px"
                            alt="icons"
                          />
                          <v-card-title class="headline py-1 white--text">{{ parents.length }}</v-card-title>
                        </v-card>
                      </router-link>
                    </v-flex>
                    <!-- ***** Total Class***** -->
                    <v-flex xs12 sm12 md3>
                      <router-link :to="{ name:'Class' }">
                        <v-card flat class="card darkBlue-bgcolor">
                          <v-card-title primary-title class="title white--text py-3">Class</v-card-title>
                          <img
                            src="/static/icon/dashboard icons-03.png"
                            width="40"
                            alt="icons"
                            class="ml-2"
                          />
                          <v-card-title class="headline py-1 white--text">{{ classes.length }}</v-card-title>
                        </v-card>
                      </router-link>
                    </v-flex>
                  </v-layout>
                </v-flex>
                <v-layout>
                  <v-flex xs12>
                    <v-card class="card mt-2 account-Card">
                      <h4>
                        <b>Account</b>
                      </h4>
                      <v-layout wrap>
                        <v-flex xs12 sm12 md3>
                          <v-list two-line>
                            <template>
                              <v-list-tile>
                                <v-list-tile-avatar>
                                  <v-icon class="account-circle darkBlue-color">panorama_fish_eye</v-icon>
                                </v-list-tile-avatar>
                                <v-list-tile-content>
                                  <v-list-tile-title class="mt-2">
                                    <p class="subheading font-color">Fees</p>
                                  </v-list-tile-title>
                                  <v-list-tile-title>Rs 1000</v-list-tile-title>
                                </v-list-tile-content>
                              </v-list-tile>
                              <v-list-tile>
                                <v-list-tile-avatar>
                                  <v-icon class="account-circle yellowDark-color">panorama_fish_eye</v-icon>
                                </v-list-tile-avatar>
                                <v-list-tile-content>
                                  <v-list-tile-title class="mt-2">
                                    <p class="subheading font-color">Collection</p>
                                  </v-list-tile-title>
                                  <v-list-tile-title>Rs 2000</v-list-tile-title>
                                </v-list-tile-content>
                              </v-list-tile>
                              <v-list-tile>
                                <v-list-tile-avatar>
                                  <v-icon class="account-circle pink-color">panorama_fish_eye</v-icon>
                                </v-list-tile-avatar>
                                <v-list-tile-content>
                                  <v-list-tile-title class="mt-2">
                                    <p class="subheading font-color">Expences</p>
                                  </v-list-tile-title>
                                  <v-list-tile-title>Rs 3000</v-list-tile-title>
                                </v-list-tile-content>
                              </v-list-tile>
                            </template>
                          </v-list>
                        </v-flex>
                        <v-flex xs12 sm12 md9>
                          <div id="chart">
                            <apexchart
                              type="bar"
                              height="250"
                              :options="chartOptions"
                              :series="series"
                            ></apexchart>
                          </div>
                        </v-flex>
                      </v-layout>
                    </v-card>
                  </v-flex>
                </v-layout>
                <v-card class="mt-2 card">
                  <!-- <full-calendar
                    ref="calendar"
                    defaultView="month"
                    droppable="false"
                    :events="events"
                    :config="config"
                  ></full-calendar>-->
                  <h4 class="pa-3">
                    <b>Notice</b>
                  </h4>
01d009dde   Neeraj Sharma   fixed Show Notice...
192

68d742034   Neeraj Sharma   implement new des...
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
                  <v-data-table
                    :items="noticeData"
                    class="elevation-0"
                    flat
                    hide-actions
                    hide-headers
                    style="border-spacing: 0 !important;"
                  >
                    <template
                      slot="items"
                      slot-scope="props"
                      v-if="props.index < 5"
                      style="border-spacing: 0 !important;"
                    >
                      <tr class="td-notice">
                        <td class="grey--text" style="width:18px">{{ props.index + 1}}</td>
                        <td>
                          <span class="grey--text caption">{{ date(props.item.created) }}</span>
                          <br />
                          <span class="body-2">{{ props.item.title}}</span>
                        </td>
                        <td class="noticeDecritpion grey--text mt-2">{{ props.item.description}}</td>
  
                        <td class="text-xs-center">
                          <span>
                            <v-tooltip top>
                              <img
                                slot="activator"
                                style="cursor:pointer; width:25px; height:25px; "
                                @click="profile"
                                src="/static/icon/dashboard icons-47.png"
                              />
                              <span>View</span>
                            </v-tooltip>
                          </span>
                        </td>
                      </tr>
                    </template>
                  </v-data-table>
                </v-card>
              </v-container>
            </v-flex>
            <v-flex xs12 sm12 md3>
              <v-card height="100%" class="elevation-0 mt-3 profileDasboard">
                <v-card-text>
                  <h4 class="text-xs-center py-3">
                    <b>Profile</b>
                  </h4>
                  <v-flex xs12 class="py-3">
                    <v-layout wrap class="text-center">
                      <v-flex xs12 sm12 md4>
                        <img src="/static/icon/user.png" v-if="!userData.schoolLogoUrl" width="80" />
01d009dde   Neeraj Sharma   fixed Show Notice...
245
                        <img
68d742034   Neeraj Sharma   implement new des...
246
247
248
                          :src="userData.schoolLogoUrl"
                          v-else-if="userData.schoolLogoUrl"
                          width="80"
01d009dde   Neeraj Sharma   fixed Show Notice...
249
                        />
68d742034   Neeraj Sharma   implement new des...
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
                      </v-flex>
                      <v-flex xs12 sm12 md6>
                        <p class="mb-0 body-1">
                          <i>{{ userData.name }}</i>
                        </p>
                        <p class="mb-0 caption grey--text">{{ userData.email }}</p>
                        <p class="mb-0 caption grey--text">{{ userData.mobile }}</p>
                        <address class="caption grey--text mb-3">{{ userData.address }}</address>
                      </v-flex>
                    </v-layout>
                  </v-flex>
                  <hr />
                  <h4 class="text-xs-center py-3">
                    <b>Calender</b>
                  </h4>
                  <vue-event-calendar :events="demoEvents"></vue-event-calendar>
                </v-card-text>
              </v-card>
            </v-flex>
          </v-layout>
        </v-flex>
      </v-layout>
a17c68a03   Neeraj Sharma   implement two rou...
272
273
274
      <v-dialog v-model="dialog" max-width="500">
        <v-card color="grey lighten-4" flat>
          <v-toolbar dark color="fixcolors">
a17c68a03   Neeraj Sharma   implement two rou...
275
276
277
278
279
280
281
282
283
            <v-spacer></v-spacer>
            <v-btn icon @click="dialog= false">
              <v-icon>close</v-icon>
            </v-btn>
          </v-toolbar>
          <v-flex class="py-4">
            <v-list-tile>
              <v-list-tile-action>
                <v-icon>edit</v-icon>
8bb178441   Neeraj Sharma   implemnt api in s...
284
285
              </v-list-tile-action>
              <v-list-tile-content>
a17c68a03   Neeraj Sharma   implement two rou...
286
                <v-list-tile-title>{{ selected.title }}</v-list-tile-title>
8bb178441   Neeraj Sharma   implemnt api in s...
287
288
              </v-list-tile-content>
            </v-list-tile>
a17c68a03   Neeraj Sharma   implement two rou...
289
290
291
292
293
294
            <v-list-tile>
              <v-list-tile-action>
                <v-icon>access_time</v-icon>
              </v-list-tile-action>
              <v-list-tile-content>
                <v-list-tile-title>{{ date(selected.start)}}</v-list-tile-title>
a17c68a03   Neeraj Sharma   implement two rou...
295
296
297
298
299
              </v-list-tile-content>
            </v-list-tile>
          </v-flex>
        </v-card>
      </v-dialog>
8bb178441   Neeraj Sharma   implemnt api in s...
300
301
302
303
304
305
306
307
      <div class="loader" v-if="showLoader">
        <v-progress-circular indeterminate color="white"></v-progress-circular>
      </div>
    </v-app>
  </template>
  
  <script>
  import http from "@/Services/http.js";
a17c68a03   Neeraj Sharma   implement two rou...
308
  import moment from "moment";
68d742034   Neeraj Sharma   implement new des...
309
  // import { FunctionalCalendar } from "vue-functional-calendar";
8bb178441   Neeraj Sharma   implemnt api in s...
310
311
  
  export default {
68d742034   Neeraj Sharma   implement new des...
312
313
314
    components: {
      // FunctionalCalendar
    },
a17c68a03   Neeraj Sharma   implement two rou...
315
316
    data() {
      return {
68d742034   Neeraj Sharma   implement new des...
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
        // data: {
        //   clieckedToday: false
        // },
        // markedDates: ["16/4/2019", "18/4/2019", "20/4/2019", "21/4/2019"],
        // calendarData: {},
        // calendar: {},
        demoEvents: [
          {
            date: "2020/01/10", // Required
            title: "Foo" // Required
          },
          {
            date: "2020/01/12",
            title: "Bar",
            desc: "description",
            customClass: "disabled highlight" // Custom classes to an calendar cell
          }
        ],
a17c68a03   Neeraj Sharma   implement two rou...
335
        showLoader: false,
68d742034   Neeraj Sharma   implement new des...
336
        calendarData: {},
a17c68a03   Neeraj Sharma   implement two rou...
337
        dialog: false,
01d009dde   Neeraj Sharma   fixed Show Notice...
338
        dialogNotice: false,
b28a5f17d   Neeraj Sharma   fixed events and ...
339
340
        HolidaysList: [],
        EventsList: [],
ceb43037a   Neeraj Sharma   fix bugs
341
        events: [],
a17c68a03   Neeraj Sharma   implement two rou...
342
343
344
345
        config: {
          eventClick: event => {
            this.selected = event;
            this.dialog = true;
8bb178441   Neeraj Sharma   implemnt api in s...
346
347
          }
        },
6c05a9f84   Neeraj Sharma   add functionalit ...
348
        selected: {},
68d742034   Neeraj Sharma   implement new des...
349
        // notice: {},
01d009dde   Neeraj Sharma   fixed Show Notice...
350
        userData: {},
68d742034   Neeraj Sharma   implement new des...
351
352
353
        dated: new Date(2018, 0, 9),
        userList: [],
        sectionList: [],
6c05a9f84   Neeraj Sharma   add functionalit ...
354
355
356
        students: "",
        parents: "",
        teachers: "",
01d009dde   Neeraj Sharma   fixed Show Notice...
357
        classes: "",
68d742034   Neeraj Sharma   implement new des...
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
        noticeData: [],
        attrs: [
          {
            key: "today",
            highlight: true,
            dates: new Date()
          }
        ],
        drawer: true,
        items: [
          { title: "Home", icon: "dashboard" },
          { title: "About", icon: "question_answer" }
        ],
        right: null,
  
        series: [
          {
            name: "Total",
            data: [66, 44, 33]
          }
        ],
        chartOptions: {
          chart: {
            type: "bar",
            height: 150,
            animations: {
              enabled: true,
              easing: "easeinout",
              speed: 1200,
              animateGradually: {
                enabled: true,
                delay: 450
              },
              dynamicAnimation: {
                enabled: true,
                speed: 450
              }
            }
          },
          plotOptions: {
            bar: {
              horizontal: false,
              columnWidth: "25%",
              // endingShape: "rounded",
              distributed: true
            }
          },
          legend: {
            show: false
          },
          colors: ["#7852cc", "#f9a825", "#ff8a89"],
          dataLabels: {
            enabled: false
          },
          stroke: {
            show: true,
            width: 2,
            colors: ["transparent"]
          },
          xaxis: {
            categories: ["Fee", "Collections", "Expences"]
          },
          yaxis: {
            title: {
              text: ""
            }
          },
          fill: {
            opacity: 1
          },
          tooltip: {
            y: {
              formatter: function(val, opts) {
                // console.log("opts",opts.w.config.xaxis.categories)
                return "" + val + " ";
              }
            }
          }
        }
a17c68a03   Neeraj Sharma   implement two rou...
437
438
      };
    },
6c05a9f84   Neeraj Sharma   add functionalit ...
439
440
    mounted() {
      this.token = this.$store.state.token;
68d742034   Neeraj Sharma   implement new des...
441
      // this.getData();
6c05a9f84   Neeraj Sharma   add functionalit ...
442
443
444
445
      this.getStudents();
      this.getTeachers();
      this.getParents();
      this.getClasses();
01d009dde   Neeraj Sharma   fixed Show Notice...
446
447
      this.getNoticeData();
      this.getUserData();
68d742034   Neeraj Sharma   implement new des...
448
      // this.getUsersList();
6c05a9f84   Neeraj Sharma   add functionalit ...
449
    },
8bb178441   Neeraj Sharma   implemnt api in s...
450
    methods: {
01d009dde   Neeraj Sharma   fixed Show Notice...
451
452
453
      closeNotice() {
        this.dialogNotice = false;
      },
68d742034   Neeraj Sharma   implement new des...
454
      profile() {
01d009dde   Neeraj Sharma   fixed Show Notice...
455
        // this.editedIndex = this.desserts.indexOf(item);
68d742034   Neeraj Sharma   implement new des...
456
457
458
        // this.notice = Object.assign({}, item);
        // this.dialogNotice = true;
        this.$router.push({ name: "NoticeBoard" });
01d009dde   Neeraj Sharma   fixed Show Notice...
459
      },
a17c68a03   Neeraj Sharma   implement two rou...
460
      date: function(date) {
68d742034   Neeraj Sharma   implement new des...
461
        return moment(date).format("MMMM DD, YYYY  HH:mm");
8bb178441   Neeraj Sharma   implemnt api in s...
462
      },
a17c68a03   Neeraj Sharma   implement two rou...
463
464
465
466
467
468
469
470
471
      refreshEvents() {
        this.$refs.calendar.$emit("refetch-events");
      },
      removeEvent() {
        this.$refs.calendar.$emit("remove-event", this.selected);
        this.selected = {};
      },
      eventSelected(event) {
        this.selected = event;
db0c39244   Neeraj Sharma   implement event a...
472
        console.log("this.selected", this.selected);
a17c68a03   Neeraj Sharma   implement two rou...
473
      },
687e0b929   Neeraj Sharma   add user,attenden...
474
475
476
      // eventDropStart: function(event) {
      //   event.editable = false;
      // },
a17c68a03   Neeraj Sharma   implement two rou...
477
478
      eventCreated(...test) {
        console.log(test);
8bb178441   Neeraj Sharma   implemnt api in s...
479
      },
6c05a9f84   Neeraj Sharma   add functionalit ...
480
481
      getStudents() {
        http()
01d009dde   Neeraj Sharma   fixed Show Notice...
482
          .get("/getStudentsList")
6c05a9f84   Neeraj Sharma   add functionalit ...
483
484
485
486
          .then(response => {
            this.students = response.data.data;
            this.showLoader = false;
          })
00e4bc4e1   Neeraj Sharma   fixed auntentication
487
          .catch(error => {
6c05a9f84   Neeraj Sharma   add functionalit ...
488
489
490
491
492
493
494
495
496
497
498
            // console.log("err====>", err);
            this.showLoader = false;
            if (error.response.status === 401) {
              this.$router.replace({ path: "/" });
              this.$store.dispatch("setToken", null);
              this.$store.dispatch("Id", null);
            }
          });
      },
      getParents() {
        http()
01d009dde   Neeraj Sharma   fixed Show Notice...
499
          .get("/getParentsList")
6c05a9f84   Neeraj Sharma   add functionalit ...
500
501
502
503
          .then(response => {
            this.parents = response.data.data;
            this.showLoader = false;
          })
00e4bc4e1   Neeraj Sharma   fixed auntentication
504
          .catch(error => {
6c05a9f84   Neeraj Sharma   add functionalit ...
505
506
507
508
509
510
511
512
513
514
515
            // console.log("err====>", err);
            this.showLoader = false;
            if (error.response.status === 401) {
              this.$router.replace({ path: "/" });
              this.$store.dispatch("setToken", null);
              this.$store.dispatch("Id", null);
            }
          });
      },
      getTeachers() {
        http()
01d009dde   Neeraj Sharma   fixed Show Notice...
516
          .get("/getTeachersList")
6c05a9f84   Neeraj Sharma   add functionalit ...
517
518
519
520
          .then(response => {
            this.teachers = response.data.data;
            this.showLoader = false;
          })
00e4bc4e1   Neeraj Sharma   fixed auntentication
521
          .catch(error => {
6c05a9f84   Neeraj Sharma   add functionalit ...
522
523
524
525
526
527
528
529
530
531
532
            // console.log("err====>", err);
            this.showLoader = false;
            if (error.response.status === 401) {
              this.$router.replace({ path: "/" });
              this.$store.dispatch("setToken", null);
              this.$store.dispatch("Id", null);
            }
          });
      },
      getClasses() {
        http()
01d009dde   Neeraj Sharma   fixed Show Notice...
533
          .get("/getClassesList")
6c05a9f84   Neeraj Sharma   add functionalit ...
534
535
536
537
          .then(response => {
            this.classes = response.data.data;
            this.showLoader = false;
          })
00e4bc4e1   Neeraj Sharma   fixed auntentication
538
          .catch(error => {
6c05a9f84   Neeraj Sharma   add functionalit ...
539
540
541
542
543
            this.showLoader = false;
            if (error.response.status === 401) {
              this.$router.replace({ path: "/" });
              this.$store.dispatch("setToken", null);
              this.$store.dispatch("Id", null);
00e4bc4e1   Neeraj Sharma   fixed auntentication
544
              this.$store.dispatch("Role", null);
6c05a9f84   Neeraj Sharma   add functionalit ...
545
546
            }
          });
01d009dde   Neeraj Sharma   fixed Show Notice...
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
      },
      getNoticeData() {
        this.showLoader = true;
        http()
          .get("/getEventsList")
          .then(response => {
            this.noticeData = response.data.data;
            this.showLoader = false;
          })
          .catch(error => {
            this.showLoader = false;
            if (error.response.status === 401) {
              this.$router.replace({ path: "/" });
              this.$store.dispatch("setToken", null);
              this.$store.dispatch("Id", null);
            }
          });
      },
      getUserData() {
68d742034   Neeraj Sharma   implement new des...
566
        // this.showLoader = true;
01d009dde   Neeraj Sharma   fixed Show Notice...
567
568
569
570
571
572
573
574
575
576
577
578
579
580
        http()
          .get("/getParticularUserDetail")
          .then(response => {
            this.userData = response.data.data;
            this.showLoader = false;
          })
          .catch(error => {
            this.showLoader = false;
            if (error.response.status === 401) {
              this.$router.replace({ path: "/" });
              this.$store.dispatch("setToken", null);
              this.$store.dispatch("Id", null);
            }
          });
8bb178441   Neeraj Sharma   implemnt api in s...
581
      }
8bb178441   Neeraj Sharma   implemnt api in s...
582
583
584
    }
  };
  </script>
687e0b929   Neeraj Sharma   add user,attenden...
585

68d742034   Neeraj Sharma   implement new des...
586
  <style scoped>
a17c68a03   Neeraj Sharma   implement two rou...
587
  @import "fullcalendar/dist/fullcalendar.css";
a17c68a03   Neeraj Sharma   implement two rou...
588
  </style>