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