Team:Washington/tools/created/new-software

From 2010.igem.org

(Difference between revisions)
(Code Testing Area)
 
(92 intermediate revisions not shown)
Line 1: Line 1:
-
__NOTOC__
+
#REDIRECT [[Team:Washington/Tools Created/New Software]]
-
{{Template:Team:Washington/Templates/Header}}
+
-
<html>
+
-
<script type="text/javascript">
+
-
$(function() {
+
-
  var mainimg = document.getElementById("mainimg");
+
-
  var default_src = mainimg.src;
+
-
  var restore_mainimg = function() {
+
-
    mainimg.src = default_src;
+
-
  };
+
-
  $(document.getElementById("area_target")).hover(function() {
+
-
    mainimg.src = "/wiki/images/1/1d/Main_graphic2_target.png";
+
-
  }, restore_mainimg);
+
-
  $(document.getElementById("area_secretion")).hover(function() {
+
-
    mainimg.src = "/wiki/images/2/23/Main_graphic2_secretion.png";
+
-
  }, restore_mainimg);
+
-
  $(document.getElementById("area_display")).hover(function() {
+
-
    mainimg.src = "/wiki/images/a/aa/Main_graphic2_display.png";
+
-
  }, restore_mainimg);
+
-
  $(document.getElementById("area_release")).hover(function() {
+
-
    mainimg.src = "/wiki/images/e/ed/Main_graphic2_release.png";
+
-
  }, restore_mainimg);
+
-
});
+
-
</script>
+
-
</html>
+
-
<!---------------------------------------PAGE CONTENT GOES BELOW THIS---------------------------------------->
+
-
 
+
-
==Code Testing Area==
+
-
 
+
-
Just ignore anything in here...
+
-
 
+
-
<html>
+
-
<img src="http://sbol.bhi.washington.edu/jeffwiki/images/thumb/6/6d/BBa_I746384.png/700px-BBa_I746384.png"
+
-
usemap="mapcode" />
+
-
<map name="mapcode"> <area shape="rect" coords="1,1,300,300"
+
-
href="http://google.com"/> </map>
+
-
</html>
+
-
<!---------------------------------------PAGE CONTENT GOES ABOVE THIS---------------------------------------->
+
-
 
+
-
<div style="text-align:center">
+
-
'''&larr; [[Team:Washington/Project/Tools|Overview of Tools]]'''
+
-
&nbsp; &nbsp; &nbsp;
+
-
'''[[Team:Washington/Project/Tools/Klavins|Tools for Directed Evolution]] &rarr;'''
+
-
</div>
+
-
 
+
-
{{Template:Team:Washington/Templates/Footer}}
+

Latest revision as of 06:48, 16 October 2010

  1. REDIRECT Team:Washington/Tools Created/New Software