]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/head.html
* Bubble tooltips were not working properly in some browsers. Removed all JavaScript...
[citadel.git] / webcit / static / t / head.html
index 272de2f2a76572f33c464f7e5bcd9334a2c7cfa9..37caceb1c8fe66cc6c85f63f8b44599fbe8efd96 100644 (file)
@@ -8,7 +8,6 @@
 <link href="static/niftyCorners.css" rel="stylesheet" type="text/css">
 <link href="static/webcit.css" rel="stylesheet" type="text/css">
 <link href="static/datepicker.css" rel="stylesheet" type="text/css">
-<link href="static/bt.css" rel="stylesheet" type="text/css">
 
 <??("COND:LOGGEDIN",1)>
 <link href="do_template?template=iconbar_user" rel="stylesheet" type="text/css">
 <??("X",1)>
 
 <?CSSLOCAL> 
-<script type="text/javascript" src="static/protoaculous1.6.packed.js"></script> 
+<script type="text/javascript" src="static/prototype.js"></script> 
+<script type="text/javascript" src="static/scriptaculous.js"></script> 
 <script type="text/javascript" src="static/niftycube.js"></script>
-<script type="text/javascript" src="static/BubbleTooltips.js"></script>
 <script type="text/javascript" src="static/datepicker-dev.js"></script>
 <script type="text/javascript" src="static/wcpref.js"></script>
 <script type="text/javascript" src="static/table.js"></script>
 <script type="text/javascript" src="static/wclib.js"></script>
 <script type="text/javascript" src="static/roomops.js"></script>
 <script type="text/javascript" src="static/ctdldragdrop.js"></script>
-<!--[if lte IE 7]>
-<script type="text/javascript">
-var is_ie6 = true;
-</script>
-<![endif]-->
-<!--[if IE]>
-<style type="text/css">
-#summary_view table { table-layout: fixed; }
-</style>
-<![endif]-->
+
 </head>
 <body>
 <??("COND:LOGGEDIN",1)>