egroupware_official/phpgwapi/templates/idsociety/head.tpl

37 lines
1.1 KiB
Smarty
Raw Normal View History

<!-- BEGIN head -->
2001-03-31 00:16:08 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset={charset}">
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
<META NAME="description" CONTENT="phpGroupWare">
<META NAME="keywords" CONTENT="phpGroupWare">
2001-03-31 00:16:08 +02:00
<STYLE type="text/css">
<!--
a { text-decoration:none; }
2001-03-31 00:16:08 +02:00
A:link{ text-decoration:none }
A:visted{ text-decoration:none }
A:active{ text-decoration:none }
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: {font_family} }
2001-03-31 00:16:08 +02:00
.tablink { color: #000000; }
-->
2001-03-31 00:16:08 +02:00
</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>
<BODY {body_tags}>
2001-03-31 00:16:08 +02:00
<!-- END Head -->