egroupware/phpgwapi/templates/idsociety/head.tpl
petere78 7d720dc5ea Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
Correct various misspellings and other oddities in the document type
declarations.  Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00

36 lines
1.2 KiB
Smarty

<!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}" />
{css}
</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>
{java_script}
<title>{website_title}</title>
</head>
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there -->
<body {body_tags}