171 lines
7.1 KiB
Plaintext
171 lines
7.1 KiB
Plaintext
<!DOCTYPE html>
|
|
<html direction="rtl" dir="rtl" style="direction: rtl">
|
|
<head>
|
|
<base href="">
|
|
<meta charset="utf-8" />
|
|
<meta name="robots" content="index,follow" />
|
|
<title>پنل مدیریت - @ViewBag.Title</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<link href="~/assets/plugins/custom/datatables/datatables.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/plugins/global/plugins.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/plugins/custom/prismjs/prismjs.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/css/style.bundle.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/css/themes/layout/header/base/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/css/themes/layout/header/menu/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/css/themes/layout/brand/dark.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/css/themes/layout/aside/dark.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
|
|
@*
|
|
<link href="~/assets/css/themes/layout/brand/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
<link href="~/assets/css/themes/layout/aside/light.rtl.css?v=7.0.6" rel="stylesheet" type="text/css" />
|
|
*@
|
|
<link href="~/assets/PersianDate/persian-datepicker.min.css" rel="stylesheet" />
|
|
<link rel="shortcut icon" href="~/Media/favicon.png" />
|
|
<script>
|
|
let IsSingleMode = true;
|
|
let SingleImageList = {};
|
|
let MultiImageList = [];
|
|
</script>
|
|
<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("Head", 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 src="~/assets/plugins/global/plugins.bundle.js?v=7.0.6"></script>
|
|
<script src="~/assets/plugins/custom/prismjs/prismjs.bundle.js?v=7.0.6"></script>
|
|
<script src="~/assets/js/scripts.bundle.js?v=7.0.6"></script>
|
|
<script src="~/assets/PersianDate/persian-date.min.js"></script>
|
|
<script src="~/assets/PersianDate/persian-datepicker.min.js"></script>
|
|
<script src="~/assets/js/pages/widgets.js?v=7.0.6"></script>
|
|
<script src="~/assets/plugins/custom/datatables/datatables.bundle.js?v=7.0.6"></script>
|
|
<script>
|
|
$.fn.digits = function () {
|
|
return this.each(function () {
|
|
$(this).text($(this).text().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,"));
|
|
});
|
|
}
|
|
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"
|
|
};
|
|
var KTAppSettings = {
|
|
"breakpoints": {
|
|
"sm": 576,
|
|
"md": 768,
|
|
"lg": 992,
|
|
"xl": 1200,
|
|
"xxl": 1200
|
|
},
|
|
"colors": {
|
|
"theme": {
|
|
"base": {
|
|
"white": "#ffffff",
|
|
"primary": "#0BB783",
|
|
"secondary": "#E5EAEE",
|
|
"success": "#1BC5BD",
|
|
"info": "#8950FC",
|
|
"warning": "#FFA800",
|
|
"danger": "#F64E60",
|
|
"light": "#F3F6F9",
|
|
"dark": "#212121"
|
|
},
|
|
"light": {
|
|
"white": "#ffffff",
|
|
"primary": "#D7F9EF",
|
|
"secondary": "#ECF0F3",
|
|
"success": "#C9F7F5",
|
|
"info": "#EEE5FF",
|
|
"warning": "#FFF4DE",
|
|
"danger": "#FFE2E5",
|
|
"light": "#F3F6F9",
|
|
"dark": "#D6D6E0"
|
|
},
|
|
"inverse": {
|
|
"white": "#ffffff",
|
|
"primary": "#ffffff",
|
|
"secondary": "#212121",
|
|
"success": "#ffffff",
|
|
"info": "#ffffff",
|
|
"warning": "#ffffff",
|
|
"danger": "#ffffff",
|
|
"light": "#464E5F",
|
|
"dark": "#ffffff"
|
|
}
|
|
},
|
|
"gray": {
|
|
"gray-100": "#F3F6F9",
|
|
"gray-200": "#ECF0F3",
|
|
"gray-300": "#E5EAEE",
|
|
"gray-400": "#D6D6E0",
|
|
"gray-500": "#B5B5C3",
|
|
"gray-600": "#80808F",
|
|
"gray-700": "#464E5F",
|
|
"gray-800": "#1B283F",
|
|
"gray-900": "#212121"
|
|
}
|
|
},
|
|
"font-family": "Poppins"
|
|
};
|
|
</script>
|
|
@RenderSection("Script", false)
|
|
</body>
|
|
</html> |