Team:Lethbridge/Notebook
From 2010.igem.org
(Difference between revisions)
Liszabruder (Talk | contribs) |
Liszabruder (Talk | contribs) |
||
Line 150: | Line 150: | ||
<html> | <html> | ||
<body> | <body> | ||
- | < | + | <div style="DISPLAY: inline; FONT-SIZE: 18pt; LEFT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 200px;"> |
- | <script> | + | <!-- NOTES : Countdown Timer can be positioned via the above LEFT: nnn px and TOP: nnn px attributes --> |
- | + | <script type="text/javascript"> | |
- | </script> | + | function mesiqg8(theyear,themonth,theday,thehour,themin,thesec) |
- | </ | + | {yr=theyear;mo=themonth;da=theday;hr=thehour;min=themin;sec=thesec} |
+ | mesiqg8(2010,10,27,21,59,59) | ||
+ | var occasion = "Wiki Freeze" | ||
+ | var message_on_occasion= "Wiki is Done" | ||
+ | var countdownwidth='800px' | ||
+ | var countdownbgcolor='transparent' | ||
+ | var opentags='<font face="Garamond" color="black"><Larger><b>' | ||
+ | var closetags='<b></larger></font>' | ||
+ | var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") | ||
+ | var crosscount='' | ||
+ | </script> | ||
+ | <script type="text/javascript" src="http://www.autocalculator.org/Scripts/HTML-Countdown.js"></script> | ||
+ | </div> | ||
+ | <!-- www.autocalculator.org --> | ||
</body> | </body> | ||
<html> | <html> | ||
<br> | <br> |