363 lines
21 KiB
HTML
363 lines
21 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
<title>Vertical Layouts | Webadmin Admin & Dashboard Template</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="Webadmin Premium Multipurpose Admin & Dashboard Template documentation of HTML" name="description" />
|
|
<meta content="Themesdesign" name="author" />
|
|
<meta name="keywords" content="Webadmin Admin & Dashboard Template Documentation">
|
|
<!-- App favicon -->
|
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
|
|
|
<!-- Bootstrap Css -->
|
|
<link href="assets/css/bootstrap.min.css" id="bootstrap-style" rel="stylesheet" type="text/css" />
|
|
<!-- Icons Css -->
|
|
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- App Css-->
|
|
<link href="assets/css/app.min.css" id="app-style" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<body data-topbar="dark" data-spy="scroll" data-target=".right-side-nav" data-offset="175">
|
|
|
|
<!-- Begin page -->
|
|
<div id="layout-wrapper">
|
|
|
|
<header id="page-topbar">
|
|
<div class="navbar-header">
|
|
<div class="d-flex">
|
|
<!-- LOGO -->
|
|
<div class="navbar-brand-box">
|
|
<a href="index.html" class="logo logo-light">
|
|
<span class="logo-sm">
|
|
<img src="assets/images/logo-light-sm.png" alt="" height="30">
|
|
</span>
|
|
<span class="logo-lg">
|
|
<img src="assets/images/logo-light.png" alt="" height="30">
|
|
</span>
|
|
</a>
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-sm px-3 font-size-24 header-item waves-effect d-lg-none" id="vertical-menu-btn">
|
|
<i class="mdi mdi-menu"></i>
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="d-flex">
|
|
|
|
|
|
<div class="d-inline-block">
|
|
<h5 class="header-item m-0"><span class="badge badge-danger">v1.0.0</span></h5>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- ========== Left Sidebar Start ========== -->
|
|
<div class="vertical-menu">
|
|
|
|
<div data-simplebar class="h-100">
|
|
|
|
<!--- Sidemenu -->
|
|
<div id="sidebar-menu">
|
|
<!-- Left Menu Start -->
|
|
<ul class="metismenu list-unstyled" id="side-menu">
|
|
<li class="menu-title">Docs</li>
|
|
|
|
<li>
|
|
<a href="index.html" class="waves-effect">
|
|
<i class="mdi mdi-text-box-outline"></i>
|
|
<span>Introduction</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="setup.html" class=" waves-effect">
|
|
<i class="mdi mdi-cog-outline"></i>
|
|
<span>Setup</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="menu-title">Layouts</li>
|
|
|
|
<li>
|
|
<a href="horizontal.html" class=" waves-effect">
|
|
<i class="mdi mdi-flip-vertical"></i>
|
|
<span>Horizontal</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="vertical.html" class=" waves-effect">
|
|
<i class="mdi mdi-flip-horizontal"></i>
|
|
<span>Vertical</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="menu-title">Themes</li>
|
|
|
|
<li>
|
|
<a href="dark.html" class=" waves-effect">
|
|
<i class="mdi mdi-weather-night"></i>
|
|
<span>Dark Version</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="rtl.html" class=" waves-effect">
|
|
<i class="mdi mdi-web"></i>
|
|
<span>RTL Version</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="menu-title">Other</li>
|
|
|
|
<li>
|
|
<a href="changelog.html" class=" waves-effect">
|
|
<i class="mdi mdi-format-list-bulleted"></i>
|
|
<span>Changelog</span>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
<!-- Sidebar -->
|
|
</div>
|
|
</div>
|
|
<!-- Left Sidebar End -->
|
|
|
|
<!-- ============================================================== -->
|
|
<!-- Start right Content here -->
|
|
<!-- ============================================================== -->
|
|
<div class="main-content">
|
|
|
|
<div class="page-content">
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="d-xl-flex">
|
|
|
|
<div class="w-100">
|
|
<h4 class="mt-0 mb-4">Vertical menu configuration</h4>
|
|
<div class="p-lg-1">
|
|
<div id="desc" class="mb-5">
|
|
<p>
|
|
If you would like to have Vertical Menu (or Sidebar Menu) based layout,
|
|
</p>
|
|
|
|
<dl>
|
|
<h5 class="mt-0 mb-2 font-size-18"><i class="mdi mdi-star text-warning"></i> HTML</h5>
|
|
<dd class="mb-3">
|
|
Simply update <code> <body data-layout="vertical" data-sidebar="dark"></code> in the <code>src/partials/body.html</code> file and <br>
|
|
</dd>
|
|
</dl>
|
|
<p>
|
|
In order to add, change or remove any ui elements from the top bar, simply edit in
|
|
file
|
|
<code>src/partials/sidebar.html</code>.
|
|
The change would reflect in all the files automatically.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="p-lg-1">
|
|
|
|
<div id="change-width" class="mb-5">
|
|
<h5 class="mt-0 mb-2 font-size-18"><i class="mdi mdi-star text-warning"></i> How to change width?</h5>
|
|
<dl>
|
|
<dd>
|
|
In order to change the width of left side navigation
|
|
bar,
|
|
open a file
|
|
<code>src/assets/scss/_variables.scss</code> and change
|
|
the
|
|
value of variable
|
|
<code>$sidebar-width</code>. The default value is set to
|
|
<code>270px</code>.
|
|
</dd>
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div id="pre-built-layouts">
|
|
|
|
<div class="row mb-2 mt-3">
|
|
<div class="col">
|
|
<h5 class="mt-0 mb-2 font-size-18"><i class="mdi mdi-star text-warning"></i> How to use pre-built
|
|
layouts?</h5>
|
|
<p>
|
|
Each of the layout options is provided below with
|
|
steps you would need to perform in:
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center mb-3">
|
|
<img src="assets/images/demo/verti-bordered.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Bordered Layout</h5>
|
|
Add data attribute in body element
|
|
<code>data-layout="vertical" data-layout-mode="bordered"</code> E.g.
|
|
<code> <body >data-layout="vertical" data-layout-mode="bordered"></code> to
|
|
have Bordered Layout.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center mb-3">
|
|
<img src="assets/images/demo/layout-verti-colored-sidebar.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Brand Sidebar</h5>
|
|
Add data attribute in body element
|
|
<code>data-layout="vertical" data-sidebar="brand"</code> E.g.
|
|
<code> <body >data-layout="vertical" data-sidebar="brand"></code> to
|
|
have Brand sidebar.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center mb-3">
|
|
<img src="assets/images/demo/layout-verti-dark-sidebar.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Dark Sidebar</h5>
|
|
Add data attribute in body element
|
|
<code>data-layout="vertical" data-sidebar="dark"</code> E.g.
|
|
<code> <body >data-layout="vertical" data-sidebar="dark"></code> to
|
|
have Dark sidebar.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center mb-3">
|
|
<img src="assets/images/demo/layout-verti-compact-sidebar.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Compact Sidebar</h5>
|
|
Keep your body element with data attribute
|
|
<code>data-sidebar-size="md"</code> E.g.
|
|
<code> <body data-sidebar-size="md"></code>
|
|
to have small sidebar.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center mb-3">
|
|
<img src="assets/images/demo/layout-verti-icon-sidebar.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Icon Sidebar</h5>
|
|
Keep your body element with data attribute
|
|
<code>data-layout="vertical" data-sidebar-size="sm"</code> E.g.
|
|
<code> <body data-layout="vertical" data-sidebar-size="sm"></code>
|
|
to have small sidebar.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center mb-3">
|
|
<img src="assets/images/demo/layout-verti-boxed.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Boxed Layout</h5>
|
|
Keep your body element with data attribute
|
|
<code>data-layout="vertical" data-layout-size="boxed"</code> and data attribute
|
|
<code>data-sidebar-size="sm"</code>
|
|
E.g.
|
|
<code> <body data-layout="vertical" data-layout-size="boxed" data-sidebar-size="sm"></code>
|
|
to have boxed layout with icon view sidebar.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
<div class="col-lg-4 col-md-6">
|
|
<div class="border p-3 text-center">
|
|
<img src="assets/images/demo/verti-light.png"
|
|
alt="image" class="img-fluid shadow" />
|
|
<h5 class="font-size-16 mt-3">Scrollable Layout</h5>
|
|
Keep your body element with data attribute
|
|
<code>data-layout="vertical" data-layout-scrollable="true"</code> E.g.
|
|
<code> <body data-layout="vertical" data-layout-scrollable="true"></code> to
|
|
have Scrollable Layout.
|
|
</div>
|
|
</div> <!-- end col -->
|
|
|
|
</div>
|
|
<!-- end row -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Start right-side-nav -->
|
|
<div class="d-none d-xl-block">
|
|
<div class="right-side-nav">
|
|
<ul class="nav nav-pills flex-column">
|
|
<li class="nav-item">
|
|
<a href="#menu-item" class="nav-link">Customize
|
|
menu items</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a href="#change-width" class="nav-link">Change width</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a href="#pre-built-layouts" class="nav-link">Use pre-built
|
|
layouts</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end row -->
|
|
|
|
</div> <!-- container-fluid -->
|
|
</div>
|
|
<!-- End Page-content -->
|
|
|
|
|
|
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-sm-6">
|
|
<script>document.write(new Date().getFullYear())</script> © Themesdesign.
|
|
</div>
|
|
<div class="col-sm-6">
|
|
<div class="text-sm-right d-none d-sm-block">
|
|
Crafted with <i class="mdi mdi-heart text-danger"></i> by <a href="https://themesdesign.in/" target="_blank" class="text-muted">Themesdesign</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<!-- end main content-->
|
|
|
|
</div>
|
|
<!-- END layout-wrapper -->
|
|
|
|
|
|
<!-- JAVASCRIPT -->
|
|
<script src="assets/libs/jquery/jquery.min.js"></script>
|
|
<script src="assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/libs/simplebar/simplebar.min.js"></script>
|
|
<script src="assets/libs/jquery.easing/jquery.easing.min.js"></script>
|
|
|
|
<script src="assets/js/app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |