Template:LowerTabsTeam
From 2010.igem.org
(Difference between revisions)
Line 51: | Line 51: | ||
<li><a href="https://2010.igem.org/Team:Warsaw/HP">Syntetic biology in Poland</a></li> | <li><a href="https://2010.igem.org/Team:Warsaw/HP">Syntetic biology in Poland</a></li> | ||
<li><a href="https://2010.igem.org/Team:Warsaw/HP/Gallery">Synthetic BioLectures gallery</a></li> | <li><a href="https://2010.igem.org/Team:Warsaw/HP/Gallery">Synthetic BioLectures gallery</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:Warsaw/HP/survey">iGEM survey</a></li> | + | <li id="survey"><a href="https://2010.igem.org/Team:Warsaw/HP/survey">iGEM survey</a></li> |
</ul> | </ul> | ||
Line 68: | Line 68: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | var data=new Date(); | |
+ | var prog=new Date(2010,9,27); | ||
+ | if (data.getTime()>prog.getTime()) | ||
+ | { | ||
+ | el=document.getElementById("survey"); | ||
+ | el.Visible=false; | ||
+ | } | ||
function ChangeLowerTab(ActiveTab, string) { | function ChangeLowerTab(ActiveTab, string) { | ||
if (ActiveTab=='Project'){document.getElementById('ProjectLower').style.display='inline';} | if (ActiveTab=='Project'){document.getElementById('ProjectLower').style.display='inline';} |
Revision as of 20:39, 27 October 2010