Team:Goettingen/Team/Gallery
From 2013.igem.org
(Difference between revisions)
(→ ) |
(→Panel discussion) |
||
Line 196: | Line 196: | ||
===Panel discussion=== | ===Panel discussion=== | ||
+ | <html> | ||
+ | <script> | ||
+ | alb[2] = []; // lab的相册 | ||
+ | for(j=0;j<=7;j++){ | ||
+ | alb[2][j] = []; //相册每张照片 | ||
+ | alb[2][j].txt = ''; | ||
+ | |||
+ | } | ||
+ | |||
+ | alb[2][0].src = 'https://static.igem.org/mediawiki/2013/d/d3/Goe-Nina_Survey.jpg'; | ||
+ | alb[2][0].thum = 'https://static.igem.org/mediawiki/2013/thumb/d/d3/Goe-Nina_Survey.jpg/120px-Goe-Nina_Survey.jpg'; | ||
+ | alb[2][0].txt = 'Nina filming the survey: great Camera Women is she!'; | ||
+ | |||
+ | alb[2][1].src = 'https://static.igem.org/mediawiki/2013/6/63/Goe-Survey.JPG'; | ||
+ | alb[2][1].thum = 'https://static.igem.org/mediawiki/2013/thumb/6/63/Goe-Survey.JPG/120px-Goe-Survey.JPG'; | ||
+ | alb[2][1].txt = 'Sam conducting the survey;' | ||
+ | |||
+ | alb[2][3].src="https://static.igem.org/mediawiki/2013/4/43/Goe-panelDiscussion-1.png"; | ||
+ | alb[2][3].thum="https://static.igem.org/mediawiki/2013/thumb/4/43/Goe-panelDiscussion-1.png/120px-Goe-panelDiscussion-1.png"; | ||
+ | alb[2][3].txt="Just before the Panel discussion."; | ||
+ | |||
+ | alb[2][4].src = 'https://static.igem.org/mediawiki/2013/4/4e/Goe-Panel_Discussion_2.JPG'; | ||
+ | alb[2][4].thum = 'https://static.igem.org/mediawiki/2013/thumb/4/4e/Goe-Panel_Discussion_2.JPG/120px-Goe-Panel_Discussion_2.JPG'; | ||
+ | alb[2][4].txt = 'Panel discussion ongoing'; | ||
+ | |||
+ | alb[2][5].thum="https://static.igem.org/mediawiki/2013/thumb/6/63/Goe-panelDiscussion-2.png/120px-Goe-panelDiscussion-2.png"; | ||
+ | alb[2][5].src="https://static.igem.org/mediawiki/2013/6/63/Goe-panelDiscussion-2.png"; | ||
+ | alb[2][5].txt="New team made after the panel discussion, with our T-shirts"; | ||
+ | |||
+ | alb[2][6].src = 'https://static.igem.org/mediawiki/2013/c/c0/Goe-Panel_Discussion_3.JPG'; | ||
+ | alb[2][6].thum = 'https://static.igem.org/mediawiki/2013/thumb/c/c0/Goe-Panel_Discussion_3.JPG/120px-Goe-Panel_Discussion_3.JPG'; | ||
+ | alb[2][6].txt = 'After Panel discussion, we had a great time together.'; | ||
+ | |||
+ | alb[2][7].src = 'https://static.igem.org/mediawiki/2013/4/4e/Goe-panel_Discussion_1.JPG'; | ||
+ | alb[2][7].thum = 'https://static.igem.org/mediawiki/2013/thumb/4/4e/Goe-panel_Discussion_1.JPG/120px-Goe-panel_Discussion_1.JPG'; | ||
+ | alb[2][7].txt = 'Get-together after the Panel discussion at Kartoffelhaus'; | ||
+ | |||
+ | for(j=0;j<=7;j++){ | ||
+ | document.write('<img src=" '+ alb[2][j].thum + '" onclick="showGarPic(alb[2]['+ j + '].src,alb[1]['+j+'].txt,2)" style="margin-right:15px;cursor:pointer;margin-top:30px;border: 5px #eee solid;vertical-align:top" />'); | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | </html> | ||
+ | |||
=== === | === === | ||
<html> | <html> |
Revision as of 18:55, 19 September 2013