index added changes
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
||||
<!--link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"-->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
|
||||
@@ -18,17 +18,17 @@
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="container-fluid">
|
||||
{% include 'sidebar.html' %}
|
||||
<h1>{% block titlePage %}{% endblock titlePage %}</h1>
|
||||
<h1>{% block titlePage %}{% endblock titlePage %}</h1>
|
||||
{% include 'partials/messages.html' %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
{% include 'paginator.html' %}
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
{% include 'paginator.html' %}
|
||||
</div>
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
@@ -41,7 +41,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.6/dist/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
||||
<script>
|
||||
|
||||
|
||||
|
||||
window.addEventListener('load', (event) => {
|
||||
setTimeout(()=>{
|
||||
@@ -53,11 +53,11 @@
|
||||
$(ale).alert('dispose')
|
||||
}
|
||||
},5000)
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
{% block scripts %}
|
||||
|
||||
|
||||
{% endblock scripts %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user