comparison templates/sat_website/base.html @ 29:b45621706d83

use Bootstrap carousels to display images and videos galeries: - one carousel for a 3x3 thumbnails grid - a second one in a modal window to view bigger pictures when a thumbnail is clicked
author souliane <souliane@mailoo.org>
date Wed, 21 Jan 2015 20:13:19 +0100
parents 30a1edf90fae
children 73c6333fd124
comparison
equal deleted inserted replaced
28:30a1edf90fae 29:b45621706d83
56 </nav> 56 </nav>
57 57
58 {% block content %}{% endblock %} 58 {% block content %}{% endblock %}
59 <script src="{% static "js/jquery.min.js" %}"></script> 59 <script src="{% static "js/jquery.min.js" %}"></script>
60 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script> 60 <script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
61 <script type="text/javascript"> 61 <script src="{% static "js/sat_website.js" %}"></script>
62 $(document).ready(function() {
63 $('#language_select').change(function() {
64 $('#language_form').submit();
65 });
66 });
67 </script>
68 </body> 62 </body>
69 </html> 63 </html>