選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

header.tpl 3.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {include file="meta/htmlHead.tpl"}
  2. <body class="">
  3. <!-- HEADER -->
  4. <header id="header">
  5. <div id="logo-group">
  6. <!-- PLACE YOUR LOGO HERE -->
  7. <span id="logo"> <img src="lib/SmartAdmin/img/logo.png" alt="SmartAdmin"> </span>
  8. <!-- END LOGO PLACEHOLDER -->
  9. <!-- Note: The activity badge color changes when clicked and resets the number to 0
  10. Suggestion: You may want to set a flag when this happens to tick off all checked messages / notifications -->
  11. <span id="activity" class="activity-dropdown"> <i class="fa fa-user"></i> </span>
  12. <!-- AJAX-DROPDOWN : control this dropdown height, look and feel from the LESS variable file -->
  13. <div class="ajax-dropdown">
  14. <!-- the ID links are fetched via AJAX to the ajax container "ajax-notifications" -->
  15. <div class="btn-group btn-group-justified" data-toggle="buttons">
  16. <label class="btn btn-default">
  17. <input type="radio" name="activity" id="#">
  18. Msgs (0) </label>
  19. <label class="btn btn-default">
  20. <input type="radio" name="activity" id="#">
  21. notify (0) </label>
  22. <label class="btn btn-default">
  23. <input type="radio" name="activity" id="#">
  24. Tasks (0) </label>
  25. </div>
  26. <!-- notification content -->
  27. <div class="ajax-notifications custom-scroll">
  28. <div class="alert alert-transparent">
  29. <h4>Diese Funktion ist nicht verfügbar</h4>
  30. Sorry, aber die Notification-Funktion ist noch nicht verfügbar.
  31. </div>
  32. <i class="fa fa-lock fa-4x fa-border"></i>
  33. </div>
  34. <!-- end notification content -->
  35. <!-- footer: refresh area -->
  36. <span>Notification Center</span>
  37. <!-- end footer -->
  38. </div>
  39. <!-- END AJAX-DROPDOWN -->
  40. </div>
  41. <!-- pulled right: nav area -->
  42. <div class="pull-right">
  43. <!-- collapse menu button -->
  44. <div id="hide-menu" class="btn-header pull-right">
  45. <span> <a href="javascript:void(0);" data-action="toggleMenu" title="Collapse Menu"><i class="fa fa-reorder"></i></a> </span>
  46. </div>
  47. <!-- end collapse menu -->
  48. <!-- logout button -->
  49. <div id="logout" class="btn-header transparent pull-right">
  50. <span> <a href="/logout" title="Sign Out" data-action="userLogout" data-logout-msg="Willst Du dich wirklich ausloggen&quest;" id="logout"><i class="fa fa-sign-out"></i></a> </span>
  51. </div>
  52. <!-- end logout button -->
  53. </div>
  54. <!-- end pulled right: nav area -->
  55. </header>
  56. <!-- END HEADER -->
  57. {include file="navigation/sideNavigation.tpl"}
  58. <!-- MAIN PANEL -->
  59. <div id="main" role="main">
  60. <!-- RIBBON -->
  61. <div id="ribbon">
  62. <!-- breadcrumb -->
  63. {include file="navigation/breadcrumb.tpl"}
  64. </div>
  65. <!-- END RIBBON -->
  66. <!-- MAIN CONTENT -->
  67. <div id="content">
  68. {include file="misc/contentHeader.tpl"}