equal
deleted
inserted
replaced
61 </div><!--/.nav-collapse --> |
61 </div><!--/.nav-collapse --> |
62 </div> |
62 </div> |
63 </div> |
63 </div> |
64 </header> |
64 </header> |
65 <div id="main"> |
65 <div id="main"> |
66 |
66 |
67 {% block body %}{% endblock %} |
67 {% block body %}{% endblock %} |
68 </div><!-- /main --> |
68 </div><!-- /main --> |
69 </div> <!-- /wrap --> |
69 </div> <!-- /wrap --> |
70 {% include "footer.html" %} |
70 {% include "footer.html" %} |
71 <!-- Bootstrap core JavaScript |
71 <!-- Bootstrap core JavaScript |
72 ================================================== --> |
72 ================================================== --> |
73 <!-- Placed at the end of the document so the pages load faster --> |
73 <!-- Placed at the end of the document so the pages load faster --> |
74 <script src="/static/js/jquery-1.10.2.min.js"></script> |
74 <script src="/static/js/jquery-1.10.2.min.js"></script> |
75 <script src="static/js/bootstrap.js"></script> |
75 <script src="static/js/bootstrap.js"></script> |
|
76 <script type="text/javascript"> |
|
77 $(document).ready(function() { |
|
78 $('#myCarousel').carousel({ |
|
79 interval: 5000 |
|
80 }) |
76 |
81 |
|
82 $('#myCarousel').on('slid.bs.carousel', function() { |
|
83 //alert("slid"); |
|
84 }); |
|
85 |
|
86 |
|
87 }); |
|
88 </script> |
77 |
89 |
78 </body> |
90 </body> |
79 </html> |
91 </html> |