Template:Imperial/09/TemplateTop

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<script type="text/javascript">
<script type="text/javascript">
-
if (navigator.appName.indexOf("Microsoft")!=-1) {
+
if (window.innerWidth <= 800)){
-
  winW = document.body.offsetWidth;
+
document.write('</html>{{Imperial/09/CSSnarrow}}<html>');
-
  winH = document.body.offsetHeight;
+
-
  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>');
}
}
</script>
</script>

Revision as of 14:01, 28 September 2009