This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><%= title %></title>
|
||||
<link rel="stylesheet" href="/css/foundation-float.min.css">
|
||||
<link rel="stylesheet" href="/css/datatables.css"/>
|
||||
<link rel="stylesheet" href="/css/app.css">
|
||||
|
||||
<link rel="stylesheet" href="/icons/foundation-icons.css">
|
||||
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/datatables.min.js"></script>
|
||||
<script src="/js/foundation.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="title-bar" data-responsive-toggle="topbar-menu" data-hide-for="medium">
|
||||
<button class="menu-icon" type="button" data-toggle="topbar-menu"></button>
|
||||
<div class="title-bar-title">Menu</div>
|
||||
</div>
|
||||
|
||||
<div class="top-bar" id="topbar-menu">
|
||||
<div class="top-bar-left">
|
||||
<ul class="dropdown menu" data-dropdown-menu>
|
||||
<li class="menu-text">Mail</li>
|
||||
<li><a href="/domain/list">Domain</a></li>
|
||||
<li><a href="/user/list">User</a></li>
|
||||
<li><a href="/alias/list">Alias</a></li>
|
||||
<li><a href="/mxlog">Log</a></li>
|
||||
<li><a href="/logout"><i class="fi-arrow-right"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row"> </div>
|
||||
<div class="row">
|
||||
<!- end of head template ->
|
||||
|
||||
<%= content %>
|
||||
|
||||
<!- begin of tail template ->
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="row">
|
||||
<p class="text-center"><small>Made by <a href="http://wiki.unix7.org">Borodin Oleg</a></small></p>
|
||||
</div>
|
||||
|
||||
<script src="/js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!- end of tail template ->
|
||||
<!- EOF ->
|
||||
Reference in New Issue
Block a user