You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.4 KiB
Smarty
41 lines
1.4 KiB
Smarty
<!DOCTYPE html>
|
|
<html lang="{function.localeToHTML, userLang, defaultLang}" {{{if languageDirection}}}data-dir="{languageDirection}" style="direction: {languageDirection};"{{{end}}}>
|
|
<head>
|
|
<title>{browserTitle}</title>
|
|
{{{each metaTags}}}{function.buildMetaTag}{{{end}}}
|
|
<link rel="stylesheet" type="text/css" href="{relative_path}/assets/client{{{if bootswatchSkin}}}-{bootswatchSkin}{{{end}}}.css?{config.cache-buster}" />
|
|
{{{each linkTags}}}{function.buildLinkTag}{{{end}}}
|
|
|
|
<script>
|
|
var config = JSON.parse('{{configJSON}}');
|
|
var app = {
|
|
user: JSON.parse('{{userJSON}}')
|
|
};
|
|
</script>
|
|
|
|
{{{if useCustomHTML}}}
|
|
{{customHTML}}
|
|
{{{end}}}
|
|
{{{if useCustomCSS}}}
|
|
<style>{{customCSS}}</style>
|
|
{{{end}}}
|
|
</head>
|
|
|
|
<body class="{bodyClass} skin-{{{if bootswatchSkin}}}{bootswatchSkin}{{{else}}}noskin{{{end}}}">
|
|
<nav id="menu" class="slideout-menu hidden">
|
|
<!-- IMPORT partials/slideout-menu.tpl -->
|
|
</nav>
|
|
<nav id="chats-menu" class="slideout-menu hidden">
|
|
<!-- IMPORT partials/chats-menu.tpl -->
|
|
</nav>
|
|
|
|
<main id="panel" class="slideout-panel">
|
|
<nav class="navbar navbar-default navbar-fixed-top header" id="header-menu" component="navbar">
|
|
<div class="container">
|
|
<!-- IMPORT partials/menu.tpl -->
|
|
</div>
|
|
</nav>
|
|
<div class="container" id="content">
|
|
<!-- IMPORT partials/noscript/warning.tpl -->
|
|
<!-- IMPORT partials/noscript/message.tpl -->
|