Files
BoilerPlate/Views/_PanelLayout.cshtml
2025-07-23 18:54:59 +03:30

169 lines
7.0 KiB
Plaintext

<!DOCTYPE html>
<html direction="rtl" dir="rtl" style="direction: rtl">
<head>
<base href="~/">
<meta charset="utf-8" />
<meta name="robots" content="noindex,nofollow" />
<title>پنل مدیریت - @ViewBag.Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="~/Content/PersianDate/persian-datepicker.min.css" rel="stylesheet" />
<link href="~/Content/Panel/plugins/custom/datatables/datatables.bundle.rtl.css" rel="stylesheet" />
<link href="~/Content/Panel/plugins/global/plugins.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link href="~/Content/Panel/plugins/custom/prismjs/prismjs.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link href="~/Content/Panel/css/style.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link href="~/Content/Panel/css/themes/layout/header/base/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link href="~/Content/Panel/css/themes/layout/header/menu/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link href="~/Content/Panel/css/themes/layout/brand/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link href="~/Content/Panel/css/themes/layout/aside/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="~/Media/favicon.png" />
<link href="~/assets/fontawesome-free-6.6.0-web/css/all.css" rel="stylesheet" type="text/css" />
<style>
@@media (max-width: 991.98px) {
.header-mobile-fixed .wrapper {
padding-top: 65px;
}
}
.vertical-middle {
vertical-align: middle;
}
/* webkit solution */
::-webkit-input-placeholder {
text-align: right;
}
/* mozilla solution */
.placeholder-right:-moz-placeholder {
text-align: right;
}
.placeholder-right {
text-align: left;
direction: ltr;
}
.blockUI, .blockui {
z-index: 10;
}
text {
font-family: 'IRANSansWeb';
}
#DataModal {
overflow-y: scroll;
}
</style>
@RenderSection("Heads", false)
</head>
<body id="kt_body" class="header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed aside-minimize-hoverable page-loading">
@RenderBody()
<div id="kt_scrolltop" class="scrolltop">
<span class="svg-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon points="0 0 24 0 24 24 0 24" />
<rect fill="#000000" opacity="0.3" x="11" y="10" width="2" height="10" rx="1" />
<path d="M6.70710678,12.7071068 C6.31658249,13.0976311 5.68341751,13.0976311 5.29289322,12.7071068 C4.90236893,12.3165825 4.90236893,11.6834175 5.29289322,11.2928932 L11.2928932,5.29289322 C11.6714722,4.91431428 12.2810586,4.90106866 12.6757246,5.26284586 L18.6757246,10.7628459 C19.0828436,11.1360383 19.1103465,11.7686056 18.7371541,12.1757246 C18.3639617,12.5828436 17.7313944,12.6103465 17.3242754,12.2371541 L12.0300757,7.38413782 L6.70710678,12.7071068 Z" fill="#000000" fill-rule="nonzero" />
</g>
</svg>
</span>
</div>
<script>
var KTAppSettings = {
"breakpoints": {
"sm": 576,
"md": 768,
"lg": 992,
"xl": 1200,
"xxl": 1400
},
"colors": {
"theme": {
"base": {
"white": "#ffffff",
"primary": "#3699FF",
"secondary": "#E5EAEE",
"success": "#1BC5BD",
"info": "#8950FC",
"warning": "#FFA800",
"danger": "#F64E60",
"light": "#E4E6EF",
"dark": "#181C32"
},
"light": {
"white": "#ffffff",
"primary": "#E1F0FF",
"secondary": "#EBEDF3",
"success": "#C9F7F5",
"info": "#EEE5FF",
"warning": "#FFF4DE",
"danger": "#FFE2E5",
"light": "#F3F6F9",
"dark": "#D6D6E0"
},
"inverse": {
"white": "#ffffff",
"primary": "#ffffff",
"secondary": "#3F4254",
"success": "#ffffff",
"info": "#ffffff",
"warning": "#ffffff",
"danger": "#ffffff",
"light": "#464E5F",
"dark": "#ffffff"
}
},
"gray": {
"gray-100": "#F3F6F9",
"gray-200": "#EBEDF3",
"gray-300": "#E4E6EF",
"gray-400": "#D1D3E0",
"gray-500": "#B5B5C3",
"gray-600": "#7E8299",
"gray-700": "#5E6278",
"gray-800": "#3F4254",
"gray-900": "#181C32"
}
},
"font-family": "Poppins"
};
</script>
<script src="~/Content/Panel/plugins/global/plugins.bundle.js?v=7.0.6"></script>
<script src="~/Content/Panel/plugins/custom/prismjs/prismjs.bundle.js?v=7.0.6"></script>
<script src="~/Content/Panel/js/scripts.bundle.js?v=7.0.6"></script>
<script src="~/Content/Panel/plugins/custom/datatables/datatables.bundle.js?v=7.0.6"></script>
<script src="~/Content/PersianDate/persian-date.min.js"></script>
<script src="~/Content/PersianDate/persian-datepicker.min.js"></script>
<script src="~/Content/summernote-fa-IR.min.js"></script>
<script src="~/Content/Main.js?v=1"></script>
<script src="~/assets/fontawesome-free-6.6.0-web/js/all.js"></script>
<script>
toastr.options = {
"closeButton": true,
"newestOnTop": false,
"progressBar": true,
"positionClass": "toast-top-left",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
};
$.fn.digits = function () {
return this.each(function () {
$(this).text($(this).text().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,"));
});
}
</script>
@RenderSection("Script", false)
</body>
</html>