diff options
| author | tim b <timb@camcompu.home> | 2010-04-03 20:36:43 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-03 20:36:43 -0700 |
| commit | 1239bda75594f1338482f71054dbb6aa84538c86 (patch) | |
| tree | c1497a1503ad46a1728559125e447d0581d4d04c /template/head.st | |
| parent | f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (diff) | |
committing stuff so i can merge pulled repo
Diffstat (limited to 'template/head.st')
| -rw-r--r--[-rwxr-xr-x] | template/head.st | 70 |
1 files changed, 11 insertions, 59 deletions
diff --git a/template/head.st b/template/head.st index 20192f8..cb2d0fb 100755..100644 --- a/template/head.st +++ b/template/head.st @@ -1,69 +1,21 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> -<META NAME="description" CONTENT="Talk with pictures!"> -<script type="text/javascript" src="/static/jquery-1.4.2.min.js"></script> -<script type="text/javascript" src="/static/js/sha1.js"></script> +<meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<meta name="description" content="Talk with pictures!"> +<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/static/js/pichat.js"></script> -<script type="text/javascript" src="/static/js/jquery.lavalamp.js"></script> -<script type="text/javascript" src="/static/js/jquery.easing.1.1.js"></script> +<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> +<script type="text/javascript" src="/static/js/sha1.js"></script> <link rel="stylesheet" type="text/css" href="/static/css/reset.css"> -<link rel="stylesheet" type="text/css" href="/static/css/header.css"> +<link rel="stylesheet" type="text/css" href="/static/css/common.css"> $if(!user_nick)$ <link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> $endif$ <link rel="shortcut icon" href="/static/favicon.ico"> - <script type="text/javascript"> jQuery(document).ready(function () { MM_preloadImages('/static/mouseover.gif'); }); -jQuery(function() { jQuery("#banner-menu").lavaLamp({ fx: "backout", speed: 700 })}); </script> - - -<p><!--[if IE]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV> -<![endif]--> -<!--[if IE 5]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if IE 5.0]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if IE 5.5]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if IE 7]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if gte IE 5]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if lt IE 6]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if lte IE 5.5]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><br /> -<![endif]--> -<!--[if gt IE 7]> -<div id="iesucks"> -WHOA HOLD UP!! dump.fm only works with Firefox, Chrome or Safari... sorry dude... -</DIV><![endif]--> -<!--[if gt IE 8]> -According to the conditional comment this is Internet Explorer greater than 6<br /> -<![endif]--> -</p> +<!--[if IE]> +<script> +window.location.pathname = "/error/ie" +</script> +<![endif]-->
\ No newline at end of file |
