-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
30 lines (26 loc) · 966 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<footer class="footer">
<div class="container">
<div class="foot-margin">
<p><a>PERIYAR EVR CENTRAL LIBRARY . VIT University . All Rights Reserved. </a></p>
</div>
</div>
</footer>
<script type="text/javascript">
$(function() {
$('#da-thumbs > li').hoverdir();
});
</script>
<div id="logout" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-body">
<div class="alert alert-danger">Are you sure you want to Logout</div>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
<a href="logout.php" class="btn btn-danger">Yes</a>
</div>
</div>
<script type='text/javascript' src='scripts/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='scripts/jquery.hoverIntent.minified.js'></script>
<script type='text/javascript' src='scripts/diapo.js'></script>
</body>
</html>