mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
1fb0df009b
- Wait some stuff until egw is loaded - Put old sidebox into 3 dots menu
59 lines
2.4 KiB
Smarty
59 lines
2.4 KiB
Smarty
<!-- 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} data-darkmode={darkmode}>
|
|
<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 GmbH https://www.egroupware.org (c) 2020"/>
|
|
<meta name="language" content="{lang_code}"/>
|
|
<meta name="author" content="EGroupware GmbH https://www.egroupware.org"/>
|
|
{meta_robots}
|
|
<link rel="manifest" href="{webserver_url}/manifest.json"/>
|
|
<link rel="icon" href="{img_icon}" type="image/x-ico"/>
|
|
<link rel="shortcut icon" href="{img_shortcut}"/>
|
|
<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>
|
|
<link rel="stylesheet" href="{webserver_url}/node_modules/@shoelace-style/shoelace/dist/themes/light.css"/>
|
|
<link rel="stylesheet" href="{webserver_url}/node_modules/@shoelace-style/shoelace/dist/themes/dark.css"/>
|
|
<link rel="stylesheet" href="{webserver_url}/kdots/assets/styles/framework.css">
|
|
{css_file}
|
|
<style type="text/css">
|
|
{app_css}
|
|
</style>
|
|
<style type="text/css">
|
|
{firstload_animation_style}
|
|
</style>
|
|
{java_script}
|
|
<script type="module" src="{webserver_url}/kdots/js/app.min.js"></script>
|
|
</head>
|
|
<body {body_tags}>
|
|
{include_wz_tooltip}
|
|
<!-- END head -->
|
|
<!-- BEGIN framework -->
|
|
<egw-framework id="egw_fw_basecontainer" class="sl-theme-light "
|
|
application-list="{application-list}"
|
|
>
|
|
<a slot="logo" href="{logo_url}" target="_blank"><img src="{logo_header}" title="{logo_title}" alt="Site logo"/></a>
|
|
<div slot="header-right" id="egw_fw_topmenu_info_items">
|
|
{topmenu_info_items}
|
|
</div>
|
|
|
|
<!-- status app is looking for this, but it could slot itself -->
|
|
<div slot="status" id="egw_fw_sidebar_r"></div>
|
|
|
|
<!-- Currently open app -->
|
|
<egw-app id="{open_app_name}" name="{open_app_name}" url="{open_app_url}" active></egw-app>
|
|
</egw-framework>
|
|
|
|
|
|
{hook_after_navbar}
|
|
|
|
<div id="egw_fw_firstload">
|
|
{firstload_animation}
|
|
</div>
|
|
<!-- END framework -->
|