Team:WHU-China
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) |
IgnatzZeng (Talk | contribs) |
||
Line 15: | Line 15: | ||
}); | }); | ||
</script> | </script> | ||
+ | <!-- | ||
+ | {|align="justify" | ||
+ | |You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing. | ||
+ | |[[Image:WHU-China_logo.png|200px|right|frame]] | ||
+ | |- | ||
+ | | | ||
+ | ''Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)'' | ||
+ | |[[Image:WHU-China_team.png|right|frame|Your team picture]] | ||
+ | |- | ||
+ | | | ||
+ | |align="center"|[[Team:WHU-China | Team WHU-China]] | ||
+ | |} | ||
+ | --> | ||
+ | |||
+ | |||
+ | <!--- The Mission, Experiments ---> | ||
+ | |||
+ | |||
+ | <!-- | ||
+ | {| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center" | ||
+ | !align="center"|[[Team:WHU-China|Home]] | ||
+ | !align="center"|[[Team:WHU-China/Team|Team]] | ||
+ | !align="center"|[https://igem.org/Team.cgi?year=2013&team_name=WHU-China Official Team Profile] | ||
+ | !align="center"|[[Team:WHU-China/Project|Project]] | ||
+ | !align="center"|[[Team:WHU-China/Parts|Parts Submitted to the Registry]] | ||
+ | !align="center"|[[Team:WHU-China/Modeling|Modeling]] | ||
+ | !align="center"|[[Team:WHU-China/Notebook|Notebook]] | ||
+ | !align="center"|[[Team:WHU-China/Safety|Safety]] | ||
+ | !align="center"|[[Team:WHU-China/Attributions|Attributions]] | ||
+ | |} | ||
+ | --> | ||
Line 44: | Line 75: | ||
</script> | </script> | ||
- | <div style=" | + | <div style=";margin-bottom:30px;width:700px;height:350px;"> |
- | <img src="/wiki/images/a/a3/WHU-china_logo.png" name="slide" style="margin-top:30px;border: 0;box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.15);" | + | <img src="/wiki/images/a/a3/WHU-china_logo.png" name="slide" style="margin-top:30px;border: 0;box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.15);" /><div id="nextimg" style="margin-top:165px;;float:right;height:40px;width:40px;border: 1px solid rgb(204, 204, 204);box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);"></div> |
</div> | </div> | ||
Line 56: | Line 87: | ||
if (!document.images) | if (!document.images) | ||
return | return | ||
- | + | document.images.slide.src=eval("image"+step+".src") | |
+ | if(document.getElementById("nextimg").onclick) | ||
+ | step++ | ||
+ | if(document.getElementById("previousimg").onclick) | ||
+ | step-- | ||
if (step<3) | if (step<3) | ||
step++ | step++ | ||
else | else | ||
step=1 | step=1 | ||
- | |||
- | |||
- | |||
- | |||
//call function "slideit()" every 2.5 seconds | //call function "slideit()" every 2.5 seconds | ||
setTimeout("slideit()",4500) | setTimeout("slideit()",4500) |
Revision as of 03:19, 21 September 2013