Template:Imperial/09/TemplateTop
From 2009.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
winW = document.body.offsetWidth; | winW = document.body.offsetWidth; | ||
winH = document.body.offsetHeight; | winH = document.body.offsetHeight; | ||
- | + | if (winW<=1024){ | |
- | if (winW<=1024){ | + | document.write('</html>{{Imperial/09/CSSnarrow}}<html>'); |
- | + | }else{ | |
+ | document.write('</html>{{Imperial/09/CSS}}<html>'); | ||
+ | } | ||
}else{ | }else{ | ||
document.write('</html>{{Imperial/09/CSS}}<html>'); | document.write('</html>{{Imperial/09/CSS}}<html>'); |
Revision as of 13:54, 28 September 2009
'); } }else{ document.write(' '); }