123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {include file="meta/htmlHead.tpl"}
- <body class="">
-
- <!-- HEADER -->
- <header id="header">
- <div id="logo-group">
-
- <!-- PLACE YOUR LOGO HERE -->
- <span id="logo"> <img src="lib/SmartAdmin/img/logo.png" alt="SmartAdmin"> </span>
- <!-- END LOGO PLACEHOLDER -->
-
- <!-- Note: The activity badge color changes when clicked and resets the number to 0
- Suggestion: You may want to set a flag when this happens to tick off all checked messages / notifications -->
- <span id="activity" class="activity-dropdown"> <i class="fa fa-user"></i> </span>
-
- <!-- AJAX-DROPDOWN : control this dropdown height, look and feel from the LESS variable file -->
- <div class="ajax-dropdown">
-
- <!-- the ID links are fetched via AJAX to the ajax container "ajax-notifications" -->
- <div class="btn-group btn-group-justified" data-toggle="buttons">
- <label class="btn btn-default">
- <input type="radio" name="activity" id="ajax/notify/mail.html">
- Msgs (0) </label>
- <label class="btn btn-default">
- <input type="radio" name="activity" id="ajax/notify/notifications.html">
- notify (0) </label>
- <label class="btn btn-default">
- <input type="radio" name="activity" id="ajax/notify/tasks.html">
- Tasks (0) </label>
- </div>
-
- <!-- notification content -->
- <div class="ajax-notifications custom-scroll">
-
- <div class="alert alert-transparent">
- <h4>Diese Funktion ist nicht verfügbar</h4>
- Sorry, aber die Notification-Funktion ist noch nicht verfügbar.
- </div>
-
- <i class="fa fa-lock fa-4x fa-border"></i>
-
- </div>
- <!-- end notification content -->
-
- <!-- footer: refresh area -->
- <span>Notification Center</span>
- <!-- end footer -->
-
- </div>
- <!-- END AJAX-DROPDOWN -->
- </div>
-
- <!-- pulled right: nav area -->
- <div class="pull-right">
-
- <!-- collapse menu button -->
- <div id="hide-menu" class="btn-header pull-right">
- <span> <a href="javascript:void(0);" data-action="toggleMenu" title="Collapse Menu"><i class="fa fa-reorder"></i></a> </span>
- </div>
- <!-- end collapse menu -->
-
- <!-- #MOBILE -->
- <!-- Top menu profile link : this shows only when top menu is active -->
- <ul id="mobile-profile-img" class="header-dropdown-list hidden-xs padding-5">
- <li class="">
- <a href="#" class="dropdown-toggle no-margin userdropdown" data-toggle="dropdown">
- <img src="img/avatars/sunny.png" alt="John Doe" class="online" />
- </a>
- <ul class="dropdown-menu pull-right">
- <li>
- <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0"><i class="fa fa-cog"></i> Setting</a>
- </li>
- <li class="divider"></li>
- <li>
- <a href="profile.html" class="padding-10 padding-top-0 padding-bottom-0"> <i class="fa fa-user"></i> <u>P</u>rofile</a>
- </li>
- <li class="divider"></li>
- <li>
- <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="toggleShortcut"><i class="fa fa-arrow-down"></i> <u>S</u>hortcut</a>
- </li>
- <li class="divider"></li>
- <li>
- <a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="launchFullscreen"><i class="fa fa-arrows-alt"></i> Full <u>S</u>creen</a>
- </li>
- <li class="divider"></li>
- <li>
- <a href="login.html" class="padding-10 padding-top-5 padding-bottom-5" data-action="userLogout"><i class="fa fa-sign-out fa-lg"></i> <strong><u>L</u>ogout</strong></a>
- </li>
- </ul>
- </li>
- </ul>
-
- <!-- logout button -->
- <div id="logout" class="btn-header transparent pull-right">
- <span> <a href="login.html" title="Sign Out" data-action="userLogout" data-logout-msg="You can improve your security further after logging out by closing this opened browser"><i class="fa fa-sign-out"></i></a> </span>
- </div>
- <!-- end logout button -->
-
- <!-- search mobile button (this is hidden till mobile view port) -->
- <div id="search-mobile" class="btn-header transparent pull-right">
- <span> <a href="javascript:void(0)" title="Search"><i class="fa fa-search"></i></a> </span>
- </div>
- <!-- end search mobile button -->
- </div>
- <!-- end pulled right: nav area -->
- </header>
- <!-- END HEADER -->
-
- {include file="navigation/sideNavigation.tpl"}
-
- <!-- MAIN PANEL -->
- <div id="main" role="main">
-
- <!-- RIBBON -->
- <div id="ribbon">
-
- <!-- breadcrumb -->
- {include file="navigation/breadcrumb.tpl"}
-
- </div>
- <!-- END RIBBON -->
-
- <!-- MAIN CONTENT -->
- <div id="content">
-
- {include file="misc/contentHeader.tpl"}
|