Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <!-- bootstrap 3.0.2 -->
  2. <link href="<?php echo base_url()?>bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  3. <link href="<?php echo base_url()?>bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
  4. <!-- Font Awesome -->
  5. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
  6. <!-- Ionicons -->
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
  8. <!-- jvectormap -->
  9. <link rel="stylesheet" href="<?php echo base_url()?>plugins/jvectormap/jquery-jvectormap-1.2.2.css">
  10. <!-- daterange picker -->
  11. <link rel="stylesheet" href="<?php echo base_url()?>plugins/daterangepicker/daterangepicker.css">
  12. <!-- bootstrap datepicker -->
  13. <link rel="stylesheet" href="<?php echo base_url()?>plugins/datepicker/datepicker3.css">
  14.  
  15. <link href="<?php echo base_url()?>asset/css/bootstrap-imageupload.css" rel="stylesheet">
  16. <!-- bootstrap datetimepicker -->
  17. <link rel="stylesheet" href="<?php echo base_url()?>plugins/datepicker/bootstrap-datetimepicker.min.css">
  18.  
  19. <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
  20.  
  21. <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
  22.  
  23.  
  24. <!-- Theme style -->
  25.  
  26. <link rel="stylesheet" href="<?php echo base_url()?>dist/css/AdminLTE.css" type="text/css">
  27. <link rel="stylesheet" href="<?php echo base_url()?>dist/css/AdminLTE.min.css">
  28. <link rel="stylesheet" href="<?php echo base_url()?>dist/css/skins/_all-skins.min.css">
  29.  
  30. <!-- Datatables style -->
  31. <link href="<?php echo base_url()?>public/css/datatables/dataTables.bootstrap.css" rel="stylesheet" type="text/css" />
  32. <link href="https://cdn.datatables.net/responsive/1.0.3/css/dataTables.responsive.css" rel="stylesheet" type="text/css" />
  33. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo base_url()?>public/css/jQueryUI/jquery-ui-1.10.3.custom.min.css" />
  34. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo base_url()?>plugins/datatables/buttons.dataTables.min.css" />
  35. <link rel="stylesheet" type="text/css" media="screen" href="<?php echo base_url()?>plugins/datatables/fixedHeader.dataTables.min.css"/>
  36. <!-- jQuery 2.2.3 -->
  37. <script src="<?php echo base_url()?>plugins/jQuery/jquery-2.2.3.min.js"></script>
  38.  
  39. <!-- Bootstrap 3.3.6 -->
  40. <script src="<?php echo base_url()?>bootstrap/js/bootstrap.min.js"></script>
  41.  
  42. <!-- AdminLTE App -->
  43. <script src="<?php echo base_url()?>dist/js/app.js"></script>
  44.  
  45. <!-- Datatables -->
  46. <script src="<?php echo base_url()?>public/js/plugins/datatables/jquery.dataTables.js" type="text/javascript"></script>
  47. <script src="<?php echo base_url()?>public/js/plugins/datatables/dataTables.bootstrap.js" type="text/javascript"></script>
  48. <script src="<?php echo base_url()?>public/js/plugins/datatables/dataTables.reload.js" type="text/javascript"></script>
  49. <script src="https://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/3/dataTables.bootstrap.js" type="text/javascript"></script>
  50. <script src="<?php echo base_url()?>public/js/upj.js"></script>
  51. <link rel="stylesheet" href="<?php echo base_url()?>plugins/datatables/jquery.dataTables.yadcf.css">
  52. <script src="<?php echo base_url()?>dist/js/jquery.dataTables.yadcf.js"></script>
  53.  
  54. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  55. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  56. <!--[if lt IE 9]>
  57. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  58. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  59. <![endif]-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement