170 lines
8.5 KiB
PHP
170 lines
8.5 KiB
PHP
<!-- Right Sidebar -->
|
|
<a href="#" class="right-bar-toggle layout-setting-btn" id="right-bar-toggle">
|
|
<i class="bx bx-cog icon-sm font-size-18"></i> <span>Settings</span>
|
|
</a>
|
|
|
|
<!-- Right Sidebar -->
|
|
<div class="right-bar">
|
|
<div data-simplebar class="h-100">
|
|
<div class="rightbar-title d-flex align-items-center bg-dark p-3">
|
|
|
|
<h5 class="m-0 me-2 text-white">Theme Customizer</h5>
|
|
|
|
<a href="javascript:void(0);" class="right-bar-toggle-close ms-auto">
|
|
<i class="mdi mdi-close noti-icon"></i>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Settings -->
|
|
<hr class="m-0" />
|
|
|
|
<div class="p-4">
|
|
<h6 class="mb-3">Layout</h6>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout"
|
|
id="layout-vertical" value="vertical">
|
|
<label class="form-check-label" for="layout-vertical">Vertical</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout"
|
|
id="layout-horizontal" value="horizontal">
|
|
<label class="form-check-label" for="layout-horizontal">Horizontal</label>
|
|
</div>
|
|
|
|
<h6 class="mt-4 mb-3">Layout Mode</h6>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-mode"
|
|
id="layout-mode-light" value="light">
|
|
<label class="form-check-label" for="layout-mode-light">Light</label>
|
|
</div>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-mode"
|
|
id="layout-mode-dark" value="dark">
|
|
<label class="form-check-label" for="layout-mode-dark">Dark</label>
|
|
</div>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-mode"
|
|
id="layout-mode-bordered" value="bordered">
|
|
<label class="form-check-label" for="layout-mode-bordered">Bordered</label>
|
|
</div>
|
|
|
|
<h6 class="mt-4 mb-3">Layout Width</h6>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-width"
|
|
id="layout-width-fluid" value="fluid" onchange="document.body.setAttribute('data-layout-size', 'fluid')">
|
|
<label class="form-check-label" for="layout-width-fluid">Fluid</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-width"
|
|
id="layout-width-boxed" value="boxed" onchange="document.body.setAttribute('data-layout-size', 'boxed')">
|
|
<label class="form-check-label" for="layout-width-boxed">Boxed</label>
|
|
</div>
|
|
|
|
<h6 class="mt-4 mb-3">Layout Position</h6>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-position"
|
|
id="layout-position-fixed" value="fixed" onchange="document.body.setAttribute('data-layout-scrollable', 'false')">
|
|
<label class="form-check-label" for="layout-position-fixed">Fixed</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-position"
|
|
id="layout-position-scrollable" value="scrollable" onchange="document.body.setAttribute('data-layout-scrollable', 'true')">
|
|
<label class="form-check-label" for="layout-position-scrollable">Scrollable</label>
|
|
</div>
|
|
|
|
<h6 class="mt-4 mb-3">Topbar Type</h6>
|
|
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="topbar-color"
|
|
id="topbar-color-light" value="light" onchange="document.body.setAttribute('data-topbar', 'light')">
|
|
<label class="form-check-label" for="topbar-color-light">Light</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="topbar-color"
|
|
id="topbar-color-dark" value="dark" onchange="document.body.setAttribute('data-topbar', 'dark')">
|
|
<label class="form-check-label" for="topbar-color-dark">Dark</label>
|
|
</div>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="topbar-color"
|
|
id="topbar-type-hidden" value="hidden" onchange="document.body.setAttribute('data-topbar', 'hidden')">
|
|
<label class="form-check-label" for="topbar-type-hidden">Hidden</label>
|
|
</div>
|
|
|
|
|
|
<div id="sidebar-setting">
|
|
<h6 class="mt-4 mb-3 sidebar-setting">Sidebar Size</h6>
|
|
|
|
<div class="form-check sidebar-setting">
|
|
<input class="form-check-input" type="radio" name="sidebar-size"
|
|
id="sidebar-size-default" value="default" onchange="document.body.setAttribute('data-sidebar-size', 'lg')">
|
|
<label class="form-check-label" for="sidebar-size-default">Default</label>
|
|
</div>
|
|
<div class="form-check sidebar-setting">
|
|
<input class="form-check-input" type="radio" name="sidebar-size"
|
|
id="sidebar-size-compact" value="compact" onchange="document.body.setAttribute('data-sidebar-size', 'md')">
|
|
<label class="form-check-label" for="sidebar-size-compact">Compact</label>
|
|
</div>
|
|
<div class="form-check sidebar-setting">
|
|
<input class="form-check-input" type="radio" name="sidebar-size"
|
|
id="sidebar-size-small" value="small" onchange="document.body.setAttribute('data-sidebar-size', 'sm')">
|
|
<label class="form-check-label" for="sidebar-size-small">Small (Icon View)</label>
|
|
</div>
|
|
|
|
<h6 class="mt-4 mb-3 sidebar-setting">Sidebar Color</h6>
|
|
|
|
<div class="form-check sidebar-setting">
|
|
<input class="form-check-input" type="radio" name="sidebar-color"
|
|
id="sidebar-color-light" value="light" onchange="document.body.setAttribute('data-sidebar', 'light')">
|
|
<label class="form-check-label" for="sidebar-color-light">Light</label>
|
|
</div>
|
|
<div class="form-check sidebar-setting">
|
|
<input class="form-check-input" type="radio" name="sidebar-color"
|
|
id="sidebar-color-dark" value="dark" onchange="document.body.setAttribute('data-sidebar', 'dark')">
|
|
<label class="form-check-label" for="sidebar-color-dark">Dark</label>
|
|
</div>
|
|
<div class="form-check sidebar-setting">
|
|
<input class="form-check-input" type="radio" name="sidebar-color"
|
|
id="sidebar-color-brand" value="brand" onchange="document.body.setAttribute('data-sidebar', 'brand')">
|
|
<label class="form-check-label" for="sidebar-color-brand">Brand</label>
|
|
</div>
|
|
</div>
|
|
|
|
<h6 class="mt-4 mb-3">Direction</h6>
|
|
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-direction"
|
|
id="layout-direction-ltr" value="ltr">
|
|
<label class="form-check-label" for="layout-direction-ltr">LTR</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input class="form-check-input" type="radio" name="layout-direction"
|
|
id="layout-direction-rtl" value="rtl">
|
|
<label class="form-check-label" for="layout-direction-rtl">RTL</label>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> <!-- end slimscroll-menu-->
|
|
</div>
|
|
<!-- /Right-bar -->
|
|
|
|
<!-- Right bar overlay-->
|
|
<div class="rightbar-overlay"></div>
|
|
|
|
<!-- chat offcanvas -->
|
|
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasActivity" aria-labelledby="offcanvasActivityLabel">
|
|
<div class="offcanvas-header border-bottom">
|
|
<h5 id="offcanvasActivityLabel">Offcanvas right</h5>
|
|
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
</div>
|
|
<div class="offcanvas-body">
|
|
...
|
|
</div>
|
|
</div> |