First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
50
www/admin/menu/_inc_css.jsp
Normal file
50
www/admin/menu/_inc_css.jsp
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<!-- _inc_css.jsp V.jsp V.jsp 05-10-2021 -->
|
||||
<!-- Bootstrap 3.4.1-->
|
||||
<link rel="stylesheet" href="../_V4/_lte/bootstrap-3.4.1/css/bootstrap.min.css">
|
||||
<!-- Font Awesome -->
|
||||
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> -->
|
||||
<link rel="stylesheet" href="../_V4/fontawesome/css/font-awesome.min.css">
|
||||
<!-- Ionicons -->
|
||||
<!-- <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> -->
|
||||
<link rel="stylesheet" href="../_V4/ionicons/css/ionicons.min.css">
|
||||
<!-- Daterange picker -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/daterangepicker/daterangepicker-bs3.css">
|
||||
<!-- Date Picker -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/datepicker-1.9.0/css/bootstrap-datepicker3.min.css">
|
||||
<!-- iCheck -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/iCheck/all.css">
|
||||
<!-- Bootstrap Color Picker -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/colorpicker/bootstrap-colorpicker.min.css">
|
||||
<!-- Bootstrap time Picker -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/timepicker/bootstrap-timepicker.min.css">
|
||||
<!-- Select2 -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/select2/select2.min.css">
|
||||
<!-- ajax loading css style -->
|
||||
<link rel="stylesheet" href="../_V4/_css/ajaxLoading.css">
|
||||
<!-- image loading css style -->
|
||||
<link rel="stylesheet" href="../_V4/_css/loadImg.css">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/dist/css/AdminLTE.min.css">
|
||||
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
||||
folder instead of downloading all of them to reduce the load. -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/dist/css/skins/_all-skins.min.css">
|
||||
<!-- Morris chart
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/morris/morris.css">-->
|
||||
<!-- jvectormap -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/jvectormap/jquery-jvectormap-1.2.2.css">
|
||||
<!-- bootstrap wysihtml5 - text editor -->
|
||||
<link rel="stylesheet" href="../_V4/_lte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css">
|
||||
<!-- sweet alert -->
|
||||
<link rel="stylesheet" type="text/css" href="../_V4/_lib/sweetalert/sweetalert.css">
|
||||
<!-- sweet alert2 -->
|
||||
<link rel="stylesheet" type="text/css" href="../_V4/_lib/sweetalert2/sweetalert2.css">
|
||||
<!-- summernote -->
|
||||
<link rel="stylesheet" type="text/css" href="../_V4/_lib/summernote/summernote.css">
|
||||
<!-- magnify -->
|
||||
<link rel="stylesheet" href="../_V4/_lib/bootstrapMagnify/magnify.css">
|
||||
<!-- toggle -->
|
||||
<link href="../_V4/_lib/bootstrap-toggle-master/css/bootstrap-toggle.min.css" rel="stylesheet" type="text/css">
|
||||
<style>
|
||||
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
|
||||
.toggle.ios .toggle-handle { border-radius: 20px; }
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue