Team:KAIST-Korea/Results/Gallery2

From 2011.igem.org

(Difference between revisions)
Line 41: Line 41:
// Script is free to use provided this copyright header is included.
// Script is free to use provided this copyright header is included.
// Slightly modified by Ji Han H, an undergraduate student at the Bio and Brain Engineering Department at KAIST.
// Slightly modified by Ji Han H, an undergraduate student at the Bio and Brain Engineering Department at KAIST.
-
function LoadGallery(pictureName, imageFile,titleCaption,captionText,contentCaption)
+
function LoadGallery(pictureName, imageFile,titleCaption,captionText)
{
{
   var picture = document.getElementById(pictureName);  
   var picture = document.getElementById(pictureName);  
Line 59: Line 59:
<!-- Background Image place holder -->
<!-- Background Image place holder -->
-
<div id ="kaistcontent"
+
<div
         style="
         style="
                 z-value:100;
                 z-value:100;
Line 68: Line 68:
                 <img border="1" src="" id="iGEM_Gallery" width="1000" height="500">
                 <img border="1" src="" id="iGEM_Gallery" width="1000" height="500">
</div>
</div>
 +
          <a href="#_self" onclick="LoadGallery('iGEM_Gallery','icon','http://upload.wikimedia.org/wikipedia/en/8/8f/Seal_of_KAIST.png',
-
          <a href="#_self" onclick="LoadGallery('iGEM_Gallery',
+
'iGEMGalleryCaption', 'KAIST Emblem')"><img border="0"  
-
 
+
-
'icon','http://upload.wikimedia.org/wikipedia/en/8/8f/Seal_of_KAIST.png',
+
-
 
+
-
'iGEMGalleryCaption', 'KAIST Emblem','contentCaption')"><img border="0"  
+
src="http://upload.wikimedia.org/wikipedia/en/8/8f/Seal_of_KAIST.png"  
src="http://upload.wikimedia.org/wikipedia/en/8/8f/Seal_of_KAIST.png"  

Revision as of 19:33, 11 August 2011