mirror of https://github.com/ColorlibHQ/AdminLTE
				
				
				
			A few HTML validation fixes (#2745)
							parent
							
								
									ef0fbe1b50
								
							
						
					
					
						commit
						f1f0ff9776
					
				
							
								
								
									
										15
									
								
								index3.html
								
								
								
								
							
							
						
						
									
										15
									
								
								index3.html
								
								
								
								
							| 
						 | 
				
			
			@ -17,14 +17,13 @@
 | 
			
		|||
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
 | 
			
		||||
</head>
 | 
			
		||||
<!--
 | 
			
		||||
BODY TAG OPTIONS:
 | 
			
		||||
=================
 | 
			
		||||
Apply one or more of the following classes to to the body tag
 | 
			
		||||
to get the desired effect
 | 
			
		||||
|---------------------------------------------------------|
 | 
			
		||||
|LAYOUT OPTIONS | sidebar-collapse                        |
 | 
			
		||||
|               | sidebar-mini                            |
 | 
			
		||||
|---------------------------------------------------------|
 | 
			
		||||
`body` tag options:
 | 
			
		||||
 | 
			
		||||
  Apply one or more of the following classes to to the body tag
 | 
			
		||||
  to get the desired effect
 | 
			
		||||
 | 
			
		||||
  * sidebar-collapse
 | 
			
		||||
  * sidebar-mini
 | 
			
		||||
-->
 | 
			
		||||
<body class="hold-transition sidebar-mini">
 | 
			
		||||
<div class="wrapper">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1186,7 +1186,7 @@
 | 
			
		|||
<!-- AdminLTE for demo purposes -->
 | 
			
		||||
<script src="../../dist/js/demo.js"></script>
 | 
			
		||||
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
<script>
 | 
			
		||||
  $(function() {
 | 
			
		||||
    const Toast = Swal.mixin({
 | 
			
		||||
      toast: true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -748,7 +748,7 @@
 | 
			
		|||
              <h4>Available Colors</h4>
 | 
			
		||||
              <div class="btn-group btn-group-toggle" data-toggle="buttons">
 | 
			
		||||
                <label class="btn btn-default text-center active">
 | 
			
		||||
                  <input type="radio" name="color_option" id="color_option1" autocomplete="off" checked="">
 | 
			
		||||
                  <input type="radio" name="color_option" id="color_option1" autocomplete="off" checked>
 | 
			
		||||
                  Green
 | 
			
		||||
                  <br>
 | 
			
		||||
                  <i class="fas fa-circle fa-2x text-green"></i>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -163,7 +163,7 @@
 | 
			
		|||
</div>
 | 
			
		||||
<!-- ./wrapper -->
 | 
			
		||||
 | 
			
		||||
<script type="text/javascript"> 
 | 
			
		||||
<script> 
 | 
			
		||||
  window.addEventListener("load", window.print());
 | 
			
		||||
</script>
 | 
			
		||||
</body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -750,7 +750,7 @@
 | 
			
		|||
                        <label class="custom-file-label" for="exampleInputFile">Choose file</label>
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="input-group-append">
 | 
			
		||||
                        <span class="input-group-text" id="">Upload</span>
 | 
			
		||||
                        <span class="input-group-text">Upload</span>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                  </div>
 | 
			
		||||
| 
						 | 
				
			
			@ -1313,7 +1313,7 @@
 | 
			
		|||
<script src="../../dist/js/adminlte.min.js"></script>
 | 
			
		||||
<!-- AdminLTE for demo purposes -->
 | 
			
		||||
<script src="../../dist/js/demo.js"></script>
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
<script>
 | 
			
		||||
$(document).ready(function () {
 | 
			
		||||
  bsCustomFileInput.init();
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -797,7 +797,7 @@
 | 
			
		|||
<script src="../../dist/js/adminlte.min.js"></script>
 | 
			
		||||
<!-- AdminLTE for demo purposes -->
 | 
			
		||||
<script src="../../dist/js/demo.js"></script>
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
<script>
 | 
			
		||||
$(document).ready(function () {
 | 
			
		||||
  $.validator.setDefaults({
 | 
			
		||||
    submitHandler: function () {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue