main-header improved

This commit is contained in:
Daniel
2021-05-21 04:34:22 +05:30
parent 0a2ac71002
commit a29afb44db
8 changed files with 115 additions and 55 deletions

View File

@@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<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>Demo</title>
</head>
<body>
</body>
</html>

View File

@@ -4,20 +4,20 @@
<!-- <html lang="en" dir="rtl"> -->
<head>
@@include('./_head.html', {
"path": "../../",
"path": "../..",
"title": "AdminLTE 4 | General Form Elements"
})
</head>
<body class="layout-fixed">
<div class="wrapper">
@@include('./dashboard/_topbar.html', {
"path": "../../"
"path": "../.."
})
@@include('./dashboard/_sidenav.html', {
"mainPage": "forms",
"page": "general",
"path": "../../"
"path": "../.."
})
<!-- Main content -->
<div class="content-wrapper">
@@ -73,13 +73,13 @@
<!-- /.content-wrapper -->
@@include('./dashboard/_footer.html', {
"path": "../../"
"path": "../.."
})
</div>
<!-- ./wrapper -->
@@include('./_scripts.html', {
"path": "../../"
"path": "../.."
})
</body>
</html>

View File

@@ -4,7 +4,7 @@
<!-- <html lang="en" dir="rtl"> -->
<head>
@@include('./_head.html', {
"path": "../",
"path": "..",
"title": "AdminLTE 4 | General Form Elements"
})
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
@@ -12,13 +12,13 @@
<body class="layout-fixed">
<div class="wrapper">
@@include('./dashboard/_topbar.html', {
"path": "../"
"path": ".."
})
@@include('./dashboard/_sidenav.html', {
"mainPage": "pages",
"page": "widgets",
"path": "../"
"path": ".."
})
<!-- Main content -->
<div class="content-wrapper">
@@ -407,13 +407,13 @@
<!-- /.content-wrapper -->
@@include('./dashboard/_footer.html', {
"path": "../"
"path": ".."
})
</div>
<!-- ./wrapper -->
@@include('./_scripts.html', {
"path": "../"
"path": ".."
})
</body>
</html>