egroupware/phpgwapi/templates/linux-at-work.de/head.tpl
2003-08-28 14:31:11 +00:00

31 lines
799 B
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">
<META name="robots" content="none">
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
<META http-equiv="Refresh" content="{refreshTime}">
{css}
<script language="JavaScript">
<!--
function checkphpgw()
{
//window.alert("test");
}
function pageInit()
{
window.setInterval("checkphpgw()",60000);
}
//-->
</script>
{java_script}
<TITLE>{website_title} - {app_name}</TITLE>
</HEAD>
<BODY onLoad="pageInit()">