Team:UT-Tokyo/Project/Results

From 2011.igem.org

(Difference between revisions)
m
m
Line 22: Line 22:
       var el = $("#shText");   
       var el = $("#shText");   
       var state = $("#shText").html();
       var state = $("#shText").html();
-
       state = (state == 'Hide' ? '<span id="shText">Show</span>' : '<span id="shText">Hide</span>');               
+
       state = (state == 'Hide assay 1' ? '<span id="shText">Show assay 1</span>' : '<span id="shText">Hide assay 1</span>');               
       el.replaceWith(state);  
       el.replaceWith(state);  
   });
   });
Line 30: Line 30:
-
==Assay 1==
+
==Assay 1 (TBD)==
<div id="top-panel">
<div id="top-panel">
Line 36: Line 36:
</div>
</div>
<html>
<html>
-
<div id="sub-panel"><a id="toggle"><span id="shText">Hide</span></a></div>
+
<div id="sub-panel"><a id="toggle"><span id="shText">Hide assay 1</span></a></div>
</html>
</html>
-
 
-
==Assay 2==
 
-
 
-
<div id="top-panel">
 
-
====TBD====
 
-
</div>
 
-
 
-
<html>
 
-
<div id="sub-panel"><a id="toggle"><span id="shText">Hide assay 2</span></a></div>
 
-
</html>
 
{{:Team:UT-Tokyo/Templates/EndContent}}
{{:Team:UT-Tokyo/Templates/EndContent}}

Revision as of 12:37, 24 September 2011


Assay 1 (TBD)

TBD