init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
21
KretaWeb/Views/ErrorHandler/AccessDenied.cshtml
Normal file
21
KretaWeb/Views/ErrorHandler/AccessDenied.cshtml
Normal file
|
@ -0,0 +1,21 @@
|
|||
@using Kreta.Framework
|
||||
@{
|
||||
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="hu">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||||
<title>@StringResourcesUtil.GetString(3462)!</title>
|
||||
@*Hozzáférés megtagadva*@
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
@StringResourcesUtil.GetString(3465) @*Az oldal megtekintéséhez nincs elegendő jogosultsága, érjük vegye fel a kapcsolatot a rendszergazdával.*@
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
5
KretaWeb/Views/ErrorHandler/CustomError.cshtml
Normal file
5
KretaWeb/Views/ErrorHandler/CustomError.cshtml
Normal file
|
@ -0,0 +1,5 @@
|
|||
@using Kreta.Framework
|
||||
|
||||
<script type="text/javascript">
|
||||
KretaWindowHelper.feedbackWindow(Globalization.Hiba, "@(StringResourcesUtil.GetString(45))", true);
|
||||
</script>
|
19
KretaWeb/Views/ErrorHandler/Index.cshtml
Normal file
19
KretaWeb/Views/ErrorHandler/Index.cshtml
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
@{
|
||||
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="hu">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||||
<title>Index</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue