2005-07-07 22:09:52 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
|
|
|
<neta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
|
|
|
<meta name="description" content="eGroupWare" />
|
|
|
|
<meta name="keywords" content="eGroupWare" />
|
|
|
|
<meta name="robots" content="none" />
|
|
|
|
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
|
|
|
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
2003-08-28 16:31:11 +02:00
|
|
|
{css}
|
2005-07-07 22:09:52 +02:00
|
|
|
</style>
|
2003-08-28 16:31:11 +02:00
|
|
|
<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>
|
|
|
|
{java_script}
|
2005-07-07 22:09:52 +02:00
|
|
|
<title>{website_title}</title>
|
|
|
|
</head>
|
2004-01-02 00:05:50 +01:00
|
|
|
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there -->
|
2005-07-07 22:09:52 +02:00
|
|
|
<body {body_tags}
|