| Zeile 1... |
Zeile 1... |
| 1 |
<!-- $Id: header.tpl 1949 2017-01-06 20:26:45Z lars $ BEGIN -->
|
1 |
<!-- $Id: header.tpl 1950 2017-01-06 20:35:20Z 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 76... |
Zeile 76... |
| 76 |
})
|
76 |
})
|
| 77 |
function save_state()
|
77 |
function save_state()
|
| 78 |
{
|
78 |
{
|
| 79 |
elemId=$(this).attr('id').split('_');
|
79 |
elemId=$(this).attr('id').split('_');
|
| 80 |
url = '/backend/?clicked='+elemId[1]+"&clicked_tool="+elemId[2];
|
80 |
url = '/backend/?clicked='+elemId[1]+"&clicked_tool="+elemId[2];
|
| 81 |
alert(url);
|
- |
|
| 82 |
$.get(url,function(){
|
81 |
$.get(url,function(){
|
| 83 |
$('.nav-item').removeClass('active open');
|
82 |
$('.nav-item').removeClass('active open');
|
| 84 |
$('#li_'+elemId[1]).addClass('active open');
|
83 |
$('#li_'+elemId[1]).addClass('active open');
|
| 85 |
});
|
84 |
});
|
| 86 |
}
|
85 |
}
|
| Zeile 109... |
Zeile 108... |
| 109 |
</a>
|
108 |
</a>
|
| 110 |
<!-- END RESPONSIVE MENU TOGGLER -->
|
109 |
<!-- END RESPONSIVE MENU TOGGLER -->
|
| 111 |
<!-- BEGIN TOP NAVIGATION MENU -->
|
110 |
<!-- BEGIN TOP NAVIGATION MENU -->
|
| 112 |
<div class="top-menu">
|
111 |
<div class="top-menu">
|
| 113 |
<ul class="nav navbar-nav pull-right">
|
112 |
<ul class="nav navbar-nav pull-right">
|
| 114 |
{include file="taskbar.tpl"}
|
113 |
{include file="taskbar.tpl"}
|
| 115 |
<!-- BEGIN USER LOGIN DROPDOWN -->
|
114 |
<!-- BEGIN USER LOGIN DROPDOWN -->
|
| 116 |
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
|
115 |
<!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte -->
|
| 117 |
<li class="dropdown dropdown-user">
|
116 |
<li class="dropdown dropdown-user">
|
| 118 |
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
|
117 |
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
|
| 119 |
<img alt="" class="img-circle" src="/backend/assets/layouts/layout/img/avatar3_small.jpg" />
|
118 |
<img alt="" class="img-circle" src="/backend/assets/layouts/layout/img/avatar3_small.jpg" />
|
| Zeile 183... |
Zeile 182... |
| 183 |
<div class="sidebar-toggler">
|
182 |
<div class="sidebar-toggler">
|
| 184 |
<span></span>
|
183 |
<span></span>
|
| 185 |
</div>
|
184 |
</div>
|
| 186 |
</li>
|
185 |
</li>
|
| 187 |
<!-- END SIDEBAR TOGGLER BUTTON -->
|
186 |
<!-- END SIDEBAR TOGGLER BUTTON -->
|
| - |
|
187 |
{$smarty.session.clicked}
|
| 188 |
{foreach $u_modules as $module}
|
188 |
{foreach $u_modules as $module}
|
| - |
|
189 |
{$module.name}
|
| 189 |
<li class="nav-item {if $smarty.session.clicked==$module.name}active open{/if}" id="li_{$module.name}">
|
190 |
<li class="nav-item {if $smarty.session.clicked==$module.name}active open{/if}" id="li_{$module.name}">
|
| 190 |
<a href="javascript:;" class="nav-link nav-toggle" id="module_{$module.name}">
|
191 |
<a href="javascript:;" class="nav-link nav-toggle" id="module_{$module.name}">
|
| 191 |
<i class="{$module.icon}"></i>
|
192 |
<i class="{$module.icon}"></i>
|
| 192 |
<span class="title">{$module.name}</span>
|
193 |
<span class="title">{$module.name}</span>
|
| 193 |
<span class="arrow"></span>
|
194 |
<span class="arrow"></span>
|
| Zeile 212... |
Zeile 213... |
| 212 |
<!-- END SIDEBAR -->
|
213 |
<!-- END SIDEBAR -->
|
| 213 |
<!-- BEGIN CONTENT -->
|
214 |
<!-- BEGIN CONTENT -->
|
| 214 |
<div class="page-content-wrapper">
|
215 |
<div class="page-content-wrapper">
|
| 215 |
<!-- BEGIN CONTENT BODY -->
|
216 |
<!-- BEGIN CONTENT BODY -->
|
| 216 |
<div class="page-content">
|
217 |
<div class="page-content">
|
| 217 |
<!-- $Id: header.tpl 1949 2017-01-06 20:26:45Z lars $ BEGIN -->
|
218 |
<!-- $Id: header.tpl 1950 2017-01-06 20:35:20Z lars $ BEGIN -->
|