Template:Template ZJU-China 2010
From 2010.igem.org
(Difference between revisions)
Fatestudio (Talk | contribs) |
Fatestudio (Talk | contribs) |
||
(18 intermediate revisions not shown) | |||
Line 117: | Line 117: | ||
} | } | ||
- | # | + | #headleft { |
float:left; | float:left; | ||
- | width: | + | width: 150px; |
height: 400px; | height: 400px; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
- | # | + | #headright { |
float:left; | float:left; | ||
- | |||
- | |||
height: 400px; | height: 400px; | ||
- | width: | + | width: 850px; |
- | + | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 438: | Line 435: | ||
} | } | ||
+ | slide = 1; | ||
- | + | function change(){ | |
+ | var lipan = Math.random(); //产生0-1之间的随机数 | ||
+ | lipan = lipan * 6; //用随机数乘以10 | ||
+ | lipan = Math.round(lipan); //取整 | ||
+ | var lipath = ""; | ||
+ | switch(lipan){ | ||
+ | case 0: lipath = "https://static.igem.org/mediawiki/2010/4/45/Zjuheader1.jpg";break; //图片位置 | ||
+ | case 1: lipath = "https://static.igem.org/mediawiki/2010/1/12/Zjuheader2.jpg";break; | ||
+ | case 2: lipath = "https://static.igem.org/mediawiki/2010/b/b7/Zjuheader3.jpg";break; | ||
+ | case 3: lipath = "https://static.igem.org/mediawiki/2010/0/0e/Zjuheader4.jpg";break; | ||
+ | case 4: lipath = "https://static.igem.org/mediawiki/2010/d/d1/Zjuheader5.jpg";break; | ||
+ | case 5: lipath = "https://static.igem.org/mediawiki/2010/c/cd/Zjuheader6.jpg";break; | ||
+ | case 6: lipath = "https://static.igem.org/mediawiki/2010/9/97/Zjuheader7.jpg";break; | ||
+ | } | ||
+ | document.getElementById("header").style.backgroundImage = "URL("+lipath+")"; //显示对应的图片 | ||
+ | } | ||
+ | setInterval("change()",15000); //每1秒钟掉用一次change() | ||
- | <script language="javascript"> | + | </script> |
+ | <script language="javascript">switchbackground() | ||
+ | |||
+ | </script> | ||
<div id="header"> | <div id="header"> | ||
- | <!--<a href="http://www.zju.edu.cn/english"> | + | <div id="headleft"> |
+ | <img src="https://static.igem.org/mediawiki/2010/b/bf/Zjunewlogo1.png" title="Zhejiang University, China"></img> | ||
+ | </div> | ||
+ | <div id="headright"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/3/3d/Shishikan2.png" onMouseOut="nereidFade(this,60,10,5)" onMouseOver="nereidFade(this,100,10,5)" style="FILTER: alpha(opacity=50)" title="Zhejiang University, China"></img> | ||
+ | </div> | ||
+ | <!-- | ||
+ | <img src="https://static.igem.org/mediawiki/2010/1/1b/Zjulogo2.png" title="Zhejiang University, China"></img> | ||
+ | <a href="http://www.zju.edu.cn/english"> | ||
<img src="https://static.igem.org/mediawiki/2010/b/b5/ZJUlogo.jpg" title="Zhejiang University, China"></img> | <img src="https://static.igem.org/mediawiki/2010/b/b5/ZJUlogo.jpg" title="Zhejiang University, China"></img> | ||
</a> | </a> | ||
Line 469: | Line 494: | ||
<li><a href="https://2010.igem.org/Team:ZJU-China/Modeling" title="Modeling">Modeling</a></li> | <li><a href="https://2010.igem.org/Team:ZJU-China/Modeling" title="Modeling">Modeling</a></li> | ||
<li><a href="https://2010.igem.org/Team:ZJU-China/Software" title="Software">Software</a></li> | <li><a href="https://2010.igem.org/Team:ZJU-China/Software" title="Software">Software</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:ZJU-China/ | + | <li><a href="https://2010.igem.org/Team:ZJU-China/Significance" title="Significance">Significance</a></li> |
<li><a href="https://2010.igem.org/Team:ZJU-China/Next Generation" title="Next Generation">Next Generation</a></li> | <li><a href="https://2010.igem.org/Team:ZJU-China/Next Generation" title="Next Generation">Next Generation</a></li> | ||
<!--<li><a href="https://2010.igem.org/Team:ZJU-China/Characterization of Biobrick" title="Characterization of Biobrick">Characterization of Biobrick</a></li> | <!--<li><a href="https://2010.igem.org/Team:ZJU-China/Characterization of Biobrick" title="Characterization of Biobrick">Characterization of Biobrick</a></li> | ||
Line 514: | Line 539: | ||
<ul> | <ul> | ||
<li><a href="https://2010.igem.org/Team:ZJU-China/Sunny Nutrition" title="Sunny Nutrition">Sunny Nutrition</a></li> | <li><a href="https://2010.igem.org/Team:ZJU-China/Sunny Nutrition" title="Sunny Nutrition">Sunny Nutrition</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:ZJU-China/ZJU-IR" title="ZJU- | + | <li><a href="https://2010.igem.org/Team:ZJU-China/ZJU-IR" title="ZJU-OIR">ZJU-OIR</a></li> |
<li><a href="https://2010.igem.org/Team:ZJU-China/ZJU-CLS" title="ZJU-CLS">ZJU-CLS</a></li> | <li><a href="https://2010.igem.org/Team:ZJU-China/ZJU-CLS" title="ZJU-CLS">ZJU-CLS</a></li> | ||
</ul> | </ul> |
Latest revision as of 03:09, 28 October 2010