egroupware/phpgwapi/templates/idsociety/head.tpl

33 lines
907 B
Smarty
Raw Normal View History

2001-03-31 00:16:08 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<!-- BEGIN head -->
<HEAD>
<STYLE type="text/css">
a { text-decoration:none; }
<!--
A:link{ text-decoration:none }
A:visted{ text-decoration:none }
A:active{ text-decoration:none }
body { margin-top: 0px; margin-right: 0px; font-family: verdana; margin-left: 0px }
.tablink { color: #000000; }
-->
</STYLE>
<script language="javascript">
<!--
function MM_preloadImages() {
if (document.images) {
var imgFiles = MM_preloadImages.arguments;
if (document.preloadArray==null) document.preloadArray = new Array();
var i = document.preloadArray.length;
with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
preloadArray[i] = new Image;
preloadArray[i++].src = imgFiles[j];
} }}
-->
</script>
<TITLE>{website_title}</TITLE>
</HEAD>
<!-- END Head -->