mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
47 lines
1.5 KiB
Smarty
47 lines
1.5 KiB
Smarty
<!-- BEGIN head -->
|
|
<!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">
|
|
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
|
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
|
<STYLE type="text/css">
|
|
<!--
|
|
a { text-decoration:none; }
|
|
A:link{ text-decoration:none; color: {css_link}; }
|
|
A:visted{ text-decoration:none; color: {css_vlink}; }
|
|
A:active{ text-decoration:none; color: {css_alink}; }
|
|
{css_hovlink}
|
|
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "{font_family}" }
|
|
.tablink { color: #000000; }
|
|
{app_css}
|
|
-->
|
|
</STYLE>
|
|
<script language="JavaScript">
|
|
<!--
|
|
{email_reload_js}
|
|
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>
|
|
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there END Head -->
|
|
<BODY {body_tags}
|