Team:Lambert GA/WIPHomePage

From 2014hs.igem.org

(Difference between revisions)
Line 2: Line 2:
<b><i>Work in Progress of HomePage Development.</i></b>
<b><i>Work in Progress of HomePage Development.</i></b>
-
 
+
--------------------------------------------------------
-
 
+
<!-- Test1
<imagemap>
<imagemap>
Image:https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png|
Image:https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png|
Line 13: Line 13:
desc none
desc none
</imagemap>
</imagemap>
 +
-->
-
 
+
<html>
<head>
<head>
-
<script type="text/javascript"></script>
+
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.js"></script>
</head>
</head>
<body>
<body>
-
<form name="myform">
+
 
-
  <input type="text" name="stage" size="20" />
+
-
</form>
+
<!-- Create  Mappings -->
<!-- Create  Mappings -->
-
<img src="https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png" alt="HTML Map"  
+
<img src="https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png" alt="Image Map Test"  
-
         border="0" usemap="#tutorials"/>
+
         border="0" usemap="#myMap"/>
-
<map name="tutorials">
+
<map name="myMap">
-
   <area shape="poly"  
+
   <area shape="rect"  
-
             coords="74,0,113,29,98,72,52,72,38,27"
+
             coords="66,52,335,88"
-
             href="/perl/index.htm" alt="Perl Tutorial"
+
            href="https://2014hs.igem.org/Team:Lambert_GA/Project" alt="ProjectPage"
 +
            target="_self"
 +
 
 +
  <area shape="rect"
 +
            coords="68,133,342,167"
 +
             href="https://2014hs.igem.org/Team:Lambert_GA/Sponsors" alt="SponsorsPage"  
             target="_self"  
             target="_self"  
-
            onMouseOver="showTutorial('perl')"
 
-
            onMouseOut="showTutorial('')"/>
 
   <area shape="rect"  
   <area shape="rect"  
Line 41: Line 43:
             onMouseOut="showTutorial('')"/>
             onMouseOut="showTutorial('')"/>
-
  <area shape="circle"
 
-
            coords="73,168,32"
 
-
            href="/php/index.htm" alt="PHP Tutorial"
 
-
        target="_self"
 
-
            onMouseOver="showTutorial('php')"
 
-
            onMouseOut="showTutorial('')"/>
 
</map>
</map>
</body>
</body>
</html>
</html>

Revision as of 21:26, 29 May 2014

L ambert GA

Work in Progress of HomePage Development.


Image Map Test ProjectPage