2001-04-28 23:48:05 +02:00
|
|
|
<!-- BEGIN head -->
|
2001-03-31 00:16:08 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<HTML>
|
|
|
|
<HEAD>
|
2001-04-28 23:48:05 +02:00
|
|
|
<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">
|
2001-04-28 23:48:05 +02:00
|
|
|
<!--
|
2001-05-03 23:23:04 +02:00
|
|
|
a { text-decoration:none; }
|
2001-05-04 20:54:20 +02:00
|
|
|
A:link{ text-decoration:none; color: {css_link}; }
|
|
|
|
A:visted{ text-decoration:none; color: {css_vlink}; }
|
|
|
|
A:active{ text-decoration:none; color: {css_alink}; }
|
2001-05-03 23:23:04 +02:00
|
|
|
{css_hovlink}
|
|
|
|
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "{font_family}" }
|
2001-05-04 20:54:20 +02:00
|
|
|
.tablink { color: #000000; }
|
2001-04-28 23:48:05 +02:00
|
|
|
-->
|
2001-03-31 00:16:08 +02:00
|
|
|
</STYLE>
|
|
|
|
<script language="javascript">
|
2001-05-08 22:59:48 +02:00
|
|
|
<!-- // hide
|
2001-03-31 00:16:08 +02:00
|
|
|
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];
|
|
|
|
} }}
|
2001-05-08 22:59:48 +02:00
|
|
|
// end hide -->
|
2001-03-31 00:16:08 +02:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<TITLE>{website_title}</TITLE>
|
|
|
|
</HEAD>
|
2001-05-03 23:23:04 +02:00
|
|
|
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there END Head -->
|
|
|
|
<BODY {body_tags}
|