| Zeile 1... |
Zeile 1... |
| 1 |
<!-- $Id: header.tpl 1951 2017-01-06 20:49:51Z lars $ BEGIN -->
|
1 |
<!-- $Id: header.tpl 1952 2017-01-06 20:52:44Z lars $ BEGIN -->
|
| 2 |
<!DOCTYPE html>
|
2 |
<!DOCTYPE html>
|
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
| 4 |
{nocache}
|
4 |
{nocache}
|
| 5 |
<head>
|
5 |
<head>
|
| 6 |
<title>{$title} - Backend {$ini.titel_only}</title>
|
6 |
<title>{$title} - Backend {$ini.titel_only}</title>
|
| Zeile 187... |
Zeile 187... |
| 187 |
{foreach $u_modules as $module}
|
187 |
{foreach $u_modules as $module}
|
| 188 |
<li class="nav-item {if $smarty.session.clicked==$module.name}active open{/if}" id="li_{$module.name}">
|
188 |
<li class="nav-item {if $smarty.session.clicked==$module.name}active open{/if}" id="li_{$module.name}">
|
| 189 |
<a href="javascript:;" class="nav-link nav-toggle" id="module_{$module.name}">
|
189 |
<a href="javascript:;" class="nav-link nav-toggle" id="module_{$module.name}">
|
| 190 |
<i class="{$module.icon}"></i>
|
190 |
<i class="{$module.icon}"></i>
|
| 191 |
<span class="title">{$module.name}</span>
|
191 |
<span class="title">{$module.name}</span>
|
| 192 |
<span class="arrow"></span>
|
192 |
<span class="arrow {if $smarty.session.clicked==$module.name}open{/if}"></span>
|
| 193 |
</a>
|
193 |
</a>
|
| 194 |
<ul class="sub-menu">
|
194 |
<ul class="sub-menu">
|
| 195 |
{foreach $module.tools as $tool}
|
195 |
{foreach $module.tools as $tool}
|
| 196 |
<li class="nav-item {if $smarty.session.clicked_tool==$tool.name}active open{/if}">
|
196 |
<li class="nav-item {if $smarty.session.clicked_tool==$tool.name}active open{/if}">
|
| 197 |
<a href="{$tool.filename}" class="nav-link content-link" id="tool_{$module.name}_{$tool.name}">
|
197 |
<a href="{$tool.filename}" class="nav-link content-link" id="tool_{$module.name}_{$tool.name}">
|
| Zeile 211... |
Zeile 211... |
| 211 |
<!-- END SIDEBAR -->
|
211 |
<!-- END SIDEBAR -->
|
| 212 |
<!-- BEGIN CONTENT -->
|
212 |
<!-- BEGIN CONTENT -->
|
| 213 |
<div class="page-content-wrapper">
|
213 |
<div class="page-content-wrapper">
|
| 214 |
<!-- BEGIN CONTENT BODY -->
|
214 |
<!-- BEGIN CONTENT BODY -->
|
| 215 |
<div class="page-content">
|
215 |
<div class="page-content">
|
| 216 |
<!-- $Id: header.tpl 1951 2017-01-06 20:49:51Z lars $ BEGIN -->
|
216 |
<!-- $Id: header.tpl 1952 2017-01-06 20:52:44Z lars $ BEGIN -->
|