-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathadmin.footer.php
More file actions
22 lines (20 loc) · 926 Bytes
/
admin.footer.php
File metadata and controls
22 lines (20 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</div><!-- /.col-md-9 -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<hr/>
<p class="text-muted">Internetowe Bazy Danych <?=ROK_AKADEMICKI ?></p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/funkcje.js"></script>
<div id="ajaxLoading">Trwa ładowanie, <br/>proszę czekać...</div>
</body>
</html>