Biomod/2012/TU Dresden/Nanosaurs/Project/Gallery: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Biomod/2012/TU Dresden/Nanosaurs/Header}}
<html>
<html>
     <body>
     <body>
 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.montage.min.js"></script>
<script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.montage.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
Line 37: Line 35:
</script>
</script>
<div class="container">
<div class="container">
<div class="am-container" id="am-container">
<div class="am-container" id="am-container">
<a rel="lightbox[lns]" title="long night of science" href="images/longnightofscience_1.jpg"><img src="images/longnightofscience_1_s.jpg"></img></a>
<a rel="lightbox[location]" title="BIOTEC Dresden" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/BIOTEC.jpg""><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/BIOTEC_s.jpg"></img></a>
<a rel="lightbox[location]" title="CRTD Dresden" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/CRTD.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/CRTD_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_1.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_1_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_2.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_2_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_3.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_3_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_4.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_4_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_5.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_5_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_6.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_6_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_7.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_7_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_8.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_8_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_9.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_9_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_10.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_10_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_11.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_11_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_12.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_12_s.jpg"></img></a>
<a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_13.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_13_s.jpg"></img></a>
</div>
</div>
</div>
</div>
     </body>
     </body>
</html>
</html>

Revision as of 14:19, 26 October 2012

<html>

   <body>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript" src="http://biomod-dresden-2012.googlecode.com/svn/trunk/js/jquery.montage.min.js"></script> <script type="text/javascript"> $(function() { /* * just for this demo: */ var $container = $('#am-container'), $imgs = $container.find('img').hide(), totalImgs = $imgs.length, cnt = 0; $imgs.each(function(i) { var $img = $(this); $('<img/>').load(function() { ++cnt; if( cnt === totalImgs ) { $imgs.show(); $container.montage({ minsize : true, margin : 2, fillLastRow : true, alternateHeight : true, alternateHeightRange : { min : 90, max : 300 } }); } }).attr('src',$img.attr('src')); });

}); </script> <div class="container"> <div class="am-container" id="am-container"> <a rel="lightbox[location]" title="BIOTEC Dresden" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/BIOTEC.jpg""><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/BIOTEC_s.jpg"></img></a> <a rel="lightbox[location]" title="CRTD Dresden" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/CRTD.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/CRTD_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_1.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_1_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_2.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_2_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_3.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_3_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_4.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_4_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_5.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_5_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_6.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_6_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_7.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_7_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_8.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_8_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_9.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_9_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_10.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_10_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_11.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_11_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_12.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_12_s.jpg"></img></a> <a rel="lightbox[lns]" title="long night of science" href="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_13.jpg"><img src="http://biomod-dresden-2012.googlecode.com/svn/trunk/gallery/longnightofscience_13_s.jpg"></img></a> </div> </div>

   </body>

</html>