mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
31 lines
808 B
Smarty
31 lines
808 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="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}">
|
|
<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()">
|
|
<!-- END head -->
|