mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
07dd063def
- lay-out fixes in header - background in loginscreen to make it a little less boring - IE fix for wrong z-index with Selectboxes: temporarely hide selectboxes when showing menulayers - extra option to disable IE png fix - extra option to choose Click or Mouse Over to show menu's - extra option to auto hide sideboxmenu's (a lot of people will like this) - extra option to use sliders for showing menu, default enabled (see testresults below): Mozilla-firebird Windows -> OK Mozilla-firebird Linux -> OK Internet Explorer 6.0 Windows 2000 - OK Konqueror 3.1 Linux -> gets very slow, lay-out bugs (don't use this option with konqueror) Opera 6 Linux -> showing works, hiding not, lay-out bugs (test again please) Opera 7 Linux -> very annoing bug with temporarely hiding selectboxes (must not be hard to fix, pathes are welcome) please also test this with Safari, Mac IE 5, Win IE 5.0 and 5.5 and report bugs at sf
26 lines
1.0 KiB
Smarty
26 lines
1.0 KiB
Smarty
<!-- BEGIN head -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>{website_title}</title>
|
|
<meta http-equiv="content-type" content="text/html; charset={charset}" />
|
|
<meta name="keywords" content="eGroupWare" />
|
|
<meta name="description" content="eGroupware" />
|
|
<meta name="keywords" content="eGroupWare" />
|
|
<meta name="copyright" content="eGroupWare http://www.egroupware.org (c) 2003" />
|
|
<meta name="language" content="{lang_code}" />
|
|
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
|
<meta name="robots" content="none" />
|
|
<link rel="icon" href="{img_icon}" type="image/x-ico" />
|
|
<link rel="shortcut icon" href="{img_shortcut}" />
|
|
<link href="{theme_css}" type="text/css" rel="StyleSheet" />
|
|
{slider_effects}
|
|
{simple_show_hide}
|
|
{pngfix}
|
|
{css}
|
|
{java_script}
|
|
</head>
|
|
<!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
|
|
<body {body_tags}>
|
|
<!-- END Head -->
|