Team:UCLondon/Templates/bottom-content

From 2012e.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
 
-
<script type="text/javascript" src="http://dl.dropbox.com/u/3703109/igeme/slides.min.jquery.js"></script>
 
-
  <script type="text/javascript">
 
-
        var nHeight = ($('.footer-box.left').height() > $('.footer-box.right').height()) ? $('.footer-box.left').height() : $('.footer-box.right').height();
 
-
        $('#footer-boxes').css('height', nHeight);
 
-
 
-
 
-
$(function(){
 
-
$('#slides').slides({
 
-
preload: true,
 
-
generateNextPrev: true
 
-
});
 
-
});
 
-
 
-
  </script>
 
  <style type="text/css">
  <style type="text/css">
Line 57: Line 42:
   </style>
   </style>
 +
 +
 +
<script type="text/javascript" src="http://dl.dropbox.com/u/3703109/igeme/slides.min.jquery.js"></script>
 +
  <script type="text/javascript">
 +
 +
$(function(){
 +
$('#slides').slides({
 +
preload: true,
 +
generateNextPrev: true
 +
});
 +
});
 +
 +
  </script>
 +
Line 97: Line 96:
   
   
 +
<script type="text/javascript">
 +
        var nHeight = ($('.footer-box.left').height() > $('.footer-box.right').height()) ? $('.footer-box.left').height() : $('.footer-box.right').height();
 +
        $('#footer-boxes').css('height', nHeight);
 +
</script>
   
   
</html>
</html>

Revision as of 19:43, 13 September 2012