egroupware_official/pixelegg/head.tpl

66 lines
2.3 KiB
Smarty
Raw Normal View History

2013-11-11 19:45:33 +01:00
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"{dir_code}>
<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" />
2018-02-26 14:02:12 +01:00
<meta name="copyright" content="EGroupware GmbH http://www.egroupware.org (c) 2018" />
2013-11-11 19:45:33 +01:00
<meta name="language" content="{lang_code}" />
2018-02-26 14:02:12 +01:00
<meta name="author" content="EGroupware GmbH http://www.egroupware.org" />
2013-11-11 19:45:33 +01:00
{pngfix}
{meta_robots}
<link rel="icon" href="{img_icon}" type="image/x-ico" />
<link rel="shortcut icon" href="{img_shortcut}" />
2018-10-01 16:02:49 +02:00
<link rel="stylesheet" href="{webserver_url}/api/js/offline/themes/offline-theme-slide.css">
<link rel="stylesheet" href="{webserver_url}/api/js/offline/themes/offline-language-{lang_code}.css">
<script src="{webserver_url}/api/js/offline/offline.min.js"></script>
2013-11-11 19:45:33 +01:00
{css_file}
<style type="text/css">
{app_css}
</style>
{java_script}
</head>
<body {body_tags}>
{include_wz_tooltip}
<div id="divAppboxHeader" class="onlyPrint">{app_header}</div>
<!-- END head -->
<!-- BEGIN framework -->
{hook_after_navbar}
<div id="egw_fw_basecontainer">
2013-11-12 18:23:52 +01:00
<div id="egw_fw_header">
<div id="egw_divLogo"><a href="{logo_url}" target="_blank"><img src="{logo_header}" title="{logo_title}" alt="EGroupware"/></a></div>
2013-11-12 18:23:52 +01:00
<div id="egw_fw_topmenu">
2013-11-12 18:23:52 +01:00
<div id="egw_fw_topmenu_items">{topmenu_items}</div>
2013-11-12 18:23:52 +01:00
</div>
</div>
2013-11-12 18:23:52 +01:00
<div id="egw_fw_topmenu_addons">
<div id="egw_fw_topmenu_info_items">{topmenu_info_items}</div>
<div id="egw_fw_logout" title="{title_logout}" data-logout-url="{link_logout}"></div>
2017-05-15 17:34:27 +02:00
<div id="egwpopup_fw_notifications" title="">0</div>
<div id="egw_fw_print" title="{title_print}"></div>
2013-11-12 18:23:52 +01:00
</div>
<div id="egw_fw_sidebar">
2013-11-11 19:45:33 +01:00
<div id="egw_fw_sidemenu"></div>
<div id="egw_fw_splitter"></div>
</div>
<div id="egw_fw_main">
2013-11-20 09:41:08 +01:00
<div id="egw_fw_tabs"><div id="egw_fw_topmenu_slide" class="slideup"><span id="slidetoggle"></span></div>
2013-11-11 19:45:33 +01:00
</div>
2013-11-11 19:45:33 +01:00
</div>
<div id="egw_fw_sidebar_r"></div>
2013-11-11 19:45:33 +01:00
</div>
<div id="egw_fw_footer">{powered_by}</div>
2013-11-12 18:23:52 +01:00
2013-11-11 19:45:33 +01:00
<!-- END framework -->