File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 58
58
</div >
59
59
</div >
60
60
</div >
61
+ <!-- Alert Modal -->
62
+ <input type =" hidden" id =" alertmodel" data-toggle =" modal" data-target =" #alert-model" />
63
+ <div class =" modal fade" id =" alert-model" tabindex =" -1" role =" dialog" aria-labelledby =" alertModel" aria-hidden =" true" >
64
+ <div class =" modal-dialog modal-dialog-centered" role =" document" >
65
+ <div class =" modal-content" >
66
+ <div class =" modal-header" >
67
+ <h5 class =" modal-title" >Alert</h5 >
68
+ <button type =" button" class =" close" data-dismiss =" modal" aria-label =" Close" >
69
+ <span aria-hidden =" true" >× ; </span >
70
+ </button >
71
+ </div >
72
+ <p class =" p-3" id =" alertbody" ></p >
73
+ <div class =" modal-footer" >
74
+ <button type =" button" id =" alert-ok" class =" btn btn-secondary" data-dismiss =" modal" >Ok</button >
75
+ <button type =" button" class =" btn btn-secondary" data-dismiss =" modal" >Close</button >
76
+ </div >
77
+ </div >
78
+ </div >
79
+ </div >
61
80
@yield (' script' )
62
81
<script src =" /js/kchat.js" ></script >
63
82
@yield (' javascript' )
You can’t perform that action at this time.
0 commit comments