Changeset 10614 for main/waeup.cas/trunk
- Timestamp:
- 10 Sep 2013, 18:32:11 (11 years ago)
- Location:
- main/waeup.cas/trunk/waeup/cas/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/waeup/cas/templates/part_footer.tpl
r10609 r10614 1 1 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> 2 <script src=" http://code.jquery.com/jquery.js"></script>2 <script src="//code.jquery.com/jquery.js"></script> 3 3 <!-- Latest compiled and minified JavaScript --> 4 4 <script 5 src=" http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>5 src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> 6 6 -
main/waeup.cas/trunk/waeup/cas/templates/part_header.tpl
r10609 r10614 5 5 <link 6 6 rel="stylesheet" 7 href=" http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">7 href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> 8 8 <!-- Optional theme --> 9 9 <link 10 10 rel="stylesheet" 11 href=" http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">11 href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css"> 12 12 13 13 <link rel="stylesheet" href="/style.css"> … … 15 15 and media queries --> 16 16 <!--[if lt IE 9]> 17 <script src=" http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>17 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> 18 18 <![endif]-->
Note: See TracChangeset for help on using the changeset viewer.