Team:ETH Zurich/human/overview

From 2014.igem.org

(Difference between revisions)
Line 63: Line 63:
$(document).ready(function(){
$(document).ready(function(){
   
   
-
  $('#map').mapster({
+
$('#map').mapster({
-
    fillColor: 'FFFFFF',
+
     fillOpacity: 0.5,
     fillOpacity: 0.5,
-
     clickNavigate: false /*,  
+
     isSelectable: false,
-
     stroke: true,
+
     mapKey: 'name',
-
     strokeColor: 'c2d8f1',
+
     areas: [
-
    strokeOpacity: 0.9,
+
            {
-
    strokeWidth: 2,  
+
                key: "red",
-
    clickNavigate: true */
+
                fillColor: 'FF0000'
 +
            },
 +
 
 +
            {
 +
                key: "blue",
 +
                fillColor: '1ED9E1'
 +
            },
 +
 
 +
            {
 +
                key: "green",
 +
                fillColor: '00FF00'
 +
            },
 +
 
 +
            {
 +
                key: "silver",
 +
                fillColor: 'C0C0C0;'
 +
            }
 +
            ]
   });
   });
 +
Line 97: Line 114:
<br>
<br>
-
<html><center>
+
<html>
 +
<div id="container" style='width:50%'>
 +
<center>
<IMG SRC="https://static.igem.org/mediawiki/2014/d/d3/ETH_Zurich_Hpbuttons.png" usemap="#map" id="map">
<IMG SRC="https://static.igem.org/mediawiki/2014/d/d3/ETH_Zurich_Hpbuttons.png" usemap="#map" id="map">
<map id="map" name="map"><area shape="poly" alt="" title="" coords="235,38,152,175,320,175" href="https://2014.igem.org/Team:ETH_Zurich/human/interviews" id="blue" name="blue" target="" /><area shape="poly" id="red" name="red" alt="" title="" coords="125,224,43,359,207,358" href="https://2014.igem.org/Team:ETH_Zurich/human/essay" target="" /><area shape="poly" alt="" title="" coords="263,359,430,360,346,221" id="green" name="green" href="https://2014.igem.org/Team:ETH_Zurich/human/survey" target="" /><area shape="poly" alt="" title="" coords="0,347,22,362,223,36,249,36,445,366,471,354,263,3,207,3" href="https://2014.igem.org/Team:ETH_Zurich/human/outreach" target="" name="silver"/></map>
<map id="map" name="map"><area shape="poly" alt="" title="" coords="235,38,152,175,320,175" href="https://2014.igem.org/Team:ETH_Zurich/human/interviews" id="blue" name="blue" target="" /><area shape="poly" id="red" name="red" alt="" title="" coords="125,224,43,359,207,358" href="https://2014.igem.org/Team:ETH_Zurich/human/essay" target="" /><area shape="poly" alt="" title="" coords="263,359,430,360,346,221" id="green" name="green" href="https://2014.igem.org/Team:ETH_Zurich/human/survey" target="" /><area shape="poly" alt="" title="" coords="0,347,22,362,223,36,249,36,445,366,471,354,263,3,207,3" href="https://2014.igem.org/Team:ETH_Zurich/human/outreach" target="" name="silver"/></map>
</center>
</center>
 +
</div>
</html>
</html>

Revision as of 08:55, 8 October 2014

iGEM ETH Zurich 2014